gpt4 book ai didi

java - 如何在 BottomSheetDialogFragment 中设置最大高度?

转载 作者:行者123 更新时间:2023-11-29 02:18:16 59 4
gpt4 key购买 nike

enter image description here我有一个 BottomSheetDialogFragment,我需要在此对话框中设置我的高度。我需要,当用户点击一个按钮时,对话框将出现并填充 85% 的屏幕。如何做到这一点?

最佳答案

BottomSheetDialogFragment:

override fun onViewCreated(view: View, savedInstanceState: Bundle?) {
super.onViewCreated(view, savedInstanceState)

val offsetFromTop = 200
(dialog as? BottomSheetDialog)?.behavior?.apply {
isFitToContents = false
setExpandedOffset(offsetFromTop)
state = BottomSheetBehavior.STATE_EXPANDED
}
}

关于java - 如何在 BottomSheetDialogFragment 中设置最大高度?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/58651661/

59 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com