aboutsummaryrefslogtreecommitdiffstats
path: root/OpenKeychain/src/main/res/layout/encrypt_asymmetric_fragment.xml
diff options
context:
space:
mode:
authorDominik Schürmann <dominik@dominikschuermann.de>2014-08-04 00:49:16 +0200
committerDominik Schürmann <dominik@dominikschuermann.de>2014-08-04 00:49:16 +0200
commit4979ccd645e605f66afd9e4e6174dd7f27687e1a (patch)
tree88de5e703bf5a3609dbd1903256bc29c32f745be /OpenKeychain/src/main/res/layout/encrypt_asymmetric_fragment.xml
parentc2ca841ac98205b148655d9a6891f1c34b2337bc (diff)
downloadopen-keychain-4979ccd645e605f66afd9e4e6174dd7f27687e1a.tar.gz
open-keychain-4979ccd645e605f66afd9e4e6174dd7f27687e1a.tar.bz2
open-keychain-4979ccd645e605f66afd9e4e6174dd7f27687e1a.zip
Smaller UI fixes
Diffstat (limited to 'OpenKeychain/src/main/res/layout/encrypt_asymmetric_fragment.xml')
-rw-r--r--OpenKeychain/src/main/res/layout/encrypt_asymmetric_fragment.xml54
1 files changed, 27 insertions, 27 deletions
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 @@
<?xml version="1.0" encoding="utf-8"?>
+<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ android:orientation="vertical"
+ android:paddingTop="4dp"
+ android:paddingBottom="4dp"
+ android:paddingRight="16dp"
+ android:paddingLeft="16dp">
-<LinearLayout
- xmlns:android="http://schemas.android.com/apk/res/android"
+ <LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
- android:orientation="vertical"
- android:paddingTop="4dp"
- android:paddingBottom="4dp"
- android:paddingRight="16dp"
- android:paddingLeft="16dp">
+ android:padding="0dp"
+ android:layout_margin="0dp"
+ style="@android:style/Widget.EditText">
- <LinearLayout
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:padding="0dp"
- android:layout_margin="0dp"
- style="@android:style/Widget.EditText">
<TextView
- 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: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" />
+
<Spinner
- android:id="@+id/sign"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_gravity="center_vertical"/>
+ android:id="@+id/sign"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content"
+ 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"/>
+ android:id="@+id/recipient_list"
+ android:layout_width="match_parent"
+ android:layout_height="wrap_content" />
</LinearLayout> \ No newline at end of file