Can I change the line color on EditText. When is active it has some greenish color.
EditText
Is it
You can set background of edittext to a rectangle with minus padding on left, right and top to achieve this.
Here is the xml example for setting different line colors for focused and not focused edittext, just set it as background of edittext.