Implemented Game Mode

added implementation loading of game modes

Change-Id: I0d92ed433577f3f7ec265eab4af8d328675b7d9b
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-02-12 10:56:29 -05:00
parent 363686fd1c
commit 2a25a5fc2c
5 changed files with 50 additions and 45 deletions

View File

@@ -6,11 +6,6 @@
android:key="roll_again"
android:summary="@string/roll_again_summary"
android:title="@string/roll_again" />
<CheckBoxPreference
android:defaultValue="true"
android:key="roll_mod"
android:summary="@string/roll_mod_msg"
android:title="@string/roll_mod" />
<com.TwentyCode.android.ExaltedDice.ColorDialogPreference
android:key="color"
@@ -20,10 +15,6 @@
<PreferenceCategory android:title="@string/successes" >
</PreferenceCategory>
<CheckBoxPreference
android:defaultValue="true"
android:key="calc_successes"
android:title="@string/calc_successes" />
<CheckBoxPreference
android:defaultValue="true"
android:dependency="calc_successes"