aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/menu
diff options
context:
space:
mode:
authorAllan Wang <me@allanwang.ca>2017-05-30 19:55:57 -0700
committerAllan Wang <me@allanwang.ca>2017-05-30 19:55:57 -0700
commitc53e343f039b65c0aee2ee316b8c844a5b596bb8 (patch)
treebbe8bc8a4e416ca7d143306d2fe0e2ddb25f78d6 /app/src/main/res/menu
parent20ef6500dc0b6d84905d92d8469feb6ff0ac502d (diff)
downloadfrost-c53e343f039b65c0aee2ee316b8c844a5b596bb8.tar.gz
frost-c53e343f039b65c0aee2ee316b8c844a5b596bb8.tar.bz2
frost-c53e343f039b65c0aee2ee316b8c844a5b596bb8.zip
working tab db and initial cookie map
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r--app/src/main/res/menu/menu_main.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/src/main/res/menu/menu_main.xml b/app/src/main/res/menu/menu_main.xml
index 4edd60de..ad14552a 100644
--- a/app/src/main/res/menu/menu_main.xml
+++ b/app/src/main/res/menu/menu_main.xml
@@ -13,8 +13,19 @@
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>
+