Files
exalted_dice/ExaltedDice/res/xml/settings.xml
Ricky Barrette 8ed7a2441b Removed dependency calc_successes from tens_roll_twice
Change-Id: I49bf7e022dadb972549fef8574478735ab5c19c2
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
2012-02-12 11:11:42 -05:00

35 lines
1.2 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" />
<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>