aboutsummaryrefslogtreecommitdiff
path: root/app/src/main/res
diff options
context:
space:
mode:
authorzeapo <mohamed@zenadi.com>2014-10-20 00:02:07 +0200
committerzeapo <mohamed@zenadi.com>2014-10-20 00:02:07 +0200
commit0c5c6947055e149c10cc190a5ef8f3ac07ba1a0a (patch)
tree043c716a96617358586a5a663ba8798fa3aacea3 /app/src/main/res
parent7469b865b64e8e7f91a749188fc3647cdbd72322 (diff)
User can now delete passwords
Diffstat (limited to 'app/src/main/res')
-rw-r--r--app/src/main/res/menu/context_pass.xml11
1 files changed, 11 insertions, 0 deletions
diff --git a/app/src/main/res/menu/context_pass.xml b/app/src/main/res/menu/context_pass.xml
new file mode 100644
index 00000000..fce0d5fe
--- /dev/null
+++ b/app/src/main/res/menu/context_pass.xml
@@ -0,0 +1,11 @@
+<menu xmlns:android="http://schemas.android.com/apk/res/android"
+ xmlns:tools="http://schemas.android.com/tools"
+ xmlns:app="http://schemas.android.com/apk/res-auto"
+ tools:context=".pwdstore">
+
+ <item android:id="@+id/menu_delete_password"
+ android:icon="@drawable/ico_del"
+ app:showAsAction="always"
+ android:title="Delete"/>
+</menu>
+