navigation drawer

This commit is contained in:
2017-10-02 23:54:32 +03:00
parent 9f9274acf5
commit cb01677e2b
8 changed files with 399 additions and 43 deletions

View File

@@ -29,7 +29,12 @@
android:layout_weight="1"
android:background="@color/white"/>
<include layout="@layout/layout_navigation_drawer"/>
<android.support.v7.widget.RecyclerView
android:id="@+id/navigationMenuRecyclerView"
android:layout_width="240dp"
android:layout_height="match_parent"
android:layout_gravity="start"
android:background="@color/navigation_drawer_background"/>
</android.support.v4.widget.DrawerLayout>