ogaclejapan / SmartTabLayout

A custom ViewPager title strip which gives continuous feedback to the user when scrolling
Apache License 2.0
7.09k stars 1.34k forks source link

only can click the last tab #207

Open followztx opened 7 years ago

followztx commented 7 years ago

1.only can click the last tab ,other tab no response,is conflict some where? 2.if stl_clickable="false",all tab can't click.

  1. add SmartTabLayout.OnTabClickListener() ,no log when click tab
followztx commented 7 years ago

i had found the problem ,before , i use PagerSlidingTabStrip,add BadgeView to the tab0 tab1 tab2, the BadgeView add a frameLayout as tab parent,so tab0 tab1 tab2 can't response click。