0

I'd like to know what's the name of the part on top of the action bar (where the time is displayed alongside the battery, wifi, etc), and how can its color be changed ?

Thanks !

Husayn Hakeem
  • 4,184
  • 1
  • 16
  • 31

1 Answers1

0

That's the status bar. Just add colorPrimaryDark item to your theme in styles.xml

<item name="colorPrimaryDark">@color/primary.dark</item>
Wilik
  • 7,630
  • 3
  • 29
  • 35