Releases: rengwuxian/MaterialEditText
Releases · rengwuxian/MaterialEditText
1.4.3 release
- Bug fix: incorrectly reset paddingTop and paddingBottom after
setError
is called.
1.4.2 release
- Bug fix: primaryColor for bottom line ineffective in 1.4.0.
1.4.0 release
- Bug fixes.
- Helper text and error text support added.
- Simple regex validation support added.
1.3.2 release
- removed all image files.
1.3.1 release
- Bug fix: The bottom line floats up when text lines's count is larger than
android:lines
.
1.3.0 release
- Added
disable
state support. Indisable
state, the main text will be tint with the hint text color, and the bottom line becomes a dotted line, just like what Google Material Design Spec suggests.
1.2.1 released
- Bug fix:
paddingTop
andpaddingBottom
would be reset to a very large value on some Android OS versions. - Added a new method:
setPaddings()
to replace the originalsetPadding
, only to setpaddingTop
andpaddingBottom
correctly. - Removed
ic_launcher.png
s in theres
folder.
1.1.0 release
- bug fixed:
android:inputType="xxxPassword"
not working whenapp:singleLineEllipsis=true
. - added new Class:
MaterialAutoCompleteTextView
, which is theAutoCompleteTextView
version ofMaterialEditText
.
First Release
1.0.0 Merge remote-tracking branch 'origin/master'