I want the ripple effect to go beyond the bounds of the BottomNavigationView
. How can i do this?
I have this xml:
<com.google.android.material.bottomnavigation.BottomNavigationView
android:id="@+id/nav_view"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom"
app:menu="@menu/bottom_nav_menu" />
Thanks in advance!