When having `BottomSheet`, I am `not able to have ...
# android
v
When having
BottomSheet
, I am
not able to have fix footer
, footer just can not be fixed I mean at bottom and behind the footer, I am doing scrolling and things, so how can we achieve that?
😶 1
j
What do you mean by footer? bottom action bar?
v
like a fixed layout at the bottom of the bottomsheet irrespective of the height of BS
j
oh, i see
i don't think that's possible with material bottom sheet, but i might be mistaken
s
I think you can fix a specific hight (if you need) to the bottomsheet, but that is bit complex and doesn't come along with the default api. In that case you need to handle the bottomsheet behaviour all by yourself. If I'm not wrong: are you looking for something this?