Created
August 20, 2018 08:02
-
-
Save DanishAmjad12/7719871735988d1bbdf78de8ea4f08b9 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
<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