[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

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