Answers for "plain text how to change colour of the line in text 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

Code answers related to "plain text how to change colour of the line in text android"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language