How to right align PreferencesActivity in android?

前端 未结 14 2204
一向
一向 2020-12-31 07:07

I have PreferencesActivity which I need it to be right aligned because I want to use Arabic language, I tried to use android:layout_gravity=\"right\"

14条回答
  •  一生所求
    2020-12-31 07:56

    In your manifest file under application tag add this line,

    android:supportsRtl="true"

提交回复
热议问题