Can I change the line color on EditText. When is active it has some greenish color.
EditText
Is it
add to your themes.xml this line:
@color/black
this sets the default color for colorControlActivated which is used to tint widgets
colorControlActivated