atom-pigments
atom-pigments copied to clipboard
[New feature] Android resource (xml file) color preview.
Please implement Android resource (xml file) color preview.
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?
I'm talking about Android resource color preview. check this colors.xml | Android Developers
This looks like ARGB to me. Maybe /([0-9a-f])?.../ to check for that? CSS has a rgba() function if I'm not mistaken