Answers for "how to chenge statusbar text and background colour programaticly android studiou"

1

change status bar text color android programmatically

WindowInsetsControllerCompat(<window>, <view>).isAppearanceLightStatusBars = Boolean
Window window = Activity.getWindow();
View view = window.getDecorView();

// You need androidx.core for this
Posted by: Guest on June-07-2021

Code answers related to "how to chenge statusbar text and background colour programaticly android studiou"

Code answers related to "Java"

Java Answers by Framework

Browse Popular Code Answers by Language