Answers for "how to change status bar text colour using style code android studio"

0

statusbar text color android

getWindow().getDecorView().setSystemUiVisibility(View.SYSTEM_UI_FLAG_LIGHT_STATUS_BAR);//  set status text dark
getWindow().setStatusBarColor(ContextCompat.getColor(BookReaderActivity.this,R.color.white));// set status background white
Posted by: Guest on August-13-2020

Code answers related to "how to change status bar text colour using style code android studio"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language