This might be a noob question, i have a `Scaffold`...
# compose
a
This might be a noob question, i have a
Scaffold
which has a
bodyContent
with a
Box
and a list inside and it scrolls ok, then, i added a
bottomBar
but now i cant see the bottom of the list, do you know if there's a way to avoid this? Thanks
a
🤔, I'm not, thanks @Zach Klippenstein (he/him) [MOD]
z
Cc @matvei
m
Thanks Zach for taking over this! Yeah, it's becoming more and more of a problem
a
@cb and I have some general ideas around having this and system window insets use the same infrastructure for communicating this sort of thing
👍 2
z
That would be neat
c
Some of my early thoughts are here: https://github.com/chrisbanes/tivi/pull/639
👏 1
As a summary, it provides new modifiers like so:
Copy code
// Set padding which matches status bar
Modifier.statusBarPadding()

// Set height which matches nav bar
Modifier.navigationBarHeight()
All heavily inspired by my explorations with Insetter (https://github.com/chrisbanes/insetter)