Logo Questions Linux Laravel Mysql Ubuntu Git Menu
 

How to create space between images in the gallery?

I have created a gallery in my android project. But in display the images of the gallery don't have space in between each other. How I should create space between them. Please help me.

like image 969
Balaji Avatar asked Nov 30 '22 08:11

Balaji


1 Answers

android:spacing (in XML) or setSpacing(int) (in Java)

like image 164
sddsadsf Avatar answered Dec 14 '22 15:12

sddsadsf