-2

I want to know if I can change swiping direction of ViewPager from LTR to RTL. Please help me.

hata
  • 10,652
  • 6
  • 37
  • 62
Th He
  • 1

1 Answers1

0

this will help you

 if (Build.VERSION.SDK_INT >= Build.VERSION_CODES.JELLY_BEAN_MR1) {
            viewPager.setLayoutDirection(View.LAYOUT_DIRECTION_RTL);
    }
Beyter
  • 36
  • 2