开发者

How to set map View and List View to can't touchable when the front panel is showing

开发者 https://www.devze.com 2023-04-03 09:34 出处:网络
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.

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.

0

精彩评论

暂无评论...
验证码 换一张
取 消