Is there a way to reduce the space between the icon and text in the NavigationView when its built using a menu xml?
I\'ve tried to text android:drawablePadding
android:drawablePadding
Just add this line in dimens.xml file
10dp
this will override padding of NavigationView