glad to see the glow effect for scroll <https://de...
# compose
s
❤️ 4
🔥 1
🦜 5
a
Compose is maturing.. it's like seeing a child grow to become a competent adult. 😍
f
One question regarding this: I have multiple screens of lists, reachable through a bottom navigation. Since I animate between them by using some vertical sliding, I want to use
contentPadding
instead of
Modifier.padding
to prevent the bottom app bar from overlaying the content at the end of the list (by using
contentPadding
, there is content below the bottom app bar, so the animation looks nicer). Is there an approach to use
contentPadding
, but still make the overscroll effect visible above the bottom app bar?