TextInputLayout | FilledBox | OutlinedBox | MaterialComponents | Material3 | Android | MAK
Demonstration how to create material TextInputLayout outlined or filled in Android.
A text field is composed of a TextInputLayout and a TextInputEditText as a direct child. Using an EditText as the child might work, but TextInputEditText provides accessibility support for the text field and allows TextInputLayout greater control over the visual aspects of the input text. If an EditText is being used, make sure to set its android:background to @null so that TextInputLayout can set the proper background on it.
Views :8
android studio