Files
exalted_dice/ExaltedDice/res/xml/settings.xml
Ricky Barrette 55484786ec Ones Subtract
added the option for the user to enable one subtract

closes #35

Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-05-04 11:22:48 -04:00

39 lines
1.4 KiB
XML

<?xml version="1.0" encoding="utf-8"?>
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android" >
<CheckBoxPreference
android:defaultValue="true"
android:key="roll_again"
android:summary="@string/roll_again_summary"
android:title="@string/roll_again" />
<com.TwentyCode.android.ExaltedDice.ColorDialogPreference
android:key="color"
android:summary="@string/higlight_color_msg"
android:title="@string/higlight_color" />
<PreferenceCategory android:title="@string/successes" >
</PreferenceCategory>
<CheckBoxPreference
android:defaultValue="true"
android:key="tens_count_twice"
android:summary="@string/tens_count_twice_msg"
android:title="@string/tens_count_twice" />
<CheckBoxPreference
android:key="ones_subtract"
android:summary="@string/ones_subtract_msg"
android:title="@string/ones_subtract" />
<PreferenceCategory android:title="@string/contact_us" >
<Preference
android:key="email"
android:summary="@string/email_about"
android:title="@string/email" >
</Preference>
</PreferenceCategory>
<PreferenceCategory android:title="@string/version_info" >
<com.TwentyCodes.android.exception.VersionInformationPreference />
</PreferenceCategory>
</PreferenceScreen>