Gallery space at beginning and end
I got the following problem , i made a form with a gallery, the gallery instead of containing images contains items from one of my classes, everything inside each item of the gallery displays perfectly. I removed the space between images using: <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" android:layout_width="fill_parent" android:layout_height="fill_parent"> <Gallery android:id="@+id/galleryid" android:layout_width="wrap_content" android:layout_height="wrap_content" android:spacing="0dip" android:padding="0dip" android:layout_weight="1" /> the items of the