I am apply style on navigation view using below code
app:theme="@style/NavigationItemTheme" //NavigationItemTheme is my style.
it apply same theme to all navigation items. I want to apply different theme to different items. How will achieve please help.
Is it possible to apply different theme to different items in navigation view?.