aboutsummaryrefslogtreecommitdiff
path: root/WordPress/src/main/res/menu/theme.xml
diff options
context:
space:
mode:
Diffstat (limited to 'WordPress/src/main/res/menu/theme.xml')
-rw-r--r--WordPress/src/main/res/menu/theme.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/WordPress/src/main/res/menu/theme.xml b/WordPress/src/main/res/menu/theme.xml
new file mode 100644
index 000000000..f5a6b8b1b
--- /dev/null
+++ b/WordPress/src/main/res/menu/theme.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:app="http://schemas.android.com/apk/res-auto">
+
+ <item
+ android:id="@+id/menu_search"
+ android:icon="@drawable/ic_search_white_24dp"
+ app:showAsAction="collapseActionView|ifRoom"
+ android:title="@string/search"/>
+
+</menu>