Create drawer_view.xml (#2645)

This commit is contained in:
Adam Jones 2019-03-19 14:49:45 +00:00 committed by neslihanturan
parent cfb06f3103
commit bc9d83a47c
11 changed files with 19 additions and 70 deletions

View file

@ -67,12 +67,6 @@
</RelativeLayout>
<com.google.android.material.navigation.NavigationView
android:id="@+id/navigation_view"
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_gravity="start"
app:headerLayout="@layout/drawer_header"
app:menu="@menu/drawer"/>
<include layout="@layout/drawer_view" />
</androidx.drawerlayout.widget.DrawerLayout>