change action bar direction to right-to-left

前端 未结 5 2161
心在旅途
心在旅途 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条回答
  •  猫巷女王i
    2020-12-04 23:03

    We must believe a powerful rule in programming:

    Everything will be possible when you know your tools.

    So, from now you can use this library to truly RTLize your actionbars: https://github.com/semsamot/ActionBarRTLizer

    And of course it is compatible with API Level 7+ .

提交回复
热议问题