Reputation: 386
I have a relative layout for my android app. It is a SurfaceView overlapped with a few images. I had to use relative layout for the camera over lay features. It is currently shown like in the image below:
The top red long rectangular bars are actually two short rectangle images. I would like to increase the distance between the two images so that they look like two individual rectangles. Is it possible to increase the distance in a relative layout?
If I position two red bars, one on top of the other, is it possible to increase the distance between the two?
Upvotes: 1
Views: 2473