Start a Project

Change Navigation Menu Icon

In this article, we will look how we can change navigation menu icon in Android.

The Navigation icon(displayed as ☰) is actually a button in the action bar and is known as the hotdog or hamburger button.It is often placed on the top left or top right of a user interface and is so called for its resemblance to a hotdog or hamburger.

If your activity/fragment has no action bar and is using a toolbar, then changing it programmatically is very very easy and is just one line of code. You just need to add this line after you have set drawer toggle

But if you are not using any toolbar and you wish to change this icon then you need to follow a procedure and you can easily successfully replace the navigation icon.

Let’s first look at how you can change the color of the default navigation icon. For this, all you need to do is add a custom style to your styles.xml file.

 

And use this style in your app theme like this :

But if you wish to change the whole icon, then you need to add this line:

Hope this article helps you.

Keep coding, Keep sharing.

 

 

Exit mobile version