mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-01 19:57:11 +01:00
tweak player edit layout (add margins)
This commit is contained in:
parent
02287b8909
commit
adacee5503
1 changed files with 4 additions and 1 deletions
|
@ -31,13 +31,15 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="@string/remote_label"
|
android:text="@string/remote_label"
|
||||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||||
|
android:layout_marginBottom="10dp"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<!-- Use a layout to group elems we want to show/hide as a set -->
|
<!-- Use a layout to group elems we want to show/hide as a set -->
|
||||||
<LinearLayout android:id="@+id/local_player_set"
|
<LinearLayout android:id="@+id/local_player_set"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:orientation="vertical">
|
android:orientation="vertical"
|
||||||
|
>
|
||||||
|
|
||||||
<CheckBox android:id="@+id/robot_check"
|
<CheckBox android:id="@+id/robot_check"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
|
@ -51,6 +53,7 @@
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:orientation="horizontal"
|
android:orientation="horizontal"
|
||||||
android:paddingLeft="20dp"
|
android:paddingLeft="20dp"
|
||||||
|
android:layout_marginBottom="10dp"
|
||||||
>
|
>
|
||||||
|
|
||||||
<TextView android:layout_height="wrap_content"
|
<TextView android:layout_height="wrap_content"
|
||||||
|
|
Loading…
Add table
Reference in a new issue