How to customize Android ActionBar to show a custom view before the tabs?

后端 未结 7 1955
孤街浪徒
孤街浪徒 2020-12-29 19:48

I\'m using a custom view for the ActionBar with Tabs. My problem is the ordering of the custom view. Android is displaying it AFTER the tabs - which I do no

7条回答
  •  囚心锁ツ
    2020-12-29 20:18

    Just create a custom view for your home button. In this view you can combine both logo and the custom view you're trying to position on left. Then add tabs as normal

    The only downside of this solution is that you'll need to maintain the state of the back button yourself (if you use it at all)

提交回复
热议问题