Before write this thread I have try to implement the different solution that I found in stackoverflow, but nothing work properly.
I\'m developing an Android applucat
Disable drawer indicator for ActionBarDrawerToggle:
ActionBarDrawerToggle
toggle.setDrawerIndicatorEnabled(false);
and then:
toolbar.setNavigationIcon(R.drawable. ic_custom_drawer_icon);