Cherish: add reverse animation direction for edge light

Signed-off-by: Genkzsz11 <genkzsz11@nusantaradevs.org>
Signed-off-by: bezke <bezke1@gmail.com>
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
Genkzsz11
2021-03-29 01:15:59 +07:00
committed by Hưng Phan
parent b47fa93b0e
commit 86d7ac73dc
3 changed files with 19 additions and 0 deletions

View File

@@ -217,6 +217,13 @@
settings:interval="1"
android:dependency="pulse_ambient_light" />
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="ambient_light_repeat_direction"
android:title="@string/pulse_ambient_light_repeat_direction_title"
android:entries="@array/pulse_ambient_light_repeat_direction_entries"
android:entryValues="@array/pulse_ambient_light_repeat_direction_values"
android:defaultValue="0" />
</PreferenceCategory>