Added Android code
[wl-app.git] / Android / app / src / main / res / menu / menu_searchable.xml
diff --git a/Android/app/src/main/res/menu/menu_searchable.xml b/Android/app/src/main/res/menu/menu_searchable.xml
new file mode 100644 (file)
index 0000000..1f06293
--- /dev/null
@@ -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/action_search"
+        android:icon="@drawable/ic_search_new"
+        android:title="@string/menu_search"
+        app:showAsAction="always"/>
+
+</menu>
\ No newline at end of file