Commit451 / Easel

Tint and color Android views with ease
Apache License 2.0
134 stars 13 forks source link

Annotation coloring #8

Open Jawnnypoo opened 7 years ago

Jawnnypoo commented 7 years ago

It would be really cool if we did something like:

@Color
Button button;

and then later, when we have the color (from palette, the API, whatever):

Easel.color(theResolvedColor);

and it would automatically color all the widgets that were annotated, so that you would not have to manually call tint for each view.