Search code examples
androidstatusbarandroid-4.0-ice-cream-sandwich

Change Status Bar color in Ice Cream Sandwich


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)


Solution

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