Cherish: Add ColorSelectPreference

pulled from Omnilib repo from omnirom for history/authors check
https://github.com/omnirom/android_packages_apps_OmniLib/commits/android-10

Change-Id: I5999c551ce0273f5c3b25ff45179a10a9969bbe8
This commit is contained in:
Josh Fox (XlxFoXxlX)
2020-02-21 22:22:18 -05:00
committed by Hưng Phan
parent 0d3f02daee
commit e02805e3aa
12 changed files with 1848 additions and 0 deletions

View File

@@ -58,6 +58,8 @@
<string name="hex_hint">#ff000000</string>
<string name="set">Set</string>
<string name="color_default">Default</string>
<string name="led_color_green">Green</string>
<string name="led_color_red">Red</string>
<!-- Lockscreen battery info indicator -->
<string name="lockscreen_battery_info_title">Lockscreen charging info</string>
@@ -722,5 +724,9 @@
<string name="pulse_custom_div">Bar spacing</string>
<string name="pulse_filled_block_size">Block size</string>
<string name="pulse_empty_block_size">Block spacing</string>
<!-- does the device have multi color led support or only
a fixed set of led colors -->
<bool name="config_has_multi_color_led">true</bool>
</resources>