Created
December 5, 2012 06:52
-
-
Save PopPio/4213169 to your computer and use it in GitHub Desktop.
xml for theme select menu (see select time menu if you don't know how to use it)
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<?xml version="1.0" encoding="utf-8"?> | |
<menu xmlns:android="http://schemas.android.com/apk/res/android" > | |
<group android:checkableBehavior="single"> | |
<item android:id="@+id/theme1" android:title="Amazon" /> | |
<item android:id="@+id/theme2" android:title="Colorful" /> | |
<item android:id="@+id/theme3" android:title="Sunshine" /> | |
<item android:id="@+id/theme4" android:title="Twilight" /> | |
</group> | |
</menu> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment