The following is my layout xml. The problem now is that the BottomNavigationView is overlapping the FrameLayout. I wanted the FrameLayout to stretch to the top of the BottomNavi
add this line in your BottomNavigationView android:background="?android:attr/windowBackground"