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