Cherish: Ambient Edge Pulse style [2/2]

Co-Authored-By: bezke <1642612+bezke@users.noreply.github.com>
Signed-off-by: Hưng Phan <phandinhhungvp2001@gmail.com>
This commit is contained in:
AnkitGourav
2020-02-08 14:36:10 +05:30
committed by Hưng Phan
parent 8db67ec20d
commit 32b8f56a92
3 changed files with 21 additions and 0 deletions

View File

@@ -77,4 +77,12 @@
android:summary="%s"
android:defaultValue="0" />
<com.cherish.settings.preferences.SystemSettingListPreference
android:key="ambient_light_layout"
android:title="@string/pulse_ambient_light_layout_title"
android:entries="@array/pulse_ambient_light_layout_entries"
android:entryValues="@array/pulse_ambient_light_layout_values"
android:summary="%s"
android:defaultValue="1" />
</PreferenceScreen>