Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我目前正在使用带有地图的新 SlidingPaneLayout。问题是当我与地图交互时,我总是打开左侧菜单。我已经尝试覆盖滑动窗格上的触摸方法,但它不起作用。地图是滑动窗格内的一个片段。
任何人都知道如何禁用滑动作为打开侧边菜单的一种形式?
解决从 SlidingPaneLayout 更改为 DrawerLayout 的问题。