For an edge to edge app that is fully compose, sin...
# compose-android
c
For an edge to edge app that is fully compose, single activity. what do you all rec for your theme?
s
I wonder, when using the splash screen APIs anyway, don’t you see that at the start, and the immediately jump into compose land? And basically when the splash screen is gone, you’ll have already used system ui controller from accompanist to set the status bar colors, maybe used
ComponentActivity.setUpEdgeToEdge()
from here or the current equivalent and so on. And in that case I wonder if the xml themes still need to be there.
c
Oooh. Thats an interesting point.