Disable automatic layout change on Android

后端 未结 3 730
耶瑟儿~
耶瑟儿~ 2021-02-02 12:07

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

3条回答
  •  孤城傲影
    2021-02-02 12:34

    Just add the following to the manifest

    android:supportsRtl="false"
    tools:replace="android:supportsRtl"
    

提交回复
热议问题