PagerSlidingTabStrip
PagerSlidingTabStrip copied to clipboard
An interactive indicator to navigate between the different pages of a ViewPager
`android:textSize `not working ``` ```
连字体颜色都不能跟随选中状态改变,还搞啥Tab
How to change the selected tab background color?
Currently, when this library is used with the newest android gradle plugin (com.android.tools.build:gradle:3.0.0-beta2), the app crashes when the PagerSlidingTabStrip is inflated: `java.lang.UnsupportedOperationException: Can't convert value at index 1 to color:...
Master
Just like in the [issue at SO](https://stackoverflow.com/questions/47006086/error-inflating-class-com-astuetz-pagerslidingtabstrip), I'm having the exception in the app during runtime after the app has been compiled with the latest Android Studio 3, Support Library,...
cannot access com.astuetz.pageslidingtabstrip error in compile 'com.github.florent37:materialviewpager:1.2.3'
Hello, I use PagerSlidingTabStrip inside in fragment, but not appear, please help me to fix this... mSectionsPagerAdapter = new SectionsPagerAdapter(getChildFragmentManager()); tabs = (PagerSlidingTabStrip) view.findViewById(R.id.appbar); mViewPager = (ViewPager) view.findViewById(R.id.pager); mViewPager.setAdapter(mSectionsPagerAdapter); tabs.setViewPager(mViewPager);