UI and string tweaks

This commit is contained in:
Eric House 2021-01-25 21:58:05 -08:00
parent 0698e67dcf
commit 4850b77756
2 changed files with 3 additions and 3 deletions

View file

@ -79,6 +79,7 @@
<LinearLayout android:orientation="horizontal" <LinearLayout android:orientation="horizontal"
android:layout_height="wrap_content" android:layout_height="wrap_content"
android:layout_width="fill_parent" android:layout_width="fill_parent"
android:layout_marginLeft="16dp"
> >
<TextView android:layout_height="wrap_content" <TextView android:layout_height="wrap_content"
android:layout_width="wrap_content" android:layout_width="wrap_content"

View file

@ -2631,9 +2631,8 @@
as a replacement for the relay.</string> as a replacement for the relay.</string>
<!-- 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="knowns_expl">These are the remote players CrossWords <string name="knowns_expl">These are your known remote
has seen enough to know how to invite them quickly to new players. Their names default to what the remote player has chosen,
games. Their names default to what the remote player has chosen,
but you can change the names if you want.</string> but you can change the names if you want.</string>
<!-- Creation date of newest game with that player --> <!-- Creation date of newest game with that player -->
<string name="knowns_ts_fmt">Newest game: %1$s</string> <string name="knowns_ts_fmt">Newest game: %1$s</string>