码迷,mamicode.com
首页 > 其他好文 > 详细

自定义双向seekbar中横向滑动和scrollview的滑动冲突

时间:2015-08-28 23:28:52      阅读:955      评论:0      收藏:0      [点我收藏+]

标签:

/**

* Tries to claim the user‘s drag motion, and requests disallowing any

* ancestors from stealing events in the drag.

* 试图告诉父view不要拦截子控件的drag

*/

private void attemptClaimDrag() {

if (getParent() != null) {

getParent().requestDisallowInterceptTouchEvent(true);

}

}


自定义双向seekbar中横向滑动和scrollview的滑动冲突

标签:

原文地址:http://my.oschina.net/yuanxulong/blog/498858

(0)
(0)
   
举报
评论 一句话评论(0
登录后才能评论!
© 2014 mamicode.com 版权所有  联系我们:gaon5@hotmail.com
迷上了代码!