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