How to remove the space between rows of grid view in android

前端 未结 8 993
猫巷女王i
猫巷女王i 2021-02-02 13:53

In android grid view there is extra space between the rows of grid view. I am not adding any space to the gridview.

here is my xml files

        

        
8条回答
  •  一生所求
    2021-02-02 14:15

    just check that your "newsgridthumbpic" layout does not contain the extra padding or any background image having a large height that your grid view element.

    Also double check that you are supplying column_width as 50dip but your "imageview's" width is 145 dip.

提交回复
热议问题