Skip to content

trustratch/colorizer

Repository files navigation

Colorizer

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

Getting Started

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.

Installing

The step will be

I will tell you later TTYL.

Usage

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);

Screenshot

screen shot 2560-06-07 at 1 55 24 pm

License

This project is licensed under the MIT License - see the LICENSE.md file for details

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published