Implement the midnight delay option

Closes #694.
This commit is contained in:
Quentin Hibon
2021-01-27 09:52:28 +01:00
parent 64069a6e7f
commit bb8d4abb9e
6 changed files with 41 additions and 10 deletions

View File

@@ -31,6 +31,13 @@
android:title="@string/pref_toggle_title"
app:iconSpaceReserved="false" />
<CheckBoxPreference
android:defaultValue="false"
android:key="pref_midnight_delay"
android:summary="@string/pref_midnight_delay_description"
android:title="@string/pref_midnight_delay_title"
app:iconSpaceReserved="false" />
<CheckBoxPreference
android:defaultValue="false"
android:key="pref_skip_enabled"
@@ -245,4 +252,4 @@
</PreferenceCategory>
</PreferenceScreen>
</PreferenceScreen>