add summaries to PreferenceScreens

This commit is contained in:
eehouse 2010-04-25 18:13:41 +00:00
parent 9d94f557e1
commit 6d71b7be02
2 changed files with 4 additions and 0 deletions

View file

@ -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>

View file

@ -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"