Answers for "change the color of the line above in the android studio"

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 "change the color of the line above in the android studio"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language