0

I want to change the green color of this label only with XML code. Is there any way?

TextInputEditText

1 Answers1

0

Use this 3 line of code in your TextInputEditText xml file.

            app:boxStrokeColor="#008000"
            app:hintTextColor="#008000"
            android:textColorHint="#008000"