Can I change the line color on EditText. When is active it has some greenish color.
EditText
Is it
I had the same problem solved it by changing the color of the backgroundTint as follows -
android:backgroundTint="@color/light_color"