textinputlayout android code example
Example 1: text input layout outline box
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
Example 2: text input layout dependency
compile 'com.android.support:design:25.3.1'
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
compile 'com.android.support:design:25.3.1'