如何使android应用程序的默认语言是阿拉伯语而不是英语,然后使
默认是否支持RTL? 注意:我在mainfast中添加了android:supportsRtl =“ true”,但这不起作用
答案 0 :(得分:1)
您需要将android:layoutDirection="rtl"
添加到所有布局中,以使其默认为RTL。
此外,您应该运行Android Studio > Refactor > Add RTL support where possible
以使布局对RTL友好。
答案 1 :(得分:1)
在此处输入代码
configuration.setLocale(locale);
不使用
configuration.locale = locale;