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

@@ -28,4 +28,10 @@
<attr name="ledPreview" format="boolean" />
<attr name="alphaSlider" format="boolean" />
</declare-styleable>
<declare-styleable name="ColorSelectPreference">
<attr name="ledPreview" format="boolean" />
<attr name="multiColor" format="boolean" />
<attr name="withAlpha" format="boolean" />
</declare-styleable>
</resources>