From 4979ccd645e605f66afd9e4e6174dd7f27687e1a Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Dominik=20Sch=C3=BCrmann?= Date: Mon, 4 Aug 2014 00:49:16 +0200 Subject: Smaller UI fixes --- .../res/layout/encrypt_asymmetric_fragment.xml | 54 +++++++++++----------- .../src/main/res/menu/encrypt_activity.xml | 2 +- OpenKeychain/src/main/res/values/strings.xml | 5 +- 3 files changed, 31 insertions(+), 30 deletions(-) (limited to 'OpenKeychain/src/main/res') diff --git a/OpenKeychain/src/main/res/layout/encrypt_asymmetric_fragment.xml b/OpenKeychain/src/main/res/layout/encrypt_asymmetric_fragment.xml index e9e439d65..4d82477bc 100644 --- a/OpenKeychain/src/main/res/layout/encrypt_asymmetric_fragment.xml +++ b/OpenKeychain/src/main/res/layout/encrypt_asymmetric_fragment.xml @@ -1,39 +1,39 @@ + - + android:padding="0dp" + android:layout_margin="0dp" + style="@android:style/Widget.EditText"> - + android:paddingLeft="12dp" + android:paddingTop="8dp" + android:paddingBottom="8dp" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:textAppearance="?android:attr/textAppearanceMedium" + android:text="@string/label_asymmetric_from" /> + + android:id="@+id/sign" + android:layout_width="match_parent" + android:layout_height="wrap_content" + android:layout_gravity="center_vertical" /> + android:id="@+id/recipient_list" + android:layout_width="match_parent" + android:layout_height="wrap_content" /> \ No newline at end of file diff --git a/OpenKeychain/src/main/res/menu/encrypt_activity.xml b/OpenKeychain/src/main/res/menu/encrypt_activity.xml index c852fbb5c..05d85ee2a 100644 --- a/OpenKeychain/src/main/res/menu/encrypt_activity.xml +++ b/OpenKeychain/src/main/res/menu/encrypt_activity.xml @@ -2,6 +2,6 @@ - + \ No newline at end of file diff --git a/OpenKeychain/src/main/res/values/strings.xml b/OpenKeychain/src/main/res/values/strings.xml index fca17f837..6abca0548 100644 --- a/OpenKeychain/src/main/res/values/strings.xml +++ b/OpenKeychain/src/main/res/values/strings.xml @@ -113,12 +113,13 @@ Repeat Passphrase Algorithm ASCII Armor + Files: ASCII Armor Let others know that you\'re using OpenKeychain Writes \'OpenKeychain v2.7\' to OpenPGP signatures, ciphertext, and exported keys Recipients From: To - Delete After Encryption + Files: Delete After Encryption Delete After Decryption Share After Encryption Encryption Algorithm @@ -538,7 +539,7 @@ My Keys - Write message here to encrypt and/or sign… + The message entered here will be signed using the key selected in \'From\' and encrypted for all recipients selected in \'To\'. Enter ciphertext here to decrypt and/or verify… -- cgit v1.2.3