As you can see from the screenshot I provided, I get a gap on the left and on the right side of the gallery.
How can I remove it?
Gaallery declaration in my xml file
<Gallery
android:id="@+id/gallery1"
android:layout_width="fill_parent"
android:layout_height="wrap_content"
android:layout_marginTop="5dp" />
Thanks in advance!