aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/res/layout/encrypt_activity.xml
diff options
context:
space:
mode:
authorMiroojin Bakshi <gaglu231094@gmail.com>2014-03-07 21:16:58 +0530
committerMiroojin Bakshi <gaglu231094@gmail.com>2014-03-07 21:16:58 +0530
commit2e2a9bc967399b6adc353b1b34d3c7ed981e68f4 (patch)
tree2ea195c985befba1d461496cc311f3043cc88828 /OpenPGP-Keychain/src/main/res/layout/encrypt_activity.xml
parent59067f9f8b0a12f875ba928b30f8f35fc284356c (diff)
downloadopen-keychain-2e2a9bc967399b6adc353b1b34d3c7ed981e68f4.tar.gz
open-keychain-2e2a9bc967399b6adc353b1b34d3c7ed981e68f4.tar.bz2
open-keychain-2e2a9bc967399b6adc353b1b34d3c7ed981e68f4.zip
Add option for sharing encrypted file.
Diffstat (limited to 'OpenPGP-Keychain/src/main/res/layout/encrypt_activity.xml')
-rw-r--r--OpenPGP-Keychain/src/main/res/layout/encrypt_activity.xml13
1 files changed, 13 insertions, 0 deletions
diff --git a/OpenPGP-Keychain/src/main/res/layout/encrypt_activity.xml b/OpenPGP-Keychain/src/main/res/layout/encrypt_activity.xml
index 27e29eddb..419a8f2ad 100644
--- a/OpenPGP-Keychain/src/main/res/layout/encrypt_activity.xml
+++ b/OpenPGP-Keychain/src/main/res/layout/encrypt_activity.xml
@@ -291,6 +291,19 @@
android:orientation="horizontal">
<CheckBox
+ android:id="@+id/shareAfterEncryption"
+ android:layout_width="wrap_content"
+ android:layout_height="wrap_content"
+ android:layout_gravity="center_vertical"
+ android:text="@string/label_share_after_encryption" />
+ </LinearLayout>
+
+ <LinearLayout
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:orientation="horizontal">
+
+ <CheckBox
android:id="@+id/asciiArmour"
android:layout_width="wrap_content"
android:layout_height="wrap_content"