gpt4 book ai didi

java - 单击 RecyclerView 项目时调用 fragment 并将它们都显示在同一个 Activity 中

转载 作者:行者123 更新时间:2023-12-04 04:05:44 31 4
gpt4 key购买 nike

由于我只从按钮更改为 RecyclerView(并且按钮工作得很好),我知道我的 java 代码工作正常,所以现在我遇到了一个问题,因为单击 RecyclerView 中的卡片会使用 FragmentManager 调用 fragment ,但不是显示它。
这是我的 activity.xml 代码。
<线性布局
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:layout_width="match_parent"
android:layout_height="match_parent"
安卓:方向=“垂直”>
android:layout_width="match_parent"
android:layout_height="match_parent"
工具:context=".mainSearch"
android:background="#f2f2f2">

android:layout_width="match_parent"
android:layout_height="match_parent"
android:id="@+id/recyclerView"
android:orientation="水平"/>


< fragment
android:name="com.diamcom.blue.StoneCodeFragment"
android:id="@+id/fragment_place"
android:layout_width="match_parent"
android:layout_height="match_parent">



我想知道我做错了什么?

最佳答案

我认为您在这里遇到的问题是将 recyclerview 和 fragment 作为宽度和高度的 match_parent。我认为您可以做到这一点的一种方法是将包含 recyclerview 和 fragment 的容器 View 包装在框架布局中,并在单击 recyclerview 中的任何卡片时使容器 View 消失。

关于java - 单击 RecyclerView 项目时调用 fragment 并将它们都显示在同一个 Activity 中,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/62542229/

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