0

I searched for a long time to find a solution to change the color of the Status Bar in my app. Actually I'm using min API 14 so I can't use the methods from the lollipop version.

Is there any way to change the Status Bar color for API 14+? (I've seen an app on the Play Store which have changed the color, I've API 19 on my phone)

jww
  • 90,984
  • 81
  • 374
  • 818
RyuZz
  • 581
  • 8
  • 29

1 Answers1

0

You can change status bar color in kitkat (API 19) and above with SystemBarTint library but no change in older versions.

Aryan Najafi
  • 2,468
  • 27
  • 29