I\'m using the AppCompat-v7:21.0.0 support library for Android 5.0 Lollipop in Android Studio. My problem is that the Status Bar Color that can be changed by se
In my case, the culprit was jfeinstein10/SlidingMenu library.
I replaced the library with Android navigation drawer and now it displays status bar color correctly.