Prevent BottomSheetDialogFragment covering navigation bar

前端 未结 10 504
轮回少年
轮回少年 2020-12-12 23:49

I\'m using really naive code to show a bottom sheet dialog fragment:

class LogoutBottomSheetFragment : BottomSheetDialogFragment() {

    override fun onCrea         


        
10条回答
  •  庸人自扰
    2020-12-13 00:33

    Don't use BottomSheetDialogFragment.I would prefer use adding bottom sheet by wrapping the layout in the coordinator layout and attaching BottomSheetBehaiviour to that layout

    You can follow this as an example

提交回复
热议问题