diff options
Diffstat (limited to 'res/menu')
| -rw-r--r-- | res/menu/launcher_menu.xml | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/res/menu/launcher_menu.xml b/res/menu/launcher_menu.xml new file mode 100644 index 0000000..69cf9f1 --- /dev/null +++ b/res/menu/launcher_menu.xml @@ -0,0 +1,10 @@ +<menu xmlns:android="http://schemas.android.com/apk/res/android" + xmlns:tools="http://schemas.android.com/tools" + tools:context=".LauncherActivity"> + + <item + android:id="@+id/btnLaunchSettingsActivity" + android:title="" + android:icon="@drawable/cog_outline" + android:showAsAction="always" /> +</menu> |
