Issue
I'm trying to change the action bar color.
Does anyone knows how it's possible?
Thanks!!
Solution
Following Google page: https://developer.android.com/training/material/theme.html#ColorPalette
I added a style propriert inside my main theme:
<item name="colorPrimary">#6876c5</item>
and it did work!
Answered By - Felipe M
0 comments:
Post a Comment
Note: Only a member of this blog may post a comment.