PureWriter / FullDraggableDrawer

Make Android DrawerLayout can be dragged out in real-time within the range of fullscreen
https://t.me/PureWriter/549
Apache License 2.0
284 stars 17 forks source link

请教大佬,左右滑动事件和点击事件被分发到下层 #5

Closed boboqun closed 3 years ago

boboqun commented 3 years ago

感谢大佬开源!有个问题想您请教。 抽屉打开时,左右滑动事件和点击事件依然会传递到下层页面,请教大佬这种情况要如何处理?情况如录屏所示 下方是viewpager2和fragment

https://user-images.githubusercontent.com/20718624/104319146-6dd3b100-551b-11eb-8ba9-d3d6d984b4a7.mp4

boboqun commented 3 years ago

解决了 在抽屉上添加 android:clickable="true" android:focusable="true"就可以了