#2186 added topMargin to activity_main_nav_view to show drawer correctly

This commit is contained in:
HissPirat 2020-07-16 14:02:01 +02:00
parent 46b7e0d9a0
commit e8bd13616c

View File

@ -63,6 +63,6 @@
android:layout_width="wrap_content" android:layout_width="wrap_content"
android:layout_height="match_parent" android:layout_height="match_parent"
android:layout_gravity="end" android:layout_gravity="end"
android:fitsSystemWindows="true" android:layout_marginTop="24dp"
app:headerLayout="@layout/drawer_right" /> app:headerLayout="@layout/drawer_right" />
</androidx.drawerlayout.widget.DrawerLayout> </androidx.drawerlayout.widget.DrawerLayout>