RTL: Pager shown in wrong direction
when opening the app with RTL language (e.g. Arabic) the tabs opens from right to left which is correct. But the ViewPager opens in the opposite direction. This issue happens because the ViewPager doesn't support RTL direction.
Tip: Using RtlViewPager will fix the issue easily!
https://github.com/diego-gomez-olvera/RtlViewPager
Thanks!
UPDATE
Screenshots