Mercurial > 510Connectbot
comparison res/layout/act_hostlist.xml @ 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 |
comparison
equal
deleted
inserted
replaced
432:56d1dbfa6972 | 433:3e25a713555d |
---|---|
25 android:layout_height="fill_parent" | 25 android:layout_height="fill_parent" |
26 > | 26 > |
27 | 27 |
28 <LinearLayout | 28 <LinearLayout |
29 android:id="@+id/transport_box" | 29 android:id="@+id/transport_box" |
30 android:orientation="horizontal" | |
31 android:layout_width="fill_parent" | |
32 android:layout_height="wrap_content" | |
33 android:layout_alignParentBottom="true" | |
34 android:layout_alignParentLeft="true" | |
30 > | 35 > |
31 | 36 |
32 <Spinner | 37 <Spinner |
33 android:id="@+id/transport_selection" | 38 android:id="@+id/transport_selection" |
39 android:layout_width="wrap_content" | |
34 android:layout_height="wrap_content" | 40 android:layout_height="wrap_content" |
35 android:layout_width="wrap_content" | |
36 android:layout_alignParentBottom="true" | 41 android:layout_alignParentBottom="true" |
37 android:layout_alignParentLeft="true" | 42 android:layout_alignParentLeft="true" |
38 /> | 43 /> |
39 | 44 |
40 <EditText | 45 <EditText |