AviranAbady / CookieBar2

Android library for displaying text messages, notifications and alerts at the top or bottom of the screen. A great alternative for toast and snackbar alerts.
Apache License 2.0
668 stars 74 forks source link

Feature/use hex colors #29

Open TheFaithOne opened 3 years ago

TheFaithOne commented 3 years ago

As per your comment I'm creating a pull request with overloaded functions for setting colors that take hexadecimal strings as parameters. Not sure if it's the best way, so feel free to correct or nudge me in the direction of better implementation :)

AviranAbady commented 3 years ago

Thanks @TheFaithOne !