konifar / android-material-design-icon-generator-plugin

This plugin help you to set material design icon to your project.
Apache License 2.0
2.41k stars 239 forks source link

Add support for alpha in colors #19

Closed amc6 closed 9 years ago

amc6 commented 9 years ago

For some reason, Color.decode does not support alpha values, so I have made a version that does. My method for combining alpha values may be overkill since I assume all of the icons either have alpha of 255 or 0, but it works.

konifar commented 9 years ago

@amc6 Thanks for your improvement! Sorry to late. I'll check it.

amc6 commented 9 years ago

Hi @konifar,

Would you mind taking a look at this and pulling it in if it looks good?

konifar commented 9 years ago

@amc6 Thank you! The next version 1.3 which contains your fix will be released after few days.