@Erel
Can you help me pls?
I can't use "TabStripViewPager" because the library has features that this library does not have and I have to use DsTabLayout and AhViewPager library.
1.Declare in your app manifest that your app supports RTL mirroring. Specifically, add below code in your manifest. SetApplicationAttribute (android:supportsRtl, true) 2. Copy the code you need from below and call it in Activity_Create or any sub you want to use it. Sub...