Sed ut perspiciatis unde omnis iste natus error sit voluptatem accusantium doloremque laudantium, totam rem aperiam, eaque ipsa quae ab illo inventore veritatis et quasi architecto beatae vitae dicta sunt explicabo. Nemo enim ipsam voluptatem quia voluptas sit aspernatur aut odit aut fugit, sed quia consequuntur magni dolores eos qui ratione voluptatem sequi nesciunt
These instructions will get you a copy of the project up and running on your local machine for development and testing purposes. See deployment for notes on how to deploy the project on a live system.
The step will be
I will tell you later TTYL.
Examle usage of colorizer on textviews
- kotlin
Colorizer.applyColor(red)
.toTextColor()
.on(text_view1, text_view2, text_view3)
- java
Colorizer.Companion.applyColor(red)
.toTextColor()
.on(text_view1, text_view2, text_view3);
This project is licensed under the MIT License - see the LICENSE.md file for details