mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-30 08:34:16 +01:00
put some space before all but the first heading
This commit is contained in:
parent
ea62b90f61
commit
1139b1d5d1
1 changed files with 6 additions and 2 deletions
|
@ -67,8 +67,9 @@
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<!-- players -->
|
<!-- players -->
|
||||||
<TextView style="@style/config_separator"
|
<TextView android:id="@+id/players_label"
|
||||||
android:id="@+id/players_label"
|
style="@style/config_separator"
|
||||||
|
android:layout_marginTop="15dp"
|
||||||
/>
|
/>
|
||||||
<LinearLayout android:id="@+id/player_list"
|
<LinearLayout android:id="@+id/player_list"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
|
@ -103,6 +104,7 @@
|
||||||
<!-- text added via code -->
|
<!-- text added via code -->
|
||||||
<TextView android:id="@+id/conns_label"
|
<TextView android:id="@+id/conns_label"
|
||||||
style="@style/config_separator"
|
style="@style/config_separator"
|
||||||
|
android:layout_marginTop="15dp"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<!-- We'll use either the spinner or simple edit text
|
<!-- We'll use either the spinner or simple edit text
|
||||||
|
@ -169,6 +171,7 @@
|
||||||
>
|
>
|
||||||
<TextView style="@style/config_separator"
|
<TextView style="@style/config_separator"
|
||||||
android:text="@string/connect_label_sms"
|
android:text="@string/connect_label_sms"
|
||||||
|
android:layout_marginTop="15dp"
|
||||||
/>
|
/>
|
||||||
<TextView android:layout_height="wrap_content"
|
<TextView android:layout_height="wrap_content"
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
|
@ -187,6 +190,7 @@
|
||||||
|
|
||||||
<TextView style="@style/config_separator"
|
<TextView style="@style/config_separator"
|
||||||
android:text="@string/settings_label"
|
android:text="@string/settings_label"
|
||||||
|
android:layout_marginTop="15dp"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<CheckBox android:id="@+id/hints_allowed"
|
<CheckBox android:id="@+id/hints_allowed"
|
||||||
|
|
Loading…
Add table
Reference in a new issue