aboutsummaryrefslogtreecommitdiff
path: root/res/menu/drawer_menu.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/menu/drawer_menu.xml')
-rw-r--r--res/menu/drawer_menu.xml14
1 files changed, 0 insertions, 14 deletions
diff --git a/res/menu/drawer_menu.xml b/res/menu/drawer_menu.xml
deleted file mode 100644
index 3a3baf29..00000000
--- a/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_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>