将原子项布局中的RelativeLayout中的android:layout_height="match_parent"改为"wrap_content"即可 <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="wrap_content">
Android编程权威指南(第二版)CrimeInternet RecyclerView子项目之间有空白
本文介绍如何在Android开发中,通过修改RelativeLayout的属性,将android:layout_height从match_parent更改为wrap_content,以此来优化布局显示。

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



