Answers for "change underline color edittext android"

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

android edittext underline color

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

Code answers related to "change underline color edittext android"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language