This commit is contained in:
Eric House 2020-09-26 21:26:01 -07:00
parent dd177b96c5
commit fda432468a
2 changed files with 3 additions and 1 deletions

View file

@ -9,6 +9,8 @@
<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"
android:background="#FF7F7F7F"
android:layout_marginBottom="3dp"
> >
<TextView android:id="@+id/player_name" <TextView android:id="@+id/player_name"

View file

@ -2648,7 +2648,7 @@
<!-- Title of menuitem that launches Known Players viewer --> <!-- Title of menuitem that launches Known Players viewer -->
<string name="gamel_menu_knownplyrs">Known Players…</string> <string name="gamel_menu_knownplyrs">Known Players…</string>
<string name="kplayers_expl">Here are the remote players <string name="kplayers_expl">These are the remote players
CrossWords has seen enough to know how to invite them quickly to CrossWords has seen enough to know how to invite them quickly to
new games. Their names default to what the remote user has chosen, new games. Their names default to what the remote user has chosen,
but you can edit them to make them easier for you to use.</string> but you can edit them to make them easier for you to use.</string>