GridView and excess space padding

后端 未结 1 995
难免孤独
难免孤独 2020-12-03 11:56

I have a problem with grid view layout on Android. I can\'t find solution to eliminate extra space in grid view. I tried a lot of things (numColumns, columnWidth, stretchMod

1条回答
  •  Happy的楠姐
    2020-12-03 12:40

    To solve my problem I used this gridView:

    
    
    

    The most important thing is the clipChildren property.

    0 讨论(0)
提交回复
热议问题