[android-developers] Re: I want to horizontally scroll a LinearLayout area

2008-04-28 Thread stefoid
OK, just having a convo with myself here, but what I am doing with the translateAnimation is moving the entire View accoss the screen, not changing the mScrollX which scrolls the contents of the View. If I want to use translateAnimation, I have to apply it to all children within the view? blerg

[android-developers] Re: I want to horizontally scroll a LinearLayout area

2008-04-28 Thread stefoid
No, actually Im still confused. What I want to do is scroll the contents of a LinearLayout within its boundaries. i.e. I want the LinerLayout to be a viewport that scrolls its contents horizontally. I cant make it work. On Apr 28, 4:26 pm, stefoid <[EMAIL PROTECTED]> wrote: > OK, so I worked i

[android-developers] Re: I want to horizontally scroll a LinearLayout area

2008-04-27 Thread stefoid
OK, so I worked it out myself, sort of - Im still having issues with it, but at least I can get it to move. answer lies here: http://code.google.com/android/reference/android/view/animation/package-descr.html On Apr 28, 3:17 pm, stefoid <[EMAIL PROTECTED]> wrote: > I want to use 'kinetic' hor