astuetz / PagerSlidingTabStrip

An interactive indicator to navigate between the different pages of a ViewPager
139 stars 44 forks source link

Double click on Active Tab #253

Open vvallabb opened 8 years ago

vvallabb commented 8 years ago

Is there a callback I could listen to when I double click on a selected tab? I have a RecyclerView with a long list of items on a fragment in the selected Tab - I want to be able to double click on the current Tab to move to the top of the list.

Any pointers regarding this is highly appreciated.

Thanks in advance.