Allow user to reverse the order of days

This commit is contained in:
2016-05-01 22:11:06 -04:00
parent a1a636c718
commit 0eb12812d4
4 changed files with 37 additions and 6 deletions

View File

@@ -30,6 +30,13 @@
android:summary="@string/pref_toggle_description"
android:title="@string/pref_toggle_title"/>
<CheckBoxPreference
android:defaultValue="false"
android:key="pref_checkmark_reverse_order"
android:summary="@string/reverse_days_description"
android:title="@string/reverse_days"/>
<CheckBoxPreference
android:defaultValue="false"
android:key="pref_pure_black"