SmartTabLayout icon indicating copy to clipboard operation
SmartTabLayout copied to clipboard

A custom ViewPager title strip which gives continuous feedback to the user when scrolling

Results 104 SmartTabLayout issues
Sort by recently updated
recently updated
newest added

The user can add or delete the pages himself. In these pages I have an edittext (in fact I have more but it is the same case for all) which...

Error:Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/ogaclejapan/smarttablayout/utils/BuildConfig; Error:Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/ogaclejapan/smarttablayout/utils/PagerItem; Error:Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/ogaclejapan/smarttablayout/utils/PagerItems; Error:Uncaught translation error: java.lang.IllegalArgumentException: already added: Lcom/ogaclejapan/smarttablayout/utils/ViewPagerItem; Error:Uncaught translation...

I want to set gradient drawable to indicator color but stl_indicatorColor attribute only allow to @color how can i apply drawable to indicatorColor?

Error:Execution failed for task ':app:transformClassesWithDexForDebug'. > com.android.build.api.transform.TransformException: com.android.ide.common.process.ProcessException: java.util.concurrent.ExecutionException: com.android.dex.DexException: Multiple dex files define Lcom/ogaclejapan/smarttablayout/utils/BuildConfig; that error how i can i do that?

If I set app:stl_clickable="false" in the xml layout, I am unable to programatically setClickable back to true.

how to change font of tabs ? by add typeface

how can i disable ripple effect on select tab ?

how can I use a font icon or any other custom font for tabs? i have created the custom font class and I'am using it in other parts of my...

if I want to default tab 2 or tab 3 ,how can I do ? think you

Hi, I want to set color of selected tab text color I have already set the `stl_defaultTabTextColor` any ideas?