aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res/menu
diff options
context:
space:
mode:
authorScott Jackson <daneren2005@gmail.com>2016-02-23 16:51:34 -0800
committerScott Jackson <daneren2005@gmail.com>2016-02-23 16:51:34 -0800
commit1c4b9749378ef169e9d0104049432da40ee77f7c (patch)
treed122e4bf7a922299d1f0bc8b267459754ac3084e /app/src/main/res/menu
parent8fcc69026d6a6df3c2b867d1f0c1159caa6a5060 (diff)
downloaddsub-1c4b9749378ef169e9d0104049432da40ee77f7c.tar.gz
dsub-1c4b9749378ef169e9d0104049432da40ee77f7c.tar.bz2
dsub-1c4b9749378ef169e9d0104049432da40ee77f7c.zip
Remove a bunch of unused resources
Diffstat (limited to 'app/src/main/res/menu')
-rw-r--r--app/src/main/res/menu/drawer_menu.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/app/src/main/res/menu/drawer_menu.xml b/app/src/main/res/menu/drawer_menu.xml
deleted file mode 100644
index 21d324a9..00000000
--- a/app/src/main/res/menu/drawer_menu.xml
+++ /dev/null
@@ -1,14 +0,0 @@
-<?xml version="1.0" encoding="utf-8"?>
-<menu xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:compat="http://schemas.android.com/apk/res-auto">
-
- <item
- android:id="@+id/menu_global_search"
- android:icon="?attr/search"
- android:title="@string/menu.search"
- compat:showAsAction="always|withText"/>
-
- <item
- android:id="@+id/menu_exit"
- android:title="@string/menu.exit"/>
-</menu>