change action bar direction to right-to-left

前端 未结 5 2152
心在旅途
心在旅途 2020-12-04 22:13

I\'m creating an android app for a right-to-left specific language. And I\'m using ActionBarSherlock (a compatible android action bar library).
The thing I exactly want

5条回答
  •  無奈伤痛
    2020-12-04 22:57

    use this, It will be make layout from rtl but this in parent root of your xml

        android:layoutDirection="rtl"
        android:textDirection="rtl"
    

提交回复
热议问题