在styles添加中:
<style name="CustomBottomSheetDialogTheme" parent="Theme.Design.Light.BottomSheetDialog">
<item name="bottomSheetStyle">@style/CustomBottomSheetStyle</item>
</style>
<style name="CustomBottomSheetStyle" parent="Widget.Design.BottomSheet.Modal">
<item name="android:background">@android:color/transparent</item>
</style>
在初始化bottomSheetDialog的时候使用该主题
bottomSheetDialog = BottomSheetDialog(this,R.style.CustomBottomSheetDialogTheme)
1万+

被折叠的 条评论
为什么被折叠?



