I\'ve made an app, I\'ve tested it and it was fine on my phone. But... when I gave the .apk to someone else whose phone language is RTL the whole layout broke and it messed up e
Just add the following to the manifest
android:supportsRtl="false" tools:replace="android:supportsRtl"