Scrolling two views together

Posted by user315441 on Stack Overflow See other posts from Stack Overflow or by user315441
Published on 2010-04-13T12:16:19Z Indexed on 2010/04/13 12:23 UTC
Read the original article Hit count: 357

Filed under:
|
|

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

© Stack Overflow or respective owner

Related posts about android

Related posts about scrollview