We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2dbb2d7 commit e23e245Copy full SHA for e23e245
1 file changed
docs/quickstart.md
@@ -35,8 +35,8 @@ and add an XYPlot view. By default this file is usually named main.xml. If it
35
android:layout_width="fill_parent"
36
android:layout_height="fill_parent"
37
ap:title="A Simple XY Plot"
38
- ap:rangeLabel="range"
39
- ap:domainLabel="domain"
+ ap:rangeTitle="range"
+ ap:domainTitle="domain"
40
ap:lineLabels="left|bottom"
41
ap:lineLabelRotationBottom="-45"/>
42
</LinearLayout>
0 commit comments