How do I customize the navigation drawer in Android Studios?
问题 How do I customize the navigation drawer to look like this: I cant find any tutorials to customize the navigation drawer. Can anyone please help? 回答1: You can use MaterialDrawer library that has a very nice API and set a custom view you want for the drawer like this: drawer = new DrawerBuilder() .withActivity(this) .withCustomView(myView) .build(); 回答2: This is the layout (activity layout) : <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android" xmlns:tools="http://schemas