aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/res/menu/key_list_public_multi.xml
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-03-06 19:36:31 +0100
committerDominik Schürmann <dominik@dominikschuermann.de>2014-03-06 19:36:31 +0100
commit28e4a75e7efb155ed1d40ed3d8ee16d97d3b3dac (patch)
tree48916d947d4f62dabd64f36117e11554c4a0b9a1 /OpenPGP-Keychain/src/main/res/menu/key_list_public_multi.xml
parent414623670e2bc3474d1866c3b297e4bb0c6c5943 (diff)
parent1cf912de2b388fbe996e3014a00a0d91f22194a5 (diff)
downloadopen-keychain-28e4a75e7efb155ed1d40ed3d8ee16d97d3b3dac.tar.gz
open-keychain-28e4a75e7efb155ed1d40ed3d8ee16d97d3b3dac.tar.bz2
open-keychain-28e4a75e7efb155ed1d40ed3d8ee16d97d3b3dac.zip
Merge pull request #354 from uberspot/master
Multiselect: Create 'select all' in public and secret keylist
Diffstat (limited to 'OpenPGP-Keychain/src/main/res/menu/key_list_public_multi.xml')
-rw-r--r--OpenPGP-Keychain/src/main/res/menu/key_list_public_multi.xml4
1 files changed, 4 insertions, 0 deletions
diff --git a/OpenPGP-Keychain/src/main/res/menu/key_list_public_multi.xml b/OpenPGP-Keychain/src/main/res/menu/key_list_public_multi.xml
index 2408aabcc..d30ee5e8f 100644
--- a/OpenPGP-Keychain/src/main/res/menu/key_list_public_multi.xml
+++ b/OpenPGP-Keychain/src/main/res/menu/key_list_public_multi.xml
@@ -2,6 +2,10 @@
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
+ android:id="@+id/menu_key_list_public_multi_select_all"
+ android:icon="@drawable/ic_action_select_all"
+ android:title="@string/menu_select_all" />
+ <item
android:id="@+id/menu_key_list_public_multi_encrypt"
android:icon="@drawable/ic_action_secure"
android:title="@string/menu_encrypt_to" />