summaryrefslogtreecommitdiff
path: root/src/main/res/menu/pref.xml
diff options
context:
space:
mode:
Diffstat (limited to 'src/main/res/menu/pref.xml')
-rw-r--r--src/main/res/menu/pref.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/src/main/res/menu/pref.xml b/src/main/res/menu/pref.xml
new file mode 100644
index 0000000..a73acea
--- /dev/null
+++ b/src/main/res/menu/pref.xml
@@ -0,0 +1,11 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <item
+ android:id="@+id/menu_pref_delete"
+ android:icon="@drawable/delete"
+ android:title="@string/pref_delete"
+ android:showAsAction="always">
+ </item>
+
+</menu> \ No newline at end of file