Skip to content

Instantly share code, notes, and snippets.

@ValCanBuild
Last active November 23, 2018 13:07
<com.google.android.material.bottomnavigation.BottomNavigationView
android:id="@+id/navigation"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_gravity="bottom"
app:layout_behavior="com.mypackage.BottomNavigationBehavior"
app:menu="@menu/my_menu"/>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment