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()
:
getActionBar().setDisplayHomeAsUpEnabled(false);
it will hide icon from navigation drawer.
If you love us? You can donate to us via Paypal or buy me a coffee so we can maintain and grow! Thank you!
Donate Us With