1
0
mirror of https://github.com/nerzhul/ownCloud-SMS-App.git synced 2025-06-07 07:56:14 +00:00

Fix a layout problem with nav view in main activity

This commit is contained in:
Loic Blot 2017-01-18 22:56:57 +01:00
parent bcefc1fdf2
commit ef1922494b

View File

@ -79,7 +79,7 @@
android:layout_width="wrap_content"
android:layout_height="match_parent"
android:layout_gravity="start"
android:fitsSystemWindows="true"
app:headerLayout="@layout/nav_header_main"
app:menu="@menu/activity_main_drawer"/>
app:menu="@menu/activity_main_drawer"
android:fitsSystemWindows="false"/>
</android.support.v4.widget.DrawerLayout>