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

Hi can i disable a specific page based on condition and grey out corresponding tab item

I created a repo that has a simple project to reproduce the bug https://github.com/adi1133/PageSlidingTabStripBug Click the Add Fragment button and go past the last fragment, the app will crash.

how can I update the contents of the tab strip at run time. notifyDataSetChanged does not work. MyPagerAdapter never rerun getItem

tabsStrip.setTextColor(R.color.green); is not working please check

I am implementing PagerSlidingTabStrip and everything is working nicely. But when i long pressed on tab, background color of tab gets blueish for a while. I just want to remove...

Hello How do I let the tabs get expanded if the string in the tab is too long? This is how it looks like now: ![18678987_10154327212666199_1691877758_n](https://cloud.githubusercontent.com/assets/9434115/26377698/a9f22c2a-4011-11e7-9181-701dcc39c278.png) If the string is...

java.lang.NullPointerException: Attempt to write to field 'android.support.v4.app.FragmentManagerImpl android.support.v4.app.Fragment.mFragmentManager' on a null object reference at android.support.v4.app.BackStackRecord.doAddOp(BackStackRecord.java:417) at android.support.v4.app.BackStackRecord.add(BackStackRecord.java:412) at android.support.v4.app.FragmentPagerAdapter.instantiateItem(FragmentPagerAdapter.java:99) at android.support.v4.view.ViewPager.addNewItem(ViewPager.java:869) at android.support.v4.view.ViewPager.populate(ViewPager.java:1019) at android.support.v4.view.ViewPager.populate(ViewPager.java:951) at android.support.v4.view.ViewPager.onMeasure(ViewPager.java:1473) at android.view.View.measure(View.java:18843) at...

hey, its a disappointment session for me that this library is not doing what i want , actually i want Tab title in LowerCase , by default it gives Upper...

when i back on view pager screen from another screen of app .App showing unfortunately app stop. My mobile android verssion is 4.1.2

add indicatorMarginWidth to implement like this [image](http://i.imgur.com/Rx9lNvl.png)