Cherish: Repeat edge light animation on all doze wake [2/2]
This commit is contained in:
@@ -642,5 +642,7 @@
|
||||
<string name="pulse_ambient_light_pulse_for_all_summary">Pulses for any doze wake and not just notifications when enabled</string>
|
||||
<string name="ambient_notification_light_accent_title">Accent color</string>
|
||||
<string name="ambient_notification_light_accent_summary">Sync color with accent color</string>
|
||||
<string name="pulse_ambient_light_pulse_for_all_repeat_title">Repeat edge lighting</string>
|
||||
<string name="pulse_ambient_light_pulse_for_all_repeat_summary">Repeat edge lighting animation on doze wake</string>
|
||||
|
||||
</resources>
|
||||
|
||||
@@ -23,6 +23,13 @@
|
||||
android:title="@string/pulse_ambient_light_pulse_for_all_title"
|
||||
android:summary="@string/pulse_ambient_light_pulse_for_all_summary"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="pulse_ambient_light_pulse_for_all_repeat"
|
||||
android:title="@string/pulse_ambient_light_pulse_for_all_repeat_title"
|
||||
android:summary="@string/pulse_ambient_light_pulse_for_all_repeat_summary"
|
||||
android:dependency="pulse_ambient_light_pulse_for_all"
|
||||
android:defaultValue="false" />
|
||||
|
||||
<com.cherish.settings.preferences.SystemSettingSwitchPreference
|
||||
android:key="ambient_notification_light_enabled"
|
||||
|
||||
Reference in New Issue
Block a user