how to change outline color of inputLayout android code example
Example 1: text input layout outline box
style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
Example 2: how to change outline color of inputLayout android
<color name="mtrl_textinput_default_box_stroke_color" tools:override="true">#673AB7</color>
Example 3: how to change outline color of inputLayout android
text_input_layout.typeface = Typeface.createFromAsset(assets, “android_insomnia_regular.ttf”)