I've added a Map from google play services as a headerview of my listview. However, when trying to pan on the map, the list immediately takes over and starts scrolling up and down. If the user intents to pan the map(e.g. he starts a touch event on the maps surface) it should block the listview from handling the input. How do i achieve this?
note: when starting a touch on the listview, it should still scroll as a normal listview :)