How to remove pointed icon in Navigation Drawer, I just playing with Navigation Drawer, I just wanted to maintain only one icon.
I had same issue and I solved with adding this line in onCreate():
onCreate()
getActionBar().setDisplayHomeAsUpEnabled(false);
it will hide icon from navigation drawer.
1.4m articles
1.4m replys
5 comments
57.0k users