Michał Diner
06/29/2021, 8:13 AMandroid:windowBackground
in xml? And I'm talking about an app-wide solution.Adam Powell
06/29/2021, 1:00 PMAdam Powell
06/29/2021, 1:02 PMMichał Diner
06/29/2021, 1:14 PMnglauber
06/29/2021, 1:21 PMsetContent {
MyAppTheme {
ProvideWindowInsets {
Surface(color = AppTheme.colors.background) {
AppNavHost(...)
}
}
}
}
gildor
06/29/2021, 1:21 PMnglauber
06/29/2021, 1:25 PMSurface
will overlap the activity… Don’t you think?nglauber
06/29/2021, 1:26 PMgildor
06/29/2021, 1:26 PMnglauber
06/29/2021, 1:27 PMandroid:windowDisablePreview
gildor
06/29/2021, 1:28 PMnglauber
06/29/2021, 1:29 PMgildor
06/29/2021, 1:31 PMgildor
06/29/2021, 1:31 PMnglauber
06/29/2021, 1:32 PMnglauber
06/29/2021, 1:32 PMnglauber
06/29/2021, 1:34 PMnglauber
06/29/2021, 1:34 PMlouiscad
06/29/2021, 3:16 PMSeems like the content is created and then is animated.So there can be a noticeable lag on slow devices already busy, and people might try to click the app icon twice or more.
nglauber
06/29/2021, 3:17 PM