Remove space between menu icon and title
问题 In the image below, how can I remove the space between the icon and the title of the item in the menu? activity_main_drawer.xml: <?xml version="1.0" encoding="utf-8" ?> <menu xmlns:android="http://schemas.android.com/apk/res/android"> <item android:icon="@drawable/ic_exit_to_app" android:id="@+id/logout" android:title="Logout" /> </menu> styles.xml: <?xml version="1.0" encoding="utf-8" ?> <resources> <style name="AppTheme" parent="Theme.AppCompat.Light"> <item name="colorPrimary">@color