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:
eehouse 2010-05-06 12:47:15 +00:00
parent 27222fe336
commit 5a42bd54f0
2 changed files with 3 additions and 0 deletions

View file

@ -34,6 +34,7 @@
android:layout_height="wrap_content"
android:drawSelectorOnTop="true"
android:entries="@array/role_names"
android:prompt="@string/role_prompt"
/>
<Spinner android:id="@+id/connect_spinner"

View file

@ -195,6 +195,8 @@
<string name="role_standalone">Standalone</string>
<string name="role_host">Host</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_warn">Warn if phonies</string>