Advertisement
Not a member of Pastebin yet?
Sign Up,
it unlocks many cool features!
- <RelativeLayout xmlns:android="http://schemas.android.com/apk/res/android"
- xmlns:app="http://schemas.android.com/apk/res-auto"
- xmlns:tools="http://schemas.android.com/tools"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- tools:context=".ui.navigation.MainNavigationActivity">
- <androidx.fragment.app.FragmentContainerView
- android:id="@+id/nav_host_container"
- android:layout_width="match_parent"
- android:layout_height="match_parent"
- android:layout_above="@id/bottom_navigation_view"
- app:defaultNavHost="true" />
- <com.google.android.material.bottomnavigation.BottomNavigationView
- android:id="@+id/bottom_navigation_view"
- style="@style/MyBottomNavigationViewStyle"
- android:layout_width="match_parent"
- android:layout_height="wrap_content"
- android:layout_alignParentBottom="true"
- app:menu="@menu/bottom_nav_menu" />
- </RelativeLayout>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement