Add option for sharing encrypted file.

This commit is contained in:
Miroojin Bakshi
2014-03-07 21:16:58 +05:30
parent 59067f9f8b
commit 2e2a9bc967
3 changed files with 26 additions and 0 deletions

View File

@@ -285,6 +285,19 @@
android:text="@string/label_delete_after_encryption" />
</LinearLayout>
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
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"