diff options
author | Sreeram Boyapati <sreeram.boyapati2011@gmail.com> | 2014-03-11 04:50:15 +0530 |
---|---|---|
committer | Sreeram Boyapati <sreeram.boyapati2011@gmail.com> | 2014-03-11 04:50:15 +0530 |
commit | dc865427e3d2ce539c9c989ab7b08d77f77de287 (patch) | |
tree | 4b6a0833c921be58016ba74e2f408d2bdf377a4b /OpenPGP-Keychain/src | |
parent | 3f5de1eac6633f906a7063fe7a6b6d43e9f63a24 (diff) | |
download | open-keychain-dc865427e3d2ce539c9c989ab7b08d77f77de287.tar.gz open-keychain-dc865427e3d2ce539c9c989ab7b08d77f77de287.tar.bz2 open-keychain-dc865427e3d2ce539c9c989ab7b08d77f77de287.zip |
linear layout edited to display test horizontally
Diffstat (limited to 'OpenPGP-Keychain/src')
-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" /> |