标签: android locale arabic right-to-left
我正在开发一个应用程序,我想在其中添加对阿拉伯语言的支持,并希望所有语言对RTL的支持都随着语言环境的变化而变化。有什么办法可以一次将所有Android视图更改为RTL。
我在AndroidManifest.xml
AndroidManifest.xml
android:supportsRtl="true"
然后从Refractor > Add RTL Support where possible开始,但是仍然有一些视图需要手动更改,我使用的是API 17,我该如何克服呢?
Refractor > Add RTL Support where possible