2016年8月11日 星期四

How to change the Edittext bottom line Color?

How to change the Edittext bottom line Color?


<style name="Theme.App.Base" parent="Theme.AppCompat.Light.DarkActionBar">
   <item name="colorControlNormal">#c5c5c5</item>
   <item name="colorControlActivated">@color/accent</item>
   <item name="colorControlHighlight">@color/accent</item>
</style>