Skip to content

v3.3.0

Latest
Compare
Choose a tag to compare
@maltaisn maltaisn released this 26 May 01:31
· 7 commits to master since this release
v3.3.0
df0c449
  • Icon image view now recognizes the android:state_checked state attribute, allowing the user
    to specify state-dependant attributes with icdIconStyle. As such, icon tint is now specified with
    tint internally, but icdIconColor and icdSelectedIconColor were kept for backward compatibility.
  • icdIconColor now only works on API 23 if the referenced value is a ColorStateList (i.e. <selector>).
    This is due to a probable bug with nested color state lists (they weren't nested before so they was no issue),
    see this issue.
  • Added icdIconForegroundStyle used to show the ripple on top of the icon image view.
    It was previously shown using the ImageView's background, so now icons can have a custom background as well as the ripple.
  • String.normalize() extension function now has internal visibility.