欢迎您访问程序员文章站本站旨在为大家提供分享程序员计算机编程知识!
您现在的位置是: 首页

RecycleView Item设置隐藏会空白占位解决方案

程序员文章站 2022-06-04 16:40:02
...

1、item设置gone后会空白占位

(1)itemIVew不能有margin,如果有的话替换成padding,否则不能隐藏空白区域;
	例如:
		<LinearLayout xmlns:android="http://schemas.android.com/apk/res/android" 
			android:layout_width="match_parent" 
			android:layout_height="wrap_content" 
			android:gravity="center_vertical"> 
			// 这里面的item 
		</LinearLayout>
相关标签: 空白 gone