PagerSlidingTabStrip icon indicating copy to clipboard operation
PagerSlidingTabStrip copied to clipboard

An interactive indicator to navigate between the different pages of a ViewPager

Results 101 PagerSlidingTabStrip issues
Sort by recently updated
recently updated
newest added
trafficstars

Hi, I noticed when I run my app on a tablet device and all the tabs can fit without scrolling on some devices if one of the tabs had a...

hi I want show full text after set ShouldExpand="true" and if tabs bigger than screen size show only can visible tabs and on scroll over tabs (i.e : right to...

Hi I am wondering if it's possible to implement multilevel viewpager with this library. I mean I want to have a separate viewpager for one page of the main viewpager

Error:PagerSlidingTabStrip cannot be cast to android.support.v4.view.ViewPager In the MainActivity.java ` mViewPager=(ViewPager)findViewById(R.id.page); mViewPager.setAdapter(new MyPagerAdapter(getSupportFragmentManager()) ); mTab=(PagerSlidingTabStrip)findViewById(R.id.tabs); mTab.setViewPager(mViewPager);` In the activity_main.xml ` `

Error:PagerSlidingTabStrip cannot be cast to android.support.v4.view.ViewPager In the MainActivity.java ` mViewPager=(ViewPager)findViewById(R.id.page); mViewPager.setAdapter(new MyPagerAdapter(getSupportFragmentManager()) ); mTab=(PagerSlidingTabStrip)findViewById(R.id.tabs); mTab.setViewPager(mViewPager);` In the activity_main.xml ` `

-margin tab; -custom drawable tab; -left padding container tabs. ![screenshot_20161123-193620](https://cloud.githubusercontent.com/assets/8209776/20571380/375e2ea8-b1b8-11e6-93a0-0bbbda5023c0.png)

I am using FragmentPagerAdapter to inflate sliding pager in fragment. First time when I open fragment everything works fine, but if I re-open same fragment again , getItem (position) method...

I'm trying to replace title of Tabs with icons + titles for (int i = 0; i < mAdapter.getCount(); i++) { View tabView = mAdapter.getCustomeView(getActivity(), i);; ``` tabView = LayoutInflater.from(getContext()).inflate(R.layout.custom_tab_view,...