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
  • 97,681
  • 90
  • 411
  • 885
RyuZz
  • 581
  • 8
  • 30

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,496
  • 27
  • 29