AwesomeTextInputLayout
AwesomeTextInputLayout copied to clipboard
An EditText decorator inspired by the EditText fields in Add New Contact screen of Google's Contact App
In certain conditions, I have pre-filled fields with something similar to `my_field.setText(my_text)`. But when doing so, the label is not pushed at the top like when writing in an empty...
Hi, When switching from `com.google.android.material.textfield.TextInputLayout` to `ss.anoop.awesometextinputlayout.AwesomeTextInputLayout` the eye icon for toggling password to plain text is not displayed by using ` app:passwordToggleEnabled="true"`
Can we modify with some extra attrs or use a custom layout and pass the attribute from XML to set the start icon and end icon with help layout with...