SmartTabLayout
SmartTabLayout copied to clipboard
support RTL for tabs
how to add tabs from right to left ?
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)