https://github.com/D8thReaper/android-navigation-menu-expandable.
.

ExpandableListView .
<ExpandableListView
android:id="@+id/left_drawer"
android:layout_width="240dp"
android:layout_height="match_parent"
android:layout_gravity="start"
android:dividerHeight="1dp"
android:divider="@color/list_divider"
android:listSelector="@drawable/list_selector"
android:background="@color/list_background" />
, BaseExpandableListAdapter
public class NavAdapter extends BaseExpandableListAdapter{...}
drawerList ( ExpandableListView) ActionBarToggle
actionBarDrawerToggle = new ActionBarDrawerToggle(this,drawer,toolbar,R.string.drawer_open,R.string.drawer_close )