[android-developers] Moving two views together

2010-04-13 Thread Sonic..
Hello,

I currently have one Scrollview which contains a table layout and one
list in my activity. Now my problem is that I wanted to move both of
them(Scrollview and list) together and with proper synchronization...
So if scrollview is being scrolled then listview should also scroll
with the same distance, and vice versa...

Thanks in advance..

Abhishek

-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en

To unsubscribe, reply using remove me as the subject.


Re: [android-developers] Moving two views together

2010-04-13 Thread social hub
hack into onmove onscroll onfling methods and pass them to  other view

On Tue, Apr 13, 2010 at 6:25 AM, Sonic.. abhishek.bansal1...@gmail.comwrote:

 Hello,

 I currently have one Scrollview which contains a table layout and one
 list in my activity. Now my problem is that I wanted to move both of
 them(Scrollview and list) together and with proper synchronization...
 So if scrollview is being scrolled then listview should also scroll
 with the same distance, and vice versa...

 Thanks in advance..

 Abhishek

 --
 You received this message because you are subscribed to the Google
 Groups Android Developers group.
 To post to this group, send email to android-developers@googlegroups.com
 To unsubscribe from this group, send email to
 android-developers+unsubscr...@googlegroups.comandroid-developers%2bunsubscr...@googlegroups.com
 For more options, visit this group at
 http://groups.google.com/group/android-developers?hl=en

 To unsubscribe, reply using remove me as the subject.


-- 
You received this message because you are subscribed to the Google
Groups Android Developers group.
To post to this group, send email to android-developers@googlegroups.com
To unsubscribe from this group, send email to
android-developers+unsubscr...@googlegroups.com
For more options, visit this group at
http://groups.google.com/group/android-developers?hl=en