2016-09-28 106 views

回答

0

變化setDrawerIndicatorEnabled

ActionBarDrawerToggle toggle = new ActionBarDrawerToggle(
       this, drawer, mToolbar, R.string.navigation_drawer_open, R.string.navigation_drawer_close); 

     toggle.setDrawerIndicatorEnabled(false); 
相關問題