Can I change the line color on EditText. When is active it has some greenish color.
EditText
Is it
Here you are:
editText.getBackground().setColorFilter(getResources().getColor(R.color.white), PorterDuff.Mode.SRC_ATOP);