atom-pigments icon indicating copy to clipboard operation
atom-pigments copied to clipboard

[New feature] Android resource (xml file) color preview.

Open lovebdsobuj opened this issue 10 years ago • 3 comments

Please implement Android resource (xml file) color preview.

lovebdsobuj avatar Apr 06 '16 08:04 lovebdsobuj

Hi @lovebdsobuj,

Thank you for the suggestion, but I'm not sure to understand what you mean by that. Could you elaborate a bit or point me to some resources that describes what you would expect?

abe33 avatar Apr 06 '16 09:04 abe33

I'm talking about Android resource color preview. check this colors.xml | Android Developers

lovebdsobuj avatar Apr 06 '16 12:04 lovebdsobuj

This looks like ARGB to me. Maybe /([0-9a-f])?.../ to check for that? CSS has a rgba() function if I'm not mistaken

Cxarli avatar Apr 07 '16 08:04 Cxarli