com.google.android.material.textfield.textinputlayout dependency code example
Example 1: material design android dependency androidx
dependencies {
// ...
implementation 'com.google.android.material:material:<version>'
// ...
}
Example 2: text input layout outline box
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"