2

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?

John Simon
  • 818
  • 11
  • 25

1 Answers1

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