I\'m trying to set the status bar text color in Android v21, but I\'m not seeing an API method for it. Here\'s what I have so far for the background
MyActivity.java
You can not set the status bar text color by specifying any color explicitly
But you can try below alternative which is Added in API 23,
You can use "android:windowLightStatusBar" attribute in two ways
You can check above api in below link - https://developer.android.com/reference/android/R.attr.html#windowLightStatusBar