How to change the size of menu item icon in NavigationView?
You can change the size of navigationView icon by overriding design_navigation_icon_size attribute. You can put it in dimens and because you’re overriding a private attribute, you need to include tools:override=”true” <dimen name=”design_navigation_icon_size” tools:override=”true”>40dp</dimen>