I'm trying to change the action bar color.
Does anyone knows how it's possible?
Thanks!!
I'm trying to change the action bar color.
Does anyone knows how it's possible?
Thanks!!
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!