Skip to content

Commit e23e245

Browse files
committed
documentation tweak
1 parent 2dbb2d7 commit e23e245

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

docs/quickstart.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -35,8 +35,8 @@ and add an XYPlot view. By default this file is usually named main.xml. If it
3535
android:layout_width="fill_parent"
3636
android:layout_height="fill_parent"
3737
ap:title="A Simple XY Plot"
38-
ap:rangeLabel="range"
39-
ap:domainLabel="domain"
38+
ap:rangeTitle="range"
39+
ap:domainTitle="domain"
4040
ap:lineLabels="left|bottom"
4141
ap:lineLabelRotationBottom="-45"/>
4242
</LinearLayout>

0 commit comments

Comments
 (0)