美文网首页
TouchDelegatetd用法总结

TouchDelegatetd用法总结

作者: feary | 来源:发表于2016-10-14 00:27 被阅读65次

Rect bounds =newRect(left,top,right,bottom);

TouchDelegatetd =newTouchDelegate(bounds,mView2);

mView1.setTouchDelegate(td);

上面几句话意思就是,相对于mView1作为父布局添加一个点击区域,layout为上面的bounds

点击该区域时,mView2是可以监听到的。该值可以为负,即可以超出mView1的控制范围

切忌不要把两个view设成同一个!

相关文章

网友评论

      本文标题:TouchDelegatetd用法总结

      本文链接:https://www.haomeiwen.com/subject/wkidsttx.html