diff options
author | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-03-11 00:25:26 +0100 |
---|---|---|
committer | Dominik Schürmann <dominik@dominikschuermann.de> | 2014-03-11 00:25:26 +0100 |
commit | 05126a7d1566a1066b6d9a9acd8d845ce25444f2 (patch) | |
tree | 0832b61bbcc7f7fe62a20d4576ae8d8f706160c2 /OpenPGP-Keychain | |
parent | 7fc80be660c9a0f24201b91dec0f0ada5c5b129a (diff) | |
parent | dc865427e3d2ce539c9c989ab7b08d77f77de287 (diff) | |
download | open-keychain-05126a7d1566a1066b6d9a9acd8d845ce25444f2.tar.gz open-keychain-05126a7d1566a1066b6d9a9acd8d845ce25444f2.tar.bz2 open-keychain-05126a7d1566a1066b6d9a9acd8d845ce25444f2.zip |
Merge pull request #394 from sreeram-boyapati/master
linear layout edited to display test horizontally #391
Diffstat (limited to 'OpenPGP-Keychain')
-rw-r--r-- | OpenPGP-Keychain/src/main/res/layout/select_secret_key_layout_fragment.xml | 5 |
1 files changed, 4 insertions, 1 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 9b92a373a..2b60555b7 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="vertical" > + android:orientation="horizontal" > <com.beardedhen.androidbootstrap.BootstrapButton android:id="@+id/select_secret_key_select_key_button" @@ -35,6 +35,7 @@ android:layout_gravity="left" android:textAppearance="?android:attr/textAppearanceMedium" android:text="@string/api_settings_no_key" + android:layout_marginRight="5dip" /> <TextView @@ -47,6 +48,7 @@ android:focusableInTouchMode="true" android:singleLine="true" android:visibility="gone" + android:layout_marginRight="5dip" android:text="" android:textAppearance="?android:attr/textAppearanceSmall" /> @@ -57,6 +59,7 @@ android:layout_gravity="left" android:ellipsize="end" android:singleLine="true" + android:layout_marginRight="5dip" android:text="" android:visibility="gone" android:textAppearance="?android:attr/textAppearanceSmall" /> |