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:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user