how to change box outline color in android code example
Example 1: how to change outline color of inputLayout android
<color name="mtrl_textinput_default_box_stroke_color" tools:override="true">#673AB7</color>
Example 2: how to change outline color of inputLayout android
text_input_layout.typeface = Typeface.createFromAsset(assets, “android_insomnia_regular.ttf”)