aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/menu
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2015-08-11 21:18:08 -0700
committerScott Jackson <daneren2005@gmail.com>2015-08-11 21:18:08 -0700
commit43eb6995e8b9896fc208fcb14d5ebf925a66540f (patch)
treef095f6d9123b8b2d9793234c21cd1f9e290f03d0 /app/src/main/res/menu
parent011fdc8967cf7f6118f28b1371a19b23fc198fd0 (diff)
downloaddsub-43eb6995e8b9896fc208fcb14d5ebf925a66540f.tar.gz
dsub-43eb6995e8b9896fc208fcb14d5ebf925a66540f.tar.bz2
dsub-43eb6995e8b9896fc208fcb14d5ebf925a66540f.zip
#535 Move online/offline to pull out drawer
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r--app/src/main/res/menu/drawer_navigation.xml3
1 files changed, 3 insertions, 0 deletions
diff --git a/app/src/main/res/menu/drawer_navigation.xml b/app/src/main/res/menu/drawer_navigation.xml
index 88ecd920..bd309455 100644
--- a/app/src/main/res/menu/drawer_navigation.xml
+++ b/app/src/main/res/menu/drawer_navigation.xml
@@ -44,6 +44,9 @@
android:id="@+id/drawer_bottom"
android:checkableBehavior="single">
+ <item android:id="@+id/drawer_offline"
+ android:title="@string/button_bar.offline"/>
+
<item
android:id="@+id/drawer_settings"
android:title="@string/menu.settings"/>