Add option for AMOLED night mode

This commit is contained in:
2016-04-13 10:38:20 -04:00
parent 2115a590f2
commit 42f7f4042d
3 changed files with 27 additions and 3 deletions

View File

@@ -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"