-2

I'm trying to change the action bar color.

enter image description here

Does anyone knows how it's possible?

Thanks!!

stkent
  • 19,772
  • 14
  • 85
  • 111
Felipe M
  • 449
  • 1
  • 3
  • 14

1 Answers1

1

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!

Felipe M
  • 449
  • 1
  • 3
  • 14