Reputation: 6353
I have a gallery, Which contains some items. I want that only one item should be display at a time on the screen other should be invisible. When user do next then only next item should be displayed on the screen. How is it possible?
Upvotes: 0
Views: 1633
Reputation: 40168
I think these are available options for you
1.Use android:spacing="custopm_value dip"
2.Write a CustomGallery
3.Show an image which occupy the whole screen from the Gallery.
Upvotes: 3