MaterialTextField
Custom EditText which follows the latest Material guidelines with animated underline and custom error settings.
Minimum target SDK: 17. RTL SUPPORTED.
Gradle
Make sure you have jitpack.io included in your gradle repositories.
maven { url "https://jitpack.io" }
implementation 'com.github.edgar-zigis:materialtextfield:1.4.4'
Proguard
In order to preserve underline animation, please include this into proguard file.
-keep class com.zigis.materialtextfield.** { *; }
Usage
Remarks
At the moment height is automatically overriden to match original Material guideline height. Also consider using margins instead of padding.