Fix layout in server selector
Signed-off-by: Óscar García Amor <ogarcia@connectical.com>
This commit is contained in:
parent
f9199eebd3
commit
0f7238e961
|
@ -10,16 +10,25 @@
|
||||||
<ImageView a:layout_width="wrap_content" a:layout_height="wrap_content"
|
<ImageView a:layout_width="wrap_content" a:layout_height="wrap_content"
|
||||||
a:layout_gravity="center_vertical" a:src="?attr/select_folder" />
|
a:layout_gravity="center_vertical" a:src="?attr/select_folder" />
|
||||||
|
|
||||||
<LinearLayout a:orientation="vertical" a:layout_width="wrap_content"
|
<LinearLayout
|
||||||
a:layout_height="fill_parent">
|
a:layout_width="wrap_content"
|
||||||
|
a:layout_height="wrap_content"
|
||||||
|
a:orientation="vertical">
|
||||||
|
|
||||||
<TextView a:id="@+id/main.select_server_1" a:text="@string/main.select_server"
|
<TextView
|
||||||
a:layout_width="fill_parent" a:layout_height="wrap_content"
|
a:id="@+id/main.select_server_1"
|
||||||
a:layout_marginLeft="10dip" a:layout_marginTop="6dip"
|
a:layout_width="fill_parent"
|
||||||
|
a:layout_height="wrap_content"
|
||||||
|
a:layout_marginLeft="10dip"
|
||||||
|
a:layout_marginTop="6dip"
|
||||||
|
a:text="@string/main.select_server"
|
||||||
a:textAppearance="?android:attr/textAppearanceLarge" />
|
a:textAppearance="?android:attr/textAppearanceLarge" />
|
||||||
|
|
||||||
<TextView a:id="@+id/main.select_server_2" a:layout_width="fill_parent"
|
<TextView
|
||||||
a:layout_height="wrap_content" a:layout_marginLeft="10dip"
|
a:id="@+id/main.select_server_2"
|
||||||
|
a:layout_width="fill_parent"
|
||||||
|
a:layout_height="wrap_content"
|
||||||
|
a:layout_marginLeft="10dip"
|
||||||
a:textAppearance="?android:attr/textAppearanceSmall" />
|
a:textAppearance="?android:attr/textAppearanceSmall" />
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
Loading…
Reference in New Issue