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

I tried to set it by, tab.setDefaultTabTextColor(R.color.primary_color); its not working. i have also tried adding. tab.invalidate(); its not working either. And last but not the least, also how to set...

Hello @ogaclejapan When I use this library,find a issue. My adapter count is change,but TabLayout isn't change,then crash occured. So I pull request to add datasetobserver to fix this issue.

Hello! How can I change the Selected Text Color? What setting I can use in SmartTabLayout Library? ![Screenshot_2020-06-02-02-21-44](https://user-images.githubusercontent.com/62253650/83469765-da180d80-a480-11ea-8c2d-d9e160cf0b1d.png)

hi thanks for nice library. I'll try to custom tab view with icon and text. But the icon not show. this my code ,,, ViewPager viewPager = (ViewPager) findViewById(R.id.viewpager); SmartTabLayout...

i mean HOW? from the basics please ![demo5](https://user-images.githubusercontent.com/42971669/57861399-e88b7c80-77cc-11e9-9fb2-dc8ff60e1c03.gif) SOMEONE HELP ME 😢 😭

Can we use it vertically ? i am trying to connect the tablayout with recyclerview and after scrolling a certain number of item i want the tab to change position....

Overriding indicator color with gradient when using this function, Note : if this function not called, tab indicator will use default stl_indicatorColor Sample usage : SmartTabLayout.setGradientIndicator(Color.rgb(1,1,1),Color.rgb(100,100,100)) param colorStart are int...

can i use gradient drawable as indicator?

java.lang.IndexOutOfBoundsException: Index: 2, Size: 2 at java.util.ArrayList.get(ArrayList.java:437) at android.support.v4.view.ViewPager.getChildDrawingOrder(ViewPager.java:804) at android.view.View.populateAccessibilityNodeInfoDrawingOrderInParent(View.java:8351) at android.view.View.onInitializeAccessibilityNodeInfoInternal(View.java:8282) at android.widget.TextView.onInitializeAccessibilityNodeInfoInternal(TextView.java:10610) at android.widget.EditText.onInitializeAccessibilityNodeInfoInternal(EditText.java:177) at android.view.View.onInitializeAccessibilityNodeInfo(View.java:7345) at android.view.View.createAccessibilityNodeInfoInternal(View.java:7304) at android.view.View.createAccessibilityNodeInfo(View.java:7289) at android.view.accessibility.AccessibilityRecord.setSource(AccessibilityRecord.java:146) at android.view.accessibility.AccessibilityRecord.setSource(AccessibilityRecord.java:119) at android.view.View.onInitializeAccessibilityEventInternal(View.java:7241) at...

Your tab library working fine with android default viewPager. But i am trying to use it with custom viewPager but not working and not showing any error. My CustomViewPager extends...