Код: Выделить всё
enableEdgeToEdge(
statusBarStyle = SystemBarStyle.auto(
Color.TRANSPARENT,
Color.TRANSPARENT,
) { false },
navigationBarStyle = SystemBarStyle.auto(
lightScrim,
darkScrim,
) { false },
)
setContent {
ArchApp()
}
Код: Выделить всё
true
true
@drawable/ic_splash_logo
@color/splash_screen_background
@style/Theme.App
< /code>
Theme Night (то же самое, что и в nowinandroid) < /p>
false
false
Подробнее здесь: https://stackoverflow.com/questions/769 ... ransparent
Мобильная версия