Releases: zhanghai/MaterialEditText
Releases · zhanghai/MaterialEditText
v1.0.5
- Support
ColorStateList
as android:textColorHint
.
v1.0.4
- Fix NPE when too many ripples.
v1.0.3
- Update to support v24.2.0.
MaterialEditText
now extends TextInputEditText
.
- Be sure to make your app theme child of
Theme.Design
so that textColorError
is set, or it will be #FF00FF
. (This is a change in design support library v24.2.0)
v1.0.2
- Update support libraries to 23.0.2.
- Workaround TextInputLayout workaround NPE.
v1.0.1
Make background padding consistent with API 23.