aboutsummaryrefslogtreecommitdiff
path: root/res
diff options
context:
space:
mode:
Diffstat (limited to 'res')
-rw-r--r--res/menu/drawer_menu.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/res/menu/drawer_menu.xml b/res/menu/drawer_menu.xml
index c2969938..3a3baf29 100644
--- a/res/menu/drawer_menu.xml
+++ b/res/menu/drawer_menu.xml
@@ -3,6 +3,12 @@
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>