refactor: implements DrawerMenu with RecyclerView

This commit is contained in:
hyb1996
2017-12-10 15:47:53 +08:00
parent 0c83d4d96a
commit 5f2abf2d85
17 changed files with 479 additions and 553 deletions

View File

@@ -63,12 +63,13 @@
android:layout_height="match_parent"
android:orientation="vertical">
<include
layout="@layout/drawer_menu"
<android.support.v7.widget.RecyclerView
android:id="@+id/drawer_menu"
android:layout_width="match_parent"
android:layout_height="0dp"
android:layout_weight="1"/>
<View
android:layout_width="match_parent"
android:layout_height="1dp"