new EncryptActivity to handle message and file encryption all in one

This commit is contained in:
Thialfihar
2010-05-09 19:51:21 +00:00
parent 6e3f182291
commit 5e73b696d1
20 changed files with 1239 additions and 924 deletions

View File

@@ -149,7 +149,7 @@
<RadioButton
android:id="@+id/use_asymmetric"
android:text="@string/use_asymmetric"
android:text="@string/label_asymmetric"
android:layout_height="wrap_content"
android:layout_width="0dip"
android:layout_weight="1"
@@ -157,7 +157,7 @@
<RadioButton
android:id="@+id/use_symmetric"
android:text="@string/use_symmetric"
android:text="@string/label_symmetric"
android:layout_height="wrap_content"
android:layout_width="0dip"
android:layout_weight="1"