How to change the indentation of sub menu items in a NavigationView?
问题 When we define a NavigationView with a section with sub menu items. It left aligns the sub items with the section title: <menu xmlns:android="http://schemas.android.com/apk/res/android"> <item android:title="Sub items"> <menu> <item android:title="Sub item 1" /> <item android:title="Sub item 2" /> </menu> </item> </menu> I tried adding a transparent image with the correct size to pad: <menu xmlns:android="http://schemas.android.com/apk/res/android"> <item android:title="Sub items"> <menu>