mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-02-05 20:45:49 +01:00
Add prompt to role spinner. Would really like to add hints to each
element but don't know how to do that yet.
This commit is contained in:
parent
27222fe336
commit
5a42bd54f0
2 changed files with 3 additions and 0 deletions
|
@ -34,6 +34,7 @@
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:drawSelectorOnTop="true"
|
android:drawSelectorOnTop="true"
|
||||||
android:entries="@array/role_names"
|
android:entries="@array/role_names"
|
||||||
|
android:prompt="@string/role_prompt"
|
||||||
/>
|
/>
|
||||||
|
|
||||||
<Spinner android:id="@+id/connect_spinner"
|
<Spinner android:id="@+id/connect_spinner"
|
||||||
|
|
|
@ -195,6 +195,8 @@
|
||||||
<string name="role_standalone">Standalone</string>
|
<string name="role_standalone">Standalone</string>
|
||||||
<string name="role_host">Host</string>
|
<string name="role_host">Host</string>
|
||||||
<string name="role_guest">Guest</string>
|
<string name="role_guest">Guest</string>
|
||||||
|
<string name="role_prompt">Standalone if all players are on this
|
||||||
|
device; otherwise Host a game or be a Guest.</string>
|
||||||
|
|
||||||
<string name="phonies_ignore">Ignore phonies</string>
|
<string name="phonies_ignore">Ignore phonies</string>
|
||||||
<string name="phonies_warn">Warn if phonies</string>
|
<string name="phonies_warn">Warn if phonies</string>
|
||||||
|
|
Loading…
Add table
Reference in a new issue