forked from PhilJay/MPAndroidChart
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathradar.xml
More file actions
49 lines (47 loc) · 1.21 KB
/
radar.xml
File metadata and controls
49 lines (47 loc) · 1.21 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
<item
android:id="@+id/actionToggleValues"
android:title="Toggle Values">
</item>
<item
android:id="@+id/actionToggleFilled"
android:title="Toggle Filled">
</item>
<item
android:id="@+id/actionToggleHighlight"
android:title="Toggle Highlight">
</item>
<item
android:id="@+id/animateX"
android:title="Animate X">
</item>
<item
android:id="@+id/animateY"
android:title="Animate Y">
</item>
<item
android:id="@+id/animateXY"
android:title="Animate XY">
</item>
<item
android:id="@+id/actionSave"
android:title="Save to SD">
</item>
<item
android:id="@+id/actionToggleRotate"
android:title="Toggle Rotation">
</item>
<item
android:id="@+id/actionToggleYLabels"
android:title="Toggle Y-Labels">
</item>
<item
android:id="@+id/actionToggleXLabels"
android:title="Toggle X-Labels">
</item>
<item
android:id="@+id/actionToggleSpin"
android:title="Spin Animation">
</item>
</menu>