Created
July 30, 2016 11:08
-
-
Save gblnovaes/94e6921bc8ed2f42c762a9ad6945c338 to your computer and use it in GitHub Desktop.
color arrow back in toolbar
This file contains 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="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