How to Pass foreground touch to background touch in between layout

断了今生、忘了曾经 提交于 2020-01-07 06:57:19

问题


I have a requirement where i am having in foreground there is LinearLayout and in background relativelayout is there, foreground is for swiping and background is for simple tap/touch but not swipe, and onTouch() is in foreground and on Tapping at foreground user should be able to go background relativelayout.

来源:https://stackoverflow.com/questions/32318705/how-to-pass-foreground-touch-to-background-touch-in-between-layout

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!