From dc865427e3d2ce539c9c989ab7b08d77f77de287 Mon Sep 17 00:00:00 2001 From: Sreeram Boyapati Date: Tue, 11 Mar 2014 04:50:15 +0530 Subject: linear layout edited to display test horizontally --- .../src/main/res/layout/select_secret_key_layout_fragment.xml | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) (limited to 'OpenPGP-Keychain') 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" > @@ -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" /> -- cgit v1.2.3