[android-developers] Re: Gallery default item selected is in center

2011-03-24 Thread jotobjects
For a start there are probably non-public methods and fields in other classes that Gallery uses from the widget package. SO just copy that one class is not going to be sufficient. The bigger problem is that Gallery does provide the hooks needed to accomplish what you want (which is unfortunate I

[android-developers] Re: Gallery default item selected is in center

2011-03-24 Thread umakantpatil
Thanks everyone for the reply. 1. On click of item it should be selected but should not come to center. 2. And the First elements left side is empty, Dont want that. I don't think there is any library for this. :( -- You received this message because you are subscribed to the Google Group

[android-developers] Re: Gallery default item selected is in center

2011-03-23 Thread jotobjects
Seems like this comes up a lot - many people want an non-center-locked horizontal scrolling list. There are lots of posts here and on StackOverflow about this. Some of the suggested workarounds are partly effective, but I have not found a fully working HorizontalListView yet. Gallery is great, i