Skip to content

Instantly share code, notes, and snippets.

@DanishAmjad12
Created August 20, 2018 08:02
Show Gist options
  • Save DanishAmjad12/7719871735988d1bbdf78de8ea4f08b9 to your computer and use it in GitHub Desktop.
Save DanishAmjad12/7719871735988d1bbdf78de8ea4f08b9 to your computer and use it in GitHub Desktop.
<style name="AppTheme.Toolbar" parent="AppTheme">
<!--This line changes the color of text in Toolbar-->
<item name="android:textColorPrimary">@color/green</item>
<!--This line changes the color of icons in toolbar (back, overflow menu icons)-->
<item name="android:textColorSecondary">@color/green</item>
</style
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment