On Fri, Jun 24, 2011 at 6:49 AM, yasith miuranga <[email protected]> wrote: > How can implement infinite HorizontalScrollView ?
You don't. > I used buttons in > HorizontalScrollView. normally when scroll right, after the last > button I have to scroll left. But I want to know when scroll right > after the last button it should show the first button. not want to > scroll left. > just as circle. I think that you will have to write your own component for that, or possibly see if a Gallery with a ridiculously long Adapter will suffice. -- Mark Murphy (a Commons Guy) http://commonsware.com | http://github.com/commonsguy http://commonsware.com/blog | http://twitter.com/commonsguy Android Training in London: http://bit.ly/smand1, http://bit.ly/smand2 -- You received this message because you are subscribed to the Google Groups "Android Developers" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/android-developers?hl=en

