Nah
Nah

Reputation: 1768

Is it possible to display a bar on top of BottomSheet in Android

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

Answers (1)

Chirag Parmar
Chirag Parmar

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

Related Questions