Skip to content

Instantly share code, notes, and snippets.

@gblnovaes
Created July 30, 2016 11:08
Show Gist options
  • Save gblnovaes/94e6921bc8ed2f42c762a9ad6945c338 to your computer and use it in GitHub Desktop.
Save gblnovaes/94e6921bc8ed2f42c762a9ad6945c338 to your computer and use it in GitHub Desktop.
color arrow back in toolbar
<style name="BaseTheme" parent="Theme.AppCompat.Light.NoActionBar">
<item name="colorControlNormal">@color/white</item>
//the rest of your codes...
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment