Код: Выделить всё
enableEdgeToEdge(
statusBarStyle = SystemBarStyle.auto(
Color.TRANSPARENT,
Color.TRANSPARENT,
) { false },
navigationBarStyle = SystemBarStyle.auto(
lightScrim,
darkScrim,
) { false },
)
setContent {
ArchApp()
}
Тема (такая же, как в nowinandroid)
Код: Выделить всё
true
true
@drawable/ic_splash_logo
@color/splash_screen_background
@style/Theme.App
Код: Выделить всё
false
false

Подробнее здесь: https://stackoverflow.com/questions/769 ... ransparent
Мобильная версия