aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/encrypt_asymmetric_fragment.xml
diff options
context:
space:
mode:
authorVincent Breitmoser <valodim@mugenguild.com>2014-09-01 21:43:15 +0200
committerVincent Breitmoser <valodim@mugenguild.com>2014-09-01 21:43:15 +0200
commit6b5e65253cbcbaa2322e4f19b4fc044074f6c08a (patch)
tree106cd81dda1cf6b0d8e3a2a8a5bbce41f9505992 /OpenKeychain/src/main/res/layout/encrypt_asymmetric_fragment.xml
parent6a3e7921cf8a6b120818b0499b8de175139da682 (diff)
downloadopen-keychain-6b5e65253cbcbaa2322e4f19b4fc044074f6c08a.tar.gz
open-keychain-6b5e65253cbcbaa2322e4f19b4fc044074f6c08a.tar.bz2
open-keychain-6b5e65253cbcbaa2322e4f19b4fc044074f6c08a.zip
small ui changes in encrypt
Diffstat (limited to 'OpenKeychain/src/main/res/layout/encrypt_asymmetric_fragment.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/encrypt_asymmetric_fragment.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/OpenKeychain/src/main/res/layout/encrypt_asymmetric_fragment.xml b/OpenKeychain/src/main/res/layout/encrypt_asymmetric_fragment.xml
index 2189a1f34..cd31009f4 100644
--- a/OpenKeychain/src/main/res/layout/encrypt_asymmetric_fragment.xml
+++ b/OpenKeychain/src/main/res/layout/encrypt_asymmetric_fragment.xml
@@ -8,6 +8,11 @@
android:paddingRight="16dp"
android:paddingLeft="16dp">
+ <org.sufficientlysecure.keychain.ui.widget.EncryptKeyCompletionView
+ android:id="@+id/recipient_list"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content" />
+
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
@@ -22,7 +27,8 @@
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium"
- android:text="@string/label_asymmetric_from" />
+ android:text="@string/label_asymmetric_from"
+ android:paddingRight="8dp"/>
<org.sufficientlysecure.keychain.ui.widget.SignKeySpinner
android:id="@+id/sign"
@@ -31,9 +37,4 @@
android:layout_gravity="center_vertical" />
</LinearLayout>
-
- <org.sufficientlysecure.keychain.ui.widget.EncryptKeyCompletionView
- android:id="@+id/recipient_list"
- android:layout_width="match_parent"
- android:layout_height="wrap_content" />
</LinearLayout> \ No newline at end of file