angcyo / DslTabLayout

:hearts: Android界最万能的TabLayout(不仅仅是TabLayout), 支持任意类型的item, 支持Drawable类型的指示器,智能开启滚动,支持横竖向布局等
https://github.com/angcyo/DslAdapter
MIT License
1.57k stars 148 forks source link

高凸tab高出的部分没有点击回调 #11

Closed wy7217 closed 4 years ago

wy7217 commented 4 years ago

这里高凸tab貌似用clipChildren实现 没有点击回调 有什么好的解决方案吗

angcyo commented 4 years ago

高凸效果的实现, 只是使用了一个障眼法. 只控制了child的高度差, 和布局的位置.

并非clip实现, 所以点击事件的处理, 还是系统默认的处理方式.

请检查自己的代码.

Demo中, MainFragment底部导航中间的高凸Item亲测是有效的.