Color picker: allow to activate ongoing led light as color preview

needs this: 1fb051a04a

Signed-off-by: xyyx <xyyx@mail.ru>
This commit is contained in:
ezio84
2018-02-01 16:58:42 +01:00
committed by Hưng Phan
parent 1820ddad2e
commit 608519fb3a
3 changed files with 45 additions and 4 deletions

View File

@@ -23,7 +23,9 @@
</declare-styleable>
<!-- Value to pass to callback when restore button is pressed -->
<declare-styleable name="ColorPreference">
<declare-styleable name="ColorPickerPreference">
<attr name="defaultColorValue" format="integer" />
<attr name="ledPreview" format="boolean" />
<attr name="alphaSlider" format="boolean" />
</declare-styleable>
</resources>