Answers for "how to change outline color of inputLayout android"

1

text input layout outline box

style="@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox"
Posted by: Guest on May-17-2020
0

how to change outline color of inputLayout android

<color name="mtrl_textinput_default_box_stroke_color" tools:override="true">#673AB7</color>
Posted by: Guest on December-04-2020
0

how to change outline color of inputLayout android

text_input_layout.typeface = Typeface.createFromAsset(assets, “android_insomnia_regular.ttf”)
Posted by: Guest on December-04-2020

Code answers related to "how to change outline color of inputLayout android"

Browse Popular Code Answers by Language