'android app flip layout when I change language [duplicate]
Solution 1:[1]
Have you tried disabling RTL on the app?
AndroidManifest.xml
<manifest ... >
...
<application ...
android:supportsRtl="false"
tools:replace="android:supportsRtl">
</application>
</manifest>
https://developer.android.com/training/basics/supporting-devices/languages#SupportLayoutMirroring
Sources
This article follows the attribution requirements of Stack Overflow and is licensed under CC BY-SA 3.0.
Source: Stack Overflow
Solution | Source |
---|---|
Solution 1 |