Android Lollipop Set Status Bar Text Color

后端 未结 7 1139
遇见更好的自我
遇见更好的自我 2020-12-14 06:30

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

7条回答
  •  一生所求
    2020-12-14 07:19

    For Android 6.0 and above You can check Sunita's answer.

    Android 5.0

    we are able to change only status bar color not status bar text color.

    there is no method like

    setStatusBarTextColor(getResources().getColor(R.color.orange));
    

    In short, it's not possible on Android 5.0. Check this answer

提交回复
热议问题