You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.