<
com.google.android.material.bottomnavigation.BottomNavigationView
android:id
=
"@+id/nav_view"
android:layout_width
=
"0dp"
android:layout_height
=
"wrap_content"
android:background
=
"?android:attr/windowBackground"
app:layout_constraintBottom_toBottomOf
=
"parent"
app:layout_constraintEnd_toEndOf
=
"parent"
app:layout_constraintStart_toStartOf
=
"parent"
app:menu
=
"@menu/bottom_nav_menu"
/>
<
fragment
android:id
=
"@+id/nav_host_fragment"
android:name
=
"androidx.navigation.fragment.NavHostFragment"
android:layout_width
=
"0dp"
android:layout_height
=
"0dp"
app:defaultNavHost
=
"true"
app:layout_constraintBottom_toTopOf
=
"@id/nav_view"
app:layout_constraintEnd_toEndOf
=
"parent"
app:layout_constraintStart_toStartOf
=
"parent"
app:layout_constraintTop_toTopOf
=
"parent"
app:navGraph
=
"@navigation/mobile_navigation"
/>