mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-15 20:48:00 +01:00
in new game dialog, move sms above network (since that's presumably
the reason people chose that version)
This commit is contained in:
parent
2e6b64a4e4
commit
19dbddc0b8
1 changed files with 43 additions and 42 deletions
|
@ -63,48 +63,6 @@
|
||||||
/>
|
/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
<TextView style="@style/config_separator"
|
|
||||||
android:layout_marginTop="10dip"
|
|
||||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
|
||||||
android:text="@string/newgame_networked_header"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<LinearLayout android:orientation="horizontal"
|
|
||||||
android:layout_width="fill_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_marginTop="10dip"
|
|
||||||
android:layout_marginBottom="10dip"
|
|
||||||
>
|
|
||||||
<ImageView android:src="@drawable/relaygame"
|
|
||||||
android:layout_width="wrap_content"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:layout_weight="0"
|
|
||||||
android:layout_gravity="center_vertical|center_horizontal"
|
|
||||||
/>
|
|
||||||
<TextView android:text="@string/newgame_networked_desc"
|
|
||||||
style="@style/relay_explain"
|
|
||||||
/>
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
<LinearLayout android:orientation="horizontal"
|
|
||||||
android:layout_width="fill_parent"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
>
|
|
||||||
<Button android:id="@+id/newgame_invite"
|
|
||||||
android:layout_width="fill_parent"
|
|
||||||
android:layout_weight="1"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:text="@string/newgame_invite"
|
|
||||||
/>
|
|
||||||
|
|
||||||
<Button android:id="@+id/newgame_net_config"
|
|
||||||
android:layout_width="fill_parent"
|
|
||||||
android:layout_weight="1"
|
|
||||||
android:layout_height="wrap_content"
|
|
||||||
android:text="@string/newgame_net_config"
|
|
||||||
/>
|
|
||||||
</LinearLayout>
|
|
||||||
|
|
||||||
<!-- SMS -->
|
<!-- SMS -->
|
||||||
<TextView android:id="@+id/sms_separator"
|
<TextView android:id="@+id/sms_separator"
|
||||||
style="@style/config_separator"
|
style="@style/config_separator"
|
||||||
|
@ -172,6 +130,49 @@
|
||||||
/>
|
/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
|
||||||
|
<TextView style="@style/config_separator"
|
||||||
|
android:layout_marginTop="10dip"
|
||||||
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||||
|
android:text="@string/newgame_networked_header"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<LinearLayout android:orientation="horizontal"
|
||||||
|
android:layout_width="fill_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_marginTop="10dip"
|
||||||
|
android:layout_marginBottom="10dip"
|
||||||
|
>
|
||||||
|
<ImageView android:src="@drawable/relaygame"
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_weight="0"
|
||||||
|
android:layout_gravity="center_vertical|center_horizontal"
|
||||||
|
/>
|
||||||
|
<TextView android:text="@string/newgame_networked_desc"
|
||||||
|
style="@style/relay_explain"
|
||||||
|
/>
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
|
<LinearLayout android:orientation="horizontal"
|
||||||
|
android:layout_width="fill_parent"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
>
|
||||||
|
<Button android:id="@+id/newgame_invite"
|
||||||
|
android:layout_width="fill_parent"
|
||||||
|
android:layout_weight="1"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:text="@string/newgame_invite"
|
||||||
|
/>
|
||||||
|
|
||||||
|
<Button android:id="@+id/newgame_net_config"
|
||||||
|
android:layout_width="fill_parent"
|
||||||
|
android:layout_weight="1"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:text="@string/newgame_net_config"
|
||||||
|
/>
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
<!-- Bluetooth -->
|
<!-- Bluetooth -->
|
||||||
<TextView android:id="@+id/bt_separator"
|
<TextView android:id="@+id/bt_separator"
|
||||||
style="@style/config_separator"
|
style="@style/config_separator"
|
||||||
|
|
Loading…
Add table
Reference in a new issue