At times you may need to set Space between columns and rows for in GridView.
Set following attributes of GridView
To set space between rows
android:verticalSpacing=”2dp”
To set space between columns
android:horizontalSpacing=”2dp”
Sample screeshot..
Cheers..
You may be also interested in
2 thoughts on “Set space between columns and rows for GridView”
Could you please share with us sample code of the mentioned app.
Thanks in advance.
Hi, MK.. I’ve taken sample screenshot from this blog example, you can download code from this original post.
http://www.technotalkative.com/android-gridview-example/