我通过将其可见性设置为从 gridview 隐藏一个孩子View.GONE
。问题是,即使我将它设置为 GONE,它也会变得不可见,但仍然存在它所在的位置。
是否可以重新排列gridview,使隐藏的元素不占用布局中的任何空间?
<GridView
android:id="@+activity_queues/gv_queue1"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:columnWidth="200dp"
android:horizontalSpacing="10dp"
android:numColumns="auto_fit"
android:padding="10dp"
android:stretchMode="none"
android:verticalSpacing="10dp" >
</GridView>