Skip to content

Instantly share code, notes, and snippets.

@rafaelwkerr
Created February 17, 2016 03:13
Show Gist options
  • Save rafaelwkerr/8a13455b9ef1cb512cb0 to your computer and use it in GitHub Desktop.
Save rafaelwkerr/8a13455b9ef1cb512cb0 to your computer and use it in GitHub Desktop.
Change bottom line color (Android Text Input Layout)
<!-- Add on your theme -->
<item name="colorControlNormal">@color/branco</item>
<item name="colorControlActivated">@color/branco</item>
<item name="colorControlHighlight">@color/branco</item>
@ihassanali259
Copy link

this is my style.xml . but it doesn't work

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment