As i type value in edit text in android i need to change the color of the edit text bottom line to black.
I tried using text watcher but not sure how exactly to change the bottom line color ? Only the line portion below the text should change.
I need to change the edit text color of line below with every input entered. Remaining line color should remain the same.