border input field outline code example
Example 1: add border to input css
border: none;
border-bottom: 1px solid blue;
Example 2: text input layout outline box
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
border: none;
border-bottom: 1px solid blue;
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"