I'm designing a Gallery View in Android where I need to have two views occupying each half of the screen (2 views on a full screen). When the user scrolls it shows the next view. The Ideas behind this is to have five views and user see 2 views initially. I tried a couple options but without success,where setLayoutParams(new Gallery.LayoutParams(screenWidth/2, screenHeight/2)); didn't really solve the problem. If anybody encountered this kind if an issue send me an advice or path. Thank you for reading and please let me know if you need any further details in case if I didn't make my self clear.I'm designing a Gallery View in Android where I