Answers for "how to change line color in edit text"

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 "how to change line color in edit text"

Browse Popular Code Answers by Language