PagerSlidingTabStrip icon indicating copy to clipboard operation
PagerSlidingTabStrip copied to clipboard

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

Results 13 PagerSlidingTabStrip issues
Sort by recently updated
recently updated
newest added

Atop the README it says: > This library is not maintained anymore and there will be no further releases. For most of the cases you can use TabLayout instead of...

I whould like change indicator with, its possible? ![screen shot 2018-08-21 at 11 27 46](https://user-images.githubusercontent.com/25186232/44407798-5b651100-a535-11e8-9ab7-5e7ffce3dc30.png)

As "compile" is going to be deprecated end-2018, this PR replaces with "implementation" that is the new usage.

When I set a long string to the tab,It will not show the complete string.

Error:Cannot choose between the following configurations of project :library: - debugApiElements - debugRuntimeElements - releaseApiElements - releaseRuntimeElements All of them match the consumer attributes: - Configuration 'debugApiElements': - Found com.android.build.api.attributes.BuildTypeAttr...

pstsPaddingMiddle =true with few items,(with least titles) allowed the tablayout to be moved freely in the x axis.

i want add :Indicator_corner_radius.

hi. I'm building new project by sample project but I have an error that can not solve it. MainActivity: ` package com.example.alireza.myapplication; import android.graphics.Color; import android.graphics.drawable.ColorDrawable; import android.graphics.drawable.Drawable; import android.graphics.drawable.LayerDrawable;...

Hi, Is it possible to add a tab without content? I mean we have a tab at the end of viewpager that when touching, we open an activity.