Navigation Drawer icon not showing (Sherlock actionbar)

前端 未结 11 1988
一向
一向 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:06

    Have you tried implementing the method:

        mDrawerToggle.syncState();
    

    This has worked for me in the past.

提交回复
热议问题