make text bulleted -- easier to read/follow

This commit is contained in:
Andy2 2010-11-05 05:53:28 -07:00
parent fc739e2c67
commit c125edd2cb
2 changed files with 28 additions and 11 deletions

View file

@ -16,6 +16,24 @@
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium"
/>
<TextView android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium"
android:text="@string/explain_b1"
android:paddingLeft="8dp"
/>
<TextView android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium"
android:text="@string/explain_b2"
android:paddingLeft="8dp"
/>
<TextView android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium"
android:text="@string/explain_b3"
android:paddingLeft="8dp"
/>
<EditText android:id="@+id/room_edit"
android:layout_height="wrap_content"
@ -34,14 +52,10 @@
android:text="@string/play"
/>
<TextView style="@style/config_separator"
android:text="@string/relay_config_label"
/>
<Button android:id="@+id/config_button"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:text="@string/list_item_config"
android:text="@string/advanced_config"
/>
</LinearLayout>

View file

@ -472,12 +472,15 @@
game on the relay. You will be notified when the remaining
device[s] have joined your room and play can begin.</string>
<string name="relay_game_explainf">To start a simple two-player
game in %s over the network all you need to do is agree on a room
name with the other person and make sure you both enter it in the
field below. Do that and press the Play game button and you\'ll
connect.</string>
<string name="relay_game_explainf">To start a basic networked two-player
game in %s over the network:</string>
<string name="explain_b1">• Agree on a room name with your friend</string>
<string name="explain_b2">• Put it in the box below and on
your friend\'s Android smartphone</string>
<string name="explain_b3">• Press the \"Play game\" button</string>
<string name="advanced_config">Advanced game settings</string>
<string name="relay_config_label">Advanced game settings</string>
</resources>