Skip to content

Commit

Permalink
Fix a layout problem with nav view in main activity
Browse files Browse the repository at this point in the history
  • Loading branch information
nerzhul committed Jan 18, 2017
1 parent bcefc1f commit ef19224
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/main/res/layout/activity_main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -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>

0 comments on commit ef19224

Please sign in to comment.