PagerSlidingTabStrip
PagerSlidingTabStrip copied to clipboard
An interactive indicator to navigate between the different pages of a ViewPager
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. 
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,...