Make skip days an opt-in feature

This commit is contained in:
2020-11-18 22:13:03 -06:00
parent bef85bf93a
commit d594d3b085
11 changed files with 73 additions and 9 deletions

View File

@@ -31,6 +31,13 @@
android:title="@string/pref_toggle_title"
app:iconSpaceReserved="false" />
<CheckBoxPreference
android:defaultValue="false"
android:key="pref_skip_enabled"
android:summary="@string/pref_skip_description"
android:title="@string/pref_skip_title"
app:iconSpaceReserved="false" />
<CheckBoxPreference
android:defaultValue="false"
android:key="pref_checkmark_reverse_order"