SmartTabLayout icon indicating copy to clipboard operation
SmartTabLayout copied to clipboard

support RTL for tabs

Open salehmosleh opened this issue 8 years ago • 1 comments

how to add tabs from right to left ?

salehmosleh avatar Aug 17 '16 16:08 salehmosleh

You Should set viewPager.setCurrentItem(x); and When u Want Add Fragments do it Vice versa for Example if u Want a,b,c Do c,b,a

like This .add(R.string.c, c.class) .add(R.string.b, b.class) .add(R.string.a,a)

MohammadBarati avatar Jun 25 '17 08:06 MohammadBarati