aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/res/menu/key_edit.xml
diff options
context:
space:
mode:
authorAshley Hughes <spirit.returned@gmail.com>2014-02-06 22:16:41 +0000
committerAshley Hughes <spirit.returned@gmail.com>2014-02-06 22:16:41 +0000
commitaee4ec6d1f5b41d882dea747915af93cd7d84652 (patch)
tree8ce3313133f1a8813adf0e51ba0018c7fc3225b8 /OpenPGP-Keychain/src/main/res/menu/key_edit.xml
parentd4d6de1bc5c538c17613f5918e70ee0932637915 (diff)
downloadopen-keychain-aee4ec6d1f5b41d882dea747915af93cd7d84652.tar.gz
open-keychain-aee4ec6d1f5b41d882dea747915af93cd7d84652.tar.bz2
open-keychain-aee4ec6d1f5b41d882dea747915af93cd7d84652.zip
action bar and a small fix
Diffstat (limited to 'OpenPGP-Keychain/src/main/res/menu/key_edit.xml')
-rw-r--r--OpenPGP-Keychain/src/main/res/menu/key_edit.xml6
1 files changed, 6 insertions, 0 deletions
diff --git a/OpenPGP-Keychain/src/main/res/menu/key_edit.xml b/OpenPGP-Keychain/src/main/res/menu/key_edit.xml
index 16992affb..ede1d03c0 100644
--- a/OpenPGP-Keychain/src/main/res/menu/key_edit.xml
+++ b/OpenPGP-Keychain/src/main/res/menu/key_edit.xml
@@ -3,6 +3,12 @@
xmlns:app="http://schemas.android.com/apk/res-auto">
<item
+ android:id="@+id/menu_key_edit_save"
+ android:icon="@drawable/ic_action_done"
+ app:showAsAction="always"
+ android:title="@string/btn_save">
+ </item>
+ <item
android:id="@+id/menu_key_edit_export_file"
app:showAsAction="never"
android:title="@string/menu_export_key" />