307@365tools:ignore=MissingConstraints
2022-11-03 19:10阅读:
android:id='@+id/nav_view'
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'
tools:ignore='MissingConstraints' />
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'
tools:ignore='MissingConstraints' />
