Answers for "change edittext line color"

2

edittext color

<EditText
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:hint="Underline color change"
        android:backgroundTint="@android:color/holo_red_light" />  -this line-
Posted by: Guest on May-20-2020
0

how to change line color in edit text

<EditText
        android:layout_width="match_parent"
        android:layout_height="wrap_content"
        android:hint="Underline color change"
        android:backgroundTint="@android:color/holo_red_light" />
Posted by: Guest on June-24-2021

Code answers related to "change edittext line color"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language