I want to create a custom navigation view with changing default padding of navigation view items according to my design. While changing the same I try to apply custom styles with my required padding value to navigation view But while applying, it changes whole navigation view include header But what I want is to apply different padding values to different groups of menu items according to my design.
Here is My design
Like you see from images that top group have different left padding than that of bottom group. How to change this or I have to use listview within navigation view.