ogaclejapan / SmartTabLayout

A custom ViewPager title strip which gives continuous feedback to the user when scrolling
Apache License 2.0
7.09k stars 1.34k forks source link

support RTL for tabs #193

Open salehmosleh opened 8 years ago

salehmosleh commented 8 years ago

how to add tabs from right to left ?

MohammadBarati commented 7 years ago

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)