Код: Выделить всё
fun Activity.setupStatusBarIndicatorsColor(isLightStatusBar: Boolean) { WindowCompat.getInsetsController(window, window.decorView).isAppearanceLightStatusBars = !isLightStatusBar && isLightMode }Я прочитал Offical Documentation и не могу найти ни одного примера
Подробнее здесь: https://stackoverflow.com/questions/794 ... -backgroun
Мобильная версия