hey guys is there a way to make the bottom button...
# compose
m
hey guys is there a way to make the bottom buttons as anchored and fixed while the behind content remains scrollable? I am using a compose view within a bottomsheet fragment. (contd in thread)
within the compose view I am using a box(the box further contains the scollable content wrap within a colum) and aligning buttons at the bottom but they aren;t acnhored..rather they show up when scrolled up
j
Hehe classical thing to solve. Except from above with Box, you also would like to have SubComposeLayout to measure buttons height. That height you need to add as bottom padding in scrollable container. Then they will be both on top and able to be "scrolled up" visually in same parent container.
e
You should implement nestedut its well suited to this sort of thing! scrolling instead. Sounds complex b
You should implement nested scrolling instead. Sounds complex but its well suited to this sort of thing! * 😅