Is it always so that if to put one scrolling view (say, GoogleMap or a ListView) into a ScrollView (or vice-versa) - and the parent always intercepts the Touch events and the child is got non-scrollable ?
But how to make such vertical interface, where the map is scrolling any direction, can be overlapped by a moving up panel that contains a scrolling listview ?
If i put map as a child - it's got non-scrollable, if to put the bottom ListView into a ScrollView - it's got non-scrollable itself...
But task is to combine the map overlapped by the swiping list that is itself scrollable after moving up.
As a general rule you should avoid putting a scrollable control inside a scrollable container. If you put it inside TabStripViewPager then it will probably work fine (for horizontal scrolling).
Yes, Erel. But vertical interface is needed.
I'm trying now to replace the parent for the ListView that is placed into ScrollView...to Activity, and back, but it needs extra tap to swap the parents and scroll further...
And interesting question - how is it made on the video - all combined and scrolled smoothly...