Android's new material TextInputLayout just supports two boxed and outlined style.
Is there any way to switch to legacy style (that was in support library)
Android's new material TextInputLayout just supports two boxed and outlined style.
Is there any way to switch to legacy style (that was in support library)
You can use:
<com.google.android.material.textfield.TextInputLayout
style="@style/Widget.Design.TextInputLayout"