HI, All
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.
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.
Last edited: