点击非选中Item后事件错位
Opened this issue · 0 comments
kaershushu commented
和ClipeViewPager在xml中布局有关系,android:layout_centerInParent="true"这一句改成横向居中(android:layout_centerHorizontal="true")就会出问题
update:
不仅和居中有关系,当ClipeViewPager的外层有多层父ViewGroup的时候,另外还需要屏蔽最外层的父ViewGroup的touch事件,才能保证正常点击不会错乱