Cherish: fixup! Add ambient pulse and aod notifications [2/2]
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user