I am new to using Navigation Drawer and I want to change the background color of specific menu items in my navigation-view.
I want to do something like this:
In this image navigation items like Products have different background.
I have searched for the solution, but only one i found is by using Recyclerview instead of NavigationView.
But I want to stick with nav view.
Some help will be really appriciated.