How to set map View and List View to can't touchable when the front panel is showing
I have map view , list view and panel. all I want is when I open panel , mapview and list view will show be hide the panel and can't touch o开发者_开发技巧n map view and list view
Try setting the mapView.setClickable(false). This should prevent the map interacting to touches.
精彩评论