aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/menu/encrypt_activity.xml
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2015-05-27 22:33:14 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2015-05-27 22:33:14 +0200
commit8dc9773c1e93cce968ad872bfdce9722657c935d (patch)
treeb5ca5950ea948133463a5f2c9af35c96ba79814c /OpenKeychain/src/main/res/menu/encrypt_activity.xml
parentfed0e7db8d06ad4522e7c58cd53e0347a8c7e088 (diff)
downloadopen-keychain-8dc9773c1e93cce968ad872bfdce9722657c935d.tar.gz
open-keychain-8dc9773c1e93cce968ad872bfdce9722657c935d.tar.bz2
open-keychain-8dc9773c1e93cce968ad872bfdce9722657c935d.zip
move synchronous encryption into activity, and preserve checkbox state
Diffstat (limited to 'OpenKeychain/src/main/res/menu/encrypt_activity.xml')
-rw-r--r--OpenKeychain/src/main/res/menu/encrypt_activity.xml9
1 files changed, 9 insertions, 0 deletions
diff --git a/OpenKeychain/src/main/res/menu/encrypt_activity.xml b/OpenKeychain/src/main/res/menu/encrypt_activity.xml
new file mode 100644
index 000000000..fdd19927e
--- /dev/null
+++ b/OpenKeychain/src/main/res/menu/encrypt_activity.xml
@@ -0,0 +1,9 @@
+<?xml version="1.0" encoding="utf-8"?>
+<menu xmlns:android="http://schemas.android.com/apk/res/android">
+
+ <item
+ android:id="@+id/check_use_symmetric"
+ android:title="@string/label_symmetric"
+ android:checkable="true" />
+
+</menu> \ No newline at end of file