example: fix theme menu radio toggle
This commit is contained in:
parent
e7ad7110c8
commit
5ebc5b6244
@ -1,9 +1,30 @@
|
|||||||
<?xml version="1.0" encoding="utf-8"?>
|
<?xml version="1.0" encoding="utf-8"?>
|
||||||
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
<menu xmlns:android="http://schemas.android.com/apk/res/android" >
|
||||||
<group android:id="@+id/themes" android:checkableBehavior="single" android:menuCategory="container">
|
|
||||||
<item android:id="@+id/theme_default" android:checkable="true" android:title="@string/theme_default" android:checked="true" android:showAsAction="never"></item>
|
<group
|
||||||
<item android:id="@+id/theme_tubes" android:checkable="true" android:title="@string/theme_tubes" android:showAsAction="never"></item>
|
android:id="@+id/themes"
|
||||||
<item android:id="@+id/theme_osmarender" android:checkable="true" android:title="@string/theme_osmarender" android:showAsAction="never"></item>
|
android:checkableBehavior="single" >
|
||||||
<item android:id="@+id/theme_newtron" android:checkable="true" android:title="@string/theme_newtron" android:showAsAction="never"></item>
|
<item
|
||||||
</group>
|
android:id="@+id/theme_default"
|
||||||
</menu>
|
android:checked="true"
|
||||||
|
android:showAsAction="never"
|
||||||
|
android:title="@string/theme_default">
|
||||||
|
</item>
|
||||||
|
<item
|
||||||
|
android:id="@+id/theme_tubes"
|
||||||
|
android:showAsAction="never"
|
||||||
|
android:title="@string/theme_tubes">
|
||||||
|
</item>
|
||||||
|
<item
|
||||||
|
android:id="@+id/theme_osmarender"
|
||||||
|
android:showAsAction="never"
|
||||||
|
android:title="@string/theme_osmarender">
|
||||||
|
</item>
|
||||||
|
<item
|
||||||
|
android:id="@+id/theme_newtron"
|
||||||
|
android:showAsAction="never"
|
||||||
|
android:title="@string/theme_newtron">
|
||||||
|
</item>
|
||||||
|
</group>
|
||||||
|
|
||||||
|
</menu>
|
Loading…
x
Reference in New Issue
Block a user