Android Studio支持rtl

时间:2018-08-23 12:38:35

标签: android right-to-left

如何使android应用程序的默认语言是阿拉伯语而不是英语,然后使

默认是否支持RTL? 注意:我在mainfast中添加了android:supportsRtl =“ true”,但这不起作用

2 个答案:

答案 0 :(得分:1)

您需要将android:layoutDirection="rtl"添加到所有布局中,以使其默认为RTL。

此外,您应该运行Android Studio > Refactor > Add RTL support where possible以使布局对RTL友好。

答案 1 :(得分:1)

在此处输入代码

configuration.setLocale(locale);

不使用

configuration.locale = locale;