How to set the height of an item row in GridLayoutManager

后端 未结 8 631
有刺的猬
有刺的猬 2021-01-31 03:18

My Recycler Item which inflate in onCreateViewHolder




        
8条回答
  •  野的像风
    2021-01-31 03:54

    You don't need to set the height of an item. The problem here is that image tries to fill all the space. Just add android:adjustViewBounds="true" to your ImageView and it will not add blank spaces

提交回复
热议问题