diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-03-11 00:31:13 +0100 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-03-11 00:31:13 +0100 |
commit | c9b117b7068d471c5ea74b4e21d44684a31e4df6 (patch) | |
tree | e6b2e52f04e93ecddb5a659ad0b35f1336bcf535 /OpenPGP-Keychain/src/main | |
parent | 50ed5db001ccff0efe9c1e0b121f4292b7be1e7a (diff) | |
download | open-keychain-c9b117b7068d471c5ea74b4e21d44684a31e4df6.tar.gz open-keychain-c9b117b7068d471c5ea74b4e21d44684a31e4df6.tar.bz2 open-keychain-c9b117b7068d471c5ea74b4e21d44684a31e4df6.zip |
more tight layout
Diffstat (limited to 'OpenPGP-Keychain/src/main')
-rw-r--r-- | OpenPGP-Keychain/src/main/res/layout/select_secret_key_layout_fragment.xml | 22 |
1 files changed, 10 insertions, 12 deletions
diff --git a/OpenPGP-Keychain/src/main/res/layout/select_secret_key_layout_fragment.xml b/OpenPGP-Keychain/src/main/res/layout/select_secret_key_layout_fragment.xml index 2b60555b7..1141091a3 100644 --- a/OpenPGP-Keychain/src/main/res/layout/select_secret_key_layout_fragment.xml +++ b/OpenPGP-Keychain/src/main/res/layout/select_secret_key_layout_fragment.xml @@ -3,7 +3,7 @@ xmlns:bootstrapbutton="http://schemas.android.com/apk/res-auto" android:layout_width="match_parent" android:layout_height="wrap_content" - android:orientation="horizontal" > + android:orientation="horizontal"> <com.beardedhen.androidbootstrap.BootstrapButton android:id="@+id/select_secret_key_select_key_button" @@ -25,20 +25,10 @@ android:layout_marginLeft="4dp" android:layout_marginTop="4dp" android:orientation="vertical" - android:paddingLeft="16dp" > + android:paddingLeft="4dp"> <!-- Has been made focusable to display error messages with setError --> <TextView - android:id="@+id/select_secret_key_master_key_hex" - android:layout_width="wrap_content" - android:layout_height="wrap_content" - android:layout_gravity="left" - android:textAppearance="?android:attr/textAppearanceMedium" - android:text="@string/api_settings_no_key" - android:layout_marginRight="5dip" - /> - - <TextView android:id="@+id/select_secret_key_user_id" android:layout_width="wrap_content" android:layout_height="wrap_content" @@ -64,6 +54,14 @@ android:visibility="gone" android:textAppearance="?android:attr/textAppearanceSmall" /> + <TextView + android:id="@+id/select_secret_key_master_key_hex" + android:layout_width="wrap_content" + android:layout_height="wrap_content" + android:layout_gravity="left" + android:textAppearance="?android:attr/textAppearanceSmall" + android:text="@string/api_settings_no_key" + android:layout_marginRight="5dip" /> </LinearLayout> |