Added Android code
[wl-app.git] / Android / app / src / main / res / menu / menu_filter.xml
diff --git a/Android/app/src/main/res/menu/menu_filter.xml b/Android/app/src/main/res/menu/menu_filter.xml
new file mode 100644 (file)
index 0000000..b9b6f69
--- /dev/null
@@ -0,0 +1,9 @@
+<?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_accept"
+        android:icon="@drawable/ic_accept_new"
+        android:title="@string/menu_accept"
+        app:showAsAction="always"/>
+</menu>
\ No newline at end of file