Can I change the line color on EditText. When is active it has some greenish color.
EditText
Is it
You can use the android:background = "@color/black" for the api 21 or above 21 (This will apply for lollypop device or above versions) and for below versions you should use the style to the edittext.
android:background = "@color/black" for the api 21