How to right align PreferencesActivity in android?

前端 未结 14 2200
一向
一向 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条回答
  •  慢半拍i
    慢半拍i (楼主)
    2020-12-31 07:58

    for preferences fragment you can make its container to have this attribute

    android:layoutDirection="rtl"
    

提交回复
热议问题