I know this question has been asked before but that solution are not working in my case. I want to change edit text bottom line color and tried the solution from other links to add this line to theme in styles.xml
<item name="colorControlNormal">#c5c5c5</item>
but somehow this is not working in my case. I tried changing base theme but still not working for me. And I want to do this with all editext in my app, not just only one. Are there any other ways of doing it??