aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/menu
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-06-16 16:48:19 -0700
committerAllan Wang <me@allanwang.ca>2017-06-16 16:48:19 -0700
commit0784fddafcee4759f25b7c27e1668d0996ab35e7 (patch)
treee53ae46ac1f648af0470d00b8b63a172a0a77f0a /app/src/main/res/menu
parent3b8631c1b584c287ab14536944488e14ce597170 (diff)
downloadfrost-0784fddafcee4759f25b7c27e1668d0996ab35e7.tar.gz
frost-0784fddafcee4759f25b7c27e1668d0996ab35e7.tar.bz2
frost-0784fddafcee4759f25b7c27e1668d0996ab35e7.zip
Add more theming
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r--app/src/main/res/menu/menu_main.xml16
1 files changed, 1 insertions, 15 deletions
diff --git a/app/src/main/res/menu/menu_main.xml b/app/src/main/res/menu/menu_main.xml
index ad14552a..5169e794 100644
--- a/app/src/main/res/menu/menu_main.xml
+++ b/app/src/main/res/menu/menu_main.xml
@@ -2,6 +2,7 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
tools:context="com.pitchedapps.myapplication.MainActivity">
+
<item
android:id="@+id/action_settings"
android:orderInCategory="100"
@@ -12,20 +13,5 @@
android:orderInCategory="200"
android:title="@string/changelog"
app:showAsAction="never" />
- <item
- android:id="@+id/action_restart"
- android:orderInCategory="220"
- android:title="Restart"
- app:showAsAction="never" />
- <item
- android:id="@+id/action_call"
- android:orderInCategory="300"
- android:title="Call"
- app:showAsAction="never" />
- <item
- android:id="@+id/action_db"
- android:orderInCategory="400"
- android:title="DB"
- app:showAsAction="never" />
</menu>