Easel icon indicating copy to clipboard operation
Easel copied to clipboard

Tint and color Android views with ease

Results 2 Easel issues
Sort by recently updated
recently updated
newest added

This was requested on Reddit. It shouldn't be too bad, but may involve some reflection. Lets find out!

enhancement

It would be really cool if we did something like: ```java @Color Button button; ``` and then later, when we have the color (from palette, the API, whatever): ```java Easel.color(theResolvedColor);...

enhancement