Hi. I set mu status bar to be translucent, but th...
# compose
a
Hi. I set mu status bar to be translucent, but then i got this... it draws under status
l
a
yes, but if i set it as wrapping my whole composables, it does nothing :S
z
you have to inset modifiers. e.g.
Modifier.statusBarsPadding()
for status bar and
Modifier.navigationBarsPadding()
for navigation bars
p
a
ooooh
awesomoe
thanks
c
@alorma the accompanist repo has a sample with how to do this. It has/had a Toolbar that automatically knows how to apply the status bar inset. InsetAwareTopAppBar I believe.