Android: Reduce space between columns in GridView

前端 未结 7 1961
情深已故
情深已故 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:36

    You can reduce the space b/w column by setting the android:horizontalSpacing="-10dp" ( some negative number )

提交回复
热议问题