0

The thing is, I want to avoid the extra space that normally Gallery view is displaying at the end of the Gallery; like in (Figure 1)

Figure 1 - wrong way

I need to adjust it like Figure 2

Figure 2 - correct way

How can I achieve that with out using HorizontalListView describe in here or extending Gallery.

Thank you :-)

Community
  • 1
  • 1
AnujAroshA
  • 4,623
  • 8
  • 56
  • 99
  • possible duplicate of [Gallery space at beginning and end](http://stackoverflow.com/questions/6752310/gallery-space-at-beginning-and-end) – Jave Jun 26 '12 at 08:31
  • @Jave yes I have seen that question and answer before posting this question. But it is not the solution for my question. – AnujAroshA Jun 26 '12 at 08:43
  • Unfortunately there is no other solution as far as I know, apart from creating your own modified Gallery or HorisontalScrollView. This is since the Gallery snaps the active item to its center, so when the last item is selected it has to be centered (showing a blank area to the right). – Jave Jun 26 '12 at 08:47

0 Answers0