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\"
PreferencesActivity
android:layout_gravity=\"right\"
for preferences fragment you can make its container to have this attribute
android:layoutDirection="rtl"