AwesomeTextInputLayout
AwesomeTextInputLayout copied to clipboard
getEditText() is missing (please keep the api similar the Google implementation)
Can you please help me understand why is that method required? The way I see it is, EditText is part of the XML hierarchy and can be accessed via findViewById
or any other alternate solution you prefer. It is not something created by AwesomeTextInputLayout
.
https://developer.android.com/reference/com/google/android/material/textfield/TextInputLayout
I think a much better approach for library is to keep it interchangeable with the Google implementation..
It will make migration much easier.
P.S. EditText is outdated ... You should use com.google.android.material.textfield.TextInputEditText
Changing libraries for a UI component doesn't sound like a common use case.
EditText is outdated ... You should use com.google.android.material.textfield.TextInputEditText
I am not sure what you meant by this. This library doesn't force the usage of EditText
.