How to display the BottomSheetDialogFragment above the BottomNavigationView

92 Views Asked by At

How to display the BottomSheetDialogFragment above the BottomNavigationView. To be able to interact with the displayed BottomSheetDialogFragment as with a normal BottomSheetDialogFragment. Also, it should always be above the BottomNavigationView.

I've tried every way I can think of to realize this idea, but I can't(

1

There are 1 best solutions below

1
On

Adding a bottom margin to the main bottom sheet layout might help, try it