Merge pull request #394 from sreeram-boyapati/master

linear layout edited to display test horizontally #391
This commit is contained in:
Dominik Schürmann 2014-03-11 00:25:26 +01:00
commit 05126a7d15

View File

@ -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" />