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...
www.b4x.com