Added Android code
[wl-app.git] / Android / app / src / main / res / menu / menu_search.xml
diff --git a/Android/app/src/main/res/menu/menu_search.xml b/Android/app/src/main/res/menu/menu_search.xml
new file mode 100644 (file)
index 0000000..04d97c4
--- /dev/null
@@ -0,0 +1,18 @@
+<?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"
+      xmlns:tools="http://schemas.android.com/tools"
+      tools:ignore="AlwaysShowAction">
+    <item
+        android:id="@+id/action_search"
+        android:icon="@drawable/ic_search_new"
+        android:title="@string/menu_search"
+        app:actionViewClass="android.support.v7.widget.SearchView"
+        app:showAsAction="collapseActionView|always"/>
+
+    <item
+        android:id="@+id/action_filter"
+        android:icon="@drawable/ic_filter_new"
+        android:title="@string/menu_filter"
+        app:showAsAction="always"/>
+</menu>
\ No newline at end of file