【发布时间】:2019-02-27 22:58:58
【问题描述】:
【问题讨论】:
标签: android android-fragments android-recyclerview dialog fragment
【问题讨论】:
标签: android android-fragments android-recyclerview dialog fragment
您要使用的组件是BottomSheetDialog:https://developer.android.com/reference/android/support/design/widget/BottomSheetDialog
这种类型的对话框具有对被拖动的原生支持。
【讨论】:
BottomSheetDialog 有一个名为setCanceledOnTouchOutside() 的方法。将其设置为 false。