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\"
In your manifest file under application tag add this line,
android:supportsRtl="true"