Can I change the line color on EditText
. When is active it has some greenish color.
Is it possible to change only the color of line when is active, and how can I do this...?
You need to set background source for an edit text.
android:background="@drawable/my_theme_edit_text"
for the custom EditText
. Or you can set that background in your app theme - you will find example in .zip file from that site