我有一个可扩展的recyclerView,它使用Groupie制作,我希望将孩子包括在父母的相同布局中,以便使用边框进行卡片视图。不确定如何实现。
代替
我想要这个
这是我父母布局的顶部
<androidx.cardview.widget.CardView
android:id="@+id/cv_parent"
android:layout_width="match_parent"
android:layout_height="40dp"
(也尝试了换行内容,但看不出太大区别)
这是他们孩子的布局
<LinearLayout
android:layout_width="match_parent"
android:layout_height="wrap_content">
非常感谢。