I want to have RTL-only layout. I don't want to have layouts that depend on user cellphone's language . What should I add in my android manifest file to make my application RTL forcedly?
How can I force my android application run only with RTL layout directon?
1.3k Views Asked by Hossein Moghimi At
2
you have to set this
android:supportsRtl="false"
in your application tag in manifest and design your layouts as a rtl layout. then it won't change the layouts base on the device direction