1

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?

Nah
  • 1,690
  • 2
  • 26
  • 46

1 Answers1

1

Please show Below link. Also you can add multiple tab bar in bottom layout.

https://material.io/design/components/bottom-navigation.html

Chirag Parmar
  • 1,064
  • 2
  • 13
  • 29
  • Just read above link but it says: **Don’t use a bottom navigation bar for fewer than three destinations (use tabs instead).** Does Tab work same way? – Nah May 10 '18 at 11:33
  • I have not tried this but I believe this solution will work as well. For my case, I am able to use my original custom tab bar at bottom of my original/main view, and by setting tab bar `gravity` at bottom and setting its `elevation` higher. – Nah May 10 '18 at 12:01