gallery로 구현했을때

갤러리 하나의 크기가 한화면에 꽉차고

다음을 스크롤했을때 한화면에 나오게

하고 싶은데

 <Gallery
  android:id="@+id/gallery"
  android:layout_width="fill_parent"
     android:layout_height="fill_parent"
     android:spacing="5px"
     android:animationDuration="1000"
  />

width와 height를 fill_parent로 하여도 화면에 꽉차지를 않고

어는 정도 이상 크기가 커지지 않네요


화면에 꽉차게 할수 없을까요??