changeset 433:3e25a713555d stable-1.9.1

fix alignment problem on very high res screens
author Carl Byington <carl@five-ten-sg.com>
date Mon, 09 Mar 2015 16:28:31 -0700
parents 56d1dbfa6972
children 7ea898484623
files res/layout/act_hostlist.xml
diffstat 1 files changed, 6 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/res/layout/act_hostlist.xml	Mon Mar 09 15:44:11 2015 -0700
+++ b/res/layout/act_hostlist.xml	Mon Mar 09 16:28:31 2015 -0700
@@ -27,12 +27,17 @@
 
     <LinearLayout
         android:id="@+id/transport_box"
+        android:orientation="horizontal"
+        android:layout_width="fill_parent"
+        android:layout_height="wrap_content"
+        android:layout_alignParentBottom="true"
+        android:layout_alignParentLeft="true"
         >
 
         <Spinner
             android:id="@+id/transport_selection"
+            android:layout_width="wrap_content"
             android:layout_height="wrap_content"
-            android:layout_width="wrap_content"
             android:layout_alignParentBottom="true"
             android:layout_alignParentLeft="true"
             />