"In theme.xml"
"color of the status bar itself , set color white for white, black for black etc"
<item name="android:statusBarColor">@color/colorPrimaryDark</item>
"if true text color = black , if false text color = white"
<item name="android:windowLightStatusBar">true</item>