Reputation: 1768
I am using a BottomSheet
in my application, which contain some list items, and I am also using a Tab bar view in my whole application (at bottom of screen).
Is it possible and how can I display my that Tab Bar still in bottom of screen, and BottomSheet
should also appear (on defined offset), but below my Tab Bar.
How can I adjust and arrange these layouts?
Upvotes: 1
Views: 1137
Reputation: 1064
Please show Below link. Also you can add multiple tab bar in bottom layout.
https://material.io/design/components/bottom-navigation.html
Upvotes: 1