PagerSlidingTabStrip
PagerSlidingTabStrip copied to clipboard
An interactive indicator to navigate between the different pages of a ViewPager
Hi, I want to change the tab drawable to a different one when it's selected. I have created a selector: `` `` ``` `` `` ``` `` This is somehow...
Add tab gravity and indicator bottom height attrs
hello. help me pls, after initialize tabs and pager i call pager.setCurrentItem(1) but tabs show me 3rd selected tab? ``` Java pager = (ViewPager) v.findViewById(R.id.pager); adapter = new MyPagerAdapter(getActivity().getSupportFragmentManager()); pager.setAdapter(adapter);...
Hi.. can we change colour of tab strip on tap. as of know its colour is light blue irrespective of border colour. Can we make border colour and tap colour...
Hi I'm playing with PSTS's sample app and trying to wrap the ViewPager inside another layout like so: ``` ... ``` However, neither swiping nor updating the ViewPager works. If...
How can i set Spannable String or HTML.fromHtml string on tabs text?
HI. I have just gotten this working, it is amazing. I'm wondering if I can show a new fragment or activity under a tab? Thanks!
Hello, how can i set the fab that when user click short click it fire event without opening the menu and only when user press long press the menu will...