Added Last Roll Highlighting

hightlights last roll base on custom color picked from the new color
picker pref

Change-Id: Iab790cd5103f955d0c8c8a0a83bcec0e7ca3a062
Signed-off-by: Ricky Barrette <rickbarrette@gmail.com>
This commit is contained in:
2012-02-10 11:04:15 -05:00
parent c2ef86ea54
commit f58616cfc8
5 changed files with 240 additions and 1 deletions

View File

@@ -32,5 +32,7 @@
<string name="tens_count_twice">Tens count twice</string>
<string name="roll_mod">Roll Modifier</string>
<string name="roll_mod_msg">Calculate Roll + Modifier</string>
<string name="higlight_color">Highlight Color</string>
<string name="higlight_color_msg">Highlights your last roll in a custom color</string>
</resources>

View File

@@ -12,6 +12,11 @@
android:summary="@string/roll_mod_msg"
android:title="@string/roll_mod" />
<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>