Cherish: fixup! Add ambient pulse and aod notifications [2/2]

Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Ido Ben-Hur
2021-02-05 20:00:18 +09:00
committed by Hưng Phan
parent 67b03a9527
commit 34dd34a956
2 changed files with 19 additions and 20 deletions

View File

@@ -163,8 +163,7 @@
android:key="ambient_notification_light_enabled"
android:title="@string/ambient_notification_light_enabled_title"
android:summary="@string/ambient_notification_light_enabled_summary"
android:defaultValue="false"
android:persistent="false" />
android:defaultValue="false" />
<com.cherish.settings.preferences.SystemSettingSwitchPreference
android:key="ambient_notification_light_hide_aod"
@@ -205,8 +204,8 @@
ledPreview="true"
settings:defaultColorValue="0xFF3980FF" />
<com.cherish.settings.preferences.SystemSettingSeekBarPreference
android:key="ambient_light_duration"
<com.cherish.settings.preferences.CustomSeekBarPreference
android:key="notification_pulse_duration"
android:title="@string/pulse_ambient_light_duration_title"
android:summary="@string/pulse_ambient_light_duration_summary"
android:persistent="false"
@@ -217,8 +216,8 @@
settings:interval="1"
android:dependency="pulse_ambient_light" />
<com.cherish.settings.preferences.SystemSettingSeekBarPreference
android:key="ambient_light_repeat_count"
<com.cherish.settings.preferences.CustomSeekBarPreference
android:key="notification_pulse_repeats"
android:title="@string/pulse_ambient_light_repeat_count_title"
android:summary="@string/pulse_ambient_light_repeat_count_summary"
android:persistent="false"