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

@@ -1,9 +0,0 @@
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<size
android:width="100dp"
android:height="6dp"/>
<solid android:color="#f0f1f5"/>
</shape>