gpt4 book ai didi

android - BottomSheetDialogFragment 未打开,只显示小白条

转载 作者:行者123 更新时间:2023-12-04 09:15:50 30 4
gpt4 key购买 nike

我创建了 BottomSheetDialogFragment并访问我的 fragment 但它没有完全打开,它只显示底部的小条,如下所示
enter image description here
我使用的是默认 BottomSheetDialogFragment文件而无需更改任何内容。
xml

<?xml version="1.0" encoding="utf-8"?>
<androidx.recyclerview.widget.RecyclerView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/list"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:clipToPadding="false"
android:paddingTop="@dimen/list_item_spacing_half"
android:paddingBottom="@dimen/list_item_spacing_half"
tools:context=".ui.SettingFragment"
tools:listitem="@layout/fragment_setting_list_dialog_item" />
显示调用功能
val addBottomDialogFragment: SettingFragment = SettingFragment.newInstance(10)

addBottomDialogFragment.show(supportFragmentManager, "tag")

最佳答案

BottomSheet 的高度取决于子内容的高度所以首先你应该在底部表单 View 下添加一些 subview 或内容。如果您使用 RecyclerView,则使用数据设置适配器。

关于android - BottomSheetDialogFragment 未打开,只显示小白条,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/63222812/

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