其他分享
首页 > 其他分享> > android-在布局中从右到左覆盖

android-在布局中从右到左覆盖

作者:互联网

我开发了一个应用程序,其中的所有内容都在其布局和视图中从左到右排列.问题是,当我将设置中的语言更改为从右到左的波斯语时,一切都从右到左.
如何覆盖此更改以防止它发生?

解决方法:

如这篇文章所述:
Override supportsRtl in one of the layouts

你必须设置

android:layoutDirection="ltr"

标签:right-to-left,android
来源: https://codeday.me/bug/20191026/1936027.html