Skip to content

Instantly share code, notes, and snippets.

@esabook
Created May 20, 2019 03:50
Show Gist options
  • Save esabook/53a71f162bca487d6b58e463641e7266 to your computer and use it in GitHub Desktop.
Save esabook/53a71f162bca487d6b58e463641e7266 to your computer and use it in GitHub Desktop.
android navigation tintinng
<style name="Toolbar.Button.Navigation.Tinted" parent="Widget.AppCompat.Toolbar.Button.Navigation">
<item name="tint">?primaryTextColor</item>
</style>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment