Game specific settings

finished initial implmention of game specific settings. all that is left
to do is to delete settings files with games

refs #36

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-05-04 12:18:37 -04:00
parent 64921d7304
commit 49fb5a8774
4 changed files with 40 additions and 23 deletions

View File

@@ -12,21 +12,25 @@
android:summary="@string/higlight_color_msg"
android:title="@string/higlight_color" />
<PreferenceCategory android:title="@string/successes" >
<PreferenceCategory
android:key="exalted"
android:title="@string/successes" >
</PreferenceCategory>
<CheckBoxPreference
android:defaultValue="true"
android:enabled="false"
android:key="tens_count_twice"
android:summary="@string/tens_count_twice_msg"
android:title="@string/tens_count_twice" />
<CheckBoxPreference
android:enabled="false"
android:key="ones_subtract"
android:summary="@string/ones_subtract_msg"
android:title="@string/ones_subtract" />
<ListPreference
android:defaultValue="7"
android:enabled="false"
android:entries="@array/success_after"
android:entryValues="@array/success_after"
android:key="success_after"