improve look of dialog, mostly by putting phone number and name on

separate lines.
This commit is contained in:
Eric House 2012-03-21 07:04:12 -07:00
parent ba44f1355c
commit 3e26bbb450
3 changed files with 16 additions and 12 deletions

View file

@ -10,6 +10,7 @@
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium"
android:padding="8dp"
/>
<ListView android:id="@id/android:list"

View file

@ -14,15 +14,18 @@
android:layout_height="wrap_content"
/>
<TextView android:id="@+id/name"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium"
/>
<TextView android:id="@+id/number"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
/>
<LinearLayout android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:orientation="vertical"
>
<TextView android:id="@+id/name"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
android:textAppearance="?android:attr/textAppearanceMedium"
/>
<TextView android:id="@+id/number"
android:layout_height="wrap_content"
android:layout_width="wrap_content"
/>
</LinearLayout>
</org.eehouse.android.xw4.NBSListItem>

View file

@ -1893,6 +1893,6 @@
<string name="button_nbs_add">Add contact</string>
<string name="invite_nbs_descf">Please select the %d phone numbers you
want to include in this game. Use the Add contact button if you
don\'t see a number you expect.</string>
don\'t see a number you want.</string>
</resources>