Re: [android-developers] HorizontalScrollView Question

2011-09-02 Thread TreKing
On Thu, Sep 1, 2011 at 11:43 PM, Ash anan...@gmail.com wrote: How do we detect that the horizontalscrollview has reached the end? I have 2 buttons on either side of the horizontal scroll view which I would like to hide if not required. If the two button are IN the scroll view, then they'll

Re: [android-developers] HorizontalScrollView Question

2011-09-02 Thread Ash
Hi, I have a imagebutton (left arrow), a horizontal scrollview and another image button (right arrow). These are placed next to each other. When user clicks on the left/right arrow, I scroll the horizontal scroll view using code. What I want to do is detect that the scrollview has reached

Re: [android-developers] HorizontalScrollView Question

2011-09-02 Thread TreKing
On Fri, Sep 2, 2011 at 7:02 AM, Ash anan...@gmail.com wrote: I have a imagebutton (left arrow), a horizontal scrollview and another image button (right arrow). These are placed next to each other. When user clicks on the left/right arrow, I scroll the horizontal scroll view using code. What

[android-developers] HorizontalScrollView Question

2011-09-01 Thread Ash
Hi All, How do we detect that the horizontalscrollview has reached the end? I have 2 buttons on either side of the horizontal scroll view which I would like to hide if not required. Thanks -- You received this message because you are subscribed to the Google Groups Android Developers group.