How to get rid of spaces in gridview

前端 未结 4 787
长发绾君心
长发绾君心 2021-02-04 10:05

This thing has been doing my head in for a little while now and I can\'t seem to be able to solve it.

I\'ve got a grid view, in which I display a few bitmaps. I add a pa

4条回答
  •  感情败类
    2021-02-04 10:46

    step 1:

    android:stretchMode="none"
    android:numColumns="auto_fit"
    android:gravity="center"
    

    step 2: in onMeasure return your calculated width and height

提交回复
热议问题