mapview 收到的 Bottomsheet 触摸事件

Bottomsheet touch events received by mapview

我在包含地图视图的布局中实现了底部 sheet。 当 bottomsheet 可见并展开时,当我在 bottomsheet 上触摸或拖动时,底层地图也会移动。是否可以阻止触摸事件到达地图视图?

我试过使用 setFilterTouchesWhenObscured,但没有成功。

ps。我不想禁用地图手势

只需将 android:clickable="true 添加到 XML 布局

上的定义即可使其可点击