Android: Reduce space between columns in GridView

前端 未结 7 1960
情深已故
情深已故 2021-02-04 05:14

See attached screenshot where I am attempting to reduce the space between the columns in my GridView.

My main.xml is as follows:



        
7条回答
  •  名媛妹妹
    2021-02-04 05:26

    Hi i had the same problem i solved by mygridView.setStretchMode(GridView.NO_STRETCH);

提交回复
热议问题