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
AppCompat-v7:21.0.0
In v22-appcompat they (Android) have now added rendering of the status bar color in the android studio preview!
v22-appcompat
About time... Anyways, make sure your appcompat library is updated to the latest version, which is v22.0.+.
appcompat
Cheers!