mirror of
git://xwords.git.sourceforge.net/gitroot/xwords/xwords
synced 2025-01-28 07:58:08 +01:00
add summaries to PreferenceScreens
This commit is contained in:
parent
9d94f557e1
commit
6d71b7be02
2 changed files with 4 additions and 0 deletions
|
@ -209,6 +209,7 @@
|
|||
|
||||
<string name="general_prefs">Preferences</string>
|
||||
<string name="prefs_colors">Colors</string>
|
||||
<string name="prefs_colors_summary">Edit colors used on the board</string>
|
||||
<string name="player0">First player</string>
|
||||
<string name="player1">Second player</string>
|
||||
<string name="player2">Third player</string>
|
||||
|
@ -222,6 +223,7 @@
|
|||
<string name="empty">Empty cell/background</string>
|
||||
<string name="focus">Focus color</string>
|
||||
<string name="advanced">Advanced</string>
|
||||
<string name="advanced_summary">You may never need these...</string>
|
||||
<string name="relay_host">Relay address</string>
|
||||
<string name="dict_host">Dictionary download URL</string>
|
||||
<string name="relay_port">Relay port</string>
|
||||
|
|
|
@ -30,6 +30,7 @@
|
|||
/>
|
||||
|
||||
<PreferenceScreen android:title="@string/prefs_colors"
|
||||
android:summary="@string/prefs_colors_summary"
|
||||
>
|
||||
<org.eehouse.android.xw4.EditColorPreference
|
||||
android:key="@string/key_player0"
|
||||
|
@ -89,6 +90,7 @@
|
|||
</PreferenceScreen>
|
||||
|
||||
<PreferenceScreen android:title="@string/advanced"
|
||||
android:summary="@string/advanced_summary"
|
||||
>
|
||||
<ListPreference android:key="@string/key_board_size"
|
||||
android:title="@string/board_size"
|
||||
|
|
Loading…
Add table
Reference in a new issue