mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-15 15:41:24 +01:00
add the standalone/network icons from GamesList display to the new
games dialog so users get some association going.
This commit is contained in:
parent
04834c910b
commit
d1b6bc16cf
1 changed files with 33 additions and 11 deletions
|
@ -28,12 +28,23 @@
|
||||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||||
android:text="@string/newgame_local_header"
|
android:text="@string/newgame_local_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/sologame"
|
||||||
|
android:layout_width="wrap_content"
|
||||||
|
android:layout_height="wrap_content"
|
||||||
|
android:layout_weight="0"
|
||||||
|
android:layout_gravity="center_vertical|center_horizontal"
|
||||||
|
/>
|
||||||
|
<TextView android:id="@+id/newgame_local_desc"
|
||||||
|
style="@style/relay_explain"
|
||||||
|
/>
|
||||||
|
</LinearLayout>
|
||||||
|
|
||||||
<TextView android:id="@+id/newgame_local_desc"
|
|
||||||
android:layout_marginTop="10dip"
|
|
||||||
android:layout_marginBottom="10dip"
|
|
||||||
style="@style/relay_explain"
|
|
||||||
/>
|
|
||||||
<LinearLayout android:orientation="horizontal"
|
<LinearLayout android:orientation="horizontal"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
|
@ -52,17 +63,28 @@
|
||||||
/>
|
/>
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|
||||||
|
|
||||||
<TextView style="@style/config_separator"
|
<TextView style="@style/config_separator"
|
||||||
android:layout_marginTop="10dip"
|
android:layout_marginTop="10dip"
|
||||||
android:textAppearance="?android:attr/textAppearanceMedium"
|
android:textAppearance="?android:attr/textAppearanceMedium"
|
||||||
android:text="@string/newgame_networked_header"
|
android:text="@string/newgame_networked_header"
|
||||||
/>
|
/>
|
||||||
<TextView android:text="@string/newgame_networked_desc"
|
|
||||||
android:layout_marginTop="10dip"
|
<LinearLayout android:orientation="horizontal"
|
||||||
android:layout_marginBottom="10dip"
|
android:layout_width="fill_parent"
|
||||||
style="@style/relay_explain"
|
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"
|
<LinearLayout android:orientation="horizontal"
|
||||||
android:layout_width="fill_parent"
|
android:layout_width="fill_parent"
|
||||||
|
|
Loading…
Reference in a new issue