Skip to content

Releases: Commit451/Easel

2.1.0

08 Nov 06:30
Compare
Choose a tag to compare

-Spinner tinting, thanks to @k0shk0sh
-Support for tinting TextView which will tint the selection handles and selection highlight when copy/pasting text. This change also applies to EditText
-Fix an issue where modifying the cursor color of a TextView would modify all of them

2.0.0

07 Nov 03:02
Compare
Choose a tag to compare

-Rename all setTint methods to just tint for simplicity. This is the part that makes it a 2.0. Simply remove the setT to t to migrate for the most part.
-Drop support for setting the overflow color on an activity in favor of just using a toolbar and setting it on that.
-Fix strange issue with the unselected state of checkboxes and switches being incorrect
-Add more docs