Answers for "@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox border color change"

0

@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox border color change

Source: StakeOverFlow  ** Thanks **

<style name="LoginTextInputLayoutStyle" parent="Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense">
    <item name="boxStrokeColor">#fff</item>
    <item name="boxStrokeWidth">2dp</item>
</style>
<color name="mtrl_textinput_default_box_stroke_color" tools:override="true">#fff</color>
// Add this code in colors.xml
-------------------------------------------
<com.google.android.material.textfield.TextInputLayout
	style="@style/LoginTextInputLayoutStyle" />
//Add this code in activity.xml
Posted by: Guest on October-22-2021

Code answers related to "@style/Widget.MaterialComponents.TextInputLayout.OutlinedBox border color change"

Browse Popular Code Answers by Language