Skip to content

Instantly share code, notes, and snippets.

@PopPio
Created December 5, 2012 06:52
Show Gist options
  • Save PopPio/4213169 to your computer and use it in GitHub Desktop.
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)
<?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