Is there any way to force left to right layouts when the device language is any rtl language? All XML Screens got broken when the language is changed to Arabic?
Asked
Active
Viewed 1,198 times
2
-
1add supportRTL=false in menifest application tag – Divyesh Patel May 16 '17 at 10:36
-
1add `android:supportsRtl="false"` to your `application` in manifest – Vikrant May 16 '17 at 10:37
-
does [this](http://stackoverflow.com/questions/22963740/rtl-support-disabling-it-only-for-specific-ui-components) help? – jayeshsolanki93 May 16 '17 at 10:37
-
Does this help ? – Muhammad Apr 23 '20 at 18:56
1 Answers
1
You can forcefully disable rtl by changing its property supportRtl="false"
in your AndroidManifest.xml
file.

the-ginger-geek
- 7,041
- 4
- 27
- 45

Naitik
- 796
- 11
- 32