how to write text right to left (Arabic Text)in Android ?

前端 未结 4 784
一个人的身影
一个人的身影 2020-12-11 01:53

I used Arabic text so, I want to write text from right to left so how i can write right to left text in android ?

Regards, Girish

4条回答
  •  隐瞒了意图╮
    2020-12-11 02:31

    1. Declare in your app manifest that your app supports RTL mirroring: add android:supportsRtl="true" to the element in your manifest file.
    2. Change all of your app's "left/right" layout properties to new "start/end" equivalents.

    Native RTL support in Android 4.2

提交回复
热议问题