Android example for render theme styles #93, closes #255

This commit is contained in:
Emux
2016-12-01 21:08:12 +02:00
parent 38a9c71bc2
commit c21d7b4390
9 changed files with 173 additions and 21 deletions

View File

@@ -0,0 +1,16 @@
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<group
android:id="@+id/styles"
android:checkableBehavior="single">
<item
android:id="@+id/style_1"
android:checked="true"
android:title="@string/style_1" />
<item
android:id="@+id/style_2"
android:title="@string/style_2" />
</group>
</menu>