Navigation Drawer icon not showing (Sherlock actionbar)

前端 未结 11 1990
一向
一向 2021-02-04 03:41

Have the navigation Drawer working with the sherlock actionbar but i am having trouble getting the 3 line icon (like gmail) to show instead of the normal up button \"<\". He

11条回答
  •  逝去的感伤
    2021-02-04 04:11

    What you can do is create a style like below:

     
    

    And in Android manifest apply this theme like:

    
    
    

    This will solve the issue getting the 3 line icon for sure.

提交回复
热议问题