aboutsummaryrefslogtreecommitdiffstats
path: root/OpenPGP-Keychain/src/main/res/layout/encrypt_asymmetric_fragment.xml
diff options
context:
space:
mode:
Diffstat (limited to 'OpenPGP-Keychain/src/main/res/layout/encrypt_asymmetric_fragment.xml')
-rw-r--r--OpenPGP-Keychain/src/main/res/layout/encrypt_asymmetric_fragment.xml13
1 files changed, 7 insertions, 6 deletions
diff --git a/OpenPGP-Keychain/src/main/res/layout/encrypt_asymmetric_fragment.xml b/OpenPGP-Keychain/src/main/res/layout/encrypt_asymmetric_fragment.xml
index 95ed5afa4..5041b5fa6 100644
--- a/OpenPGP-Keychain/src/main/res/layout/encrypt_asymmetric_fragment.xml
+++ b/OpenPGP-Keychain/src/main/res/layout/encrypt_asymmetric_fragment.xml
@@ -2,11 +2,13 @@
<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:bootstrapbutton="http://schemas.android.com/apk/res-auto"
- xmlns:custom="http://schemas.android.com/apk/res-auto"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:orientation="vertical"
- android:padding="4dp">
+ android:paddingTop="4dp"
+ android:paddingBottom="4dp"
+ android:paddingRight="16dp"
+ android:paddingLeft="16dp">
<LinearLayout
android:layout_width="match_parent"
@@ -34,7 +36,7 @@
android:layout_gravity="right"
android:ellipsize="end"
android:singleLine="true"
- android:text="Alice"
+ android:text=""
android:textAppearance="?android:attr/textAppearanceMedium" />
<TextView
@@ -44,7 +46,7 @@
android:layout_gravity="right"
android:ellipsize="end"
android:singleLine="true"
- android:text="alice@example.com"
+ android:text=""
android:textAppearance="?android:attr/textAppearanceSmall" />
</LinearLayout>
</LinearLayout>
@@ -52,8 +54,7 @@
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:orientation="horizontal"
- android:paddingBottom="3dip">
+ android:orientation="horizontal">
<TextView
android:id="@+id/label_selectPublicKeys"