mirror of
https://github.com/iSoron/uhabits.git
synced 2025-12-08 18:18:52 -06:00
Add option for AMOLED night mode
This commit is contained in:
@@ -21,8 +21,8 @@
|
||||
<PreferenceScreen xmlns:android="http://schemas.android.com/apk/res/android">
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="behaviorCategory"
|
||||
android:title="@string/behavior">
|
||||
android:key="interfaceCategory"
|
||||
android:title="@string/interface_preferences">
|
||||
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="false"
|
||||
@@ -30,6 +30,18 @@
|
||||
android:summary="@string/pref_toggle_description"
|
||||
android:title="@string/pref_toggle_title"/>
|
||||
|
||||
<CheckBoxPreference
|
||||
android:defaultValue="false"
|
||||
android:key="pref_pure_black"
|
||||
android:summary="@string/pure_black_description"
|
||||
android:title="@string/use_pure_black"/>
|
||||
|
||||
</PreferenceCategory>
|
||||
|
||||
<PreferenceCategory
|
||||
android:key="reminderCategory"
|
||||
android:title="@string/reminder">
|
||||
|
||||
<ListPreference
|
||||
android:defaultValue="@string/snooze_interval_default"
|
||||
android:dialogTitle="@string/snooze_interval"
|
||||
|
||||
Reference in New Issue
Block a user