Skip to content

Instantly share code, notes, and snippets.

@ValCanBuild
Last active November 23, 2018 13:07
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ValCanBuild/1d79e2b8f7cb066f00381f6d71e2fe19 to your computer and use it in GitHub Desktop.
Save ValCanBuild/1d79e2b8f7cb066f00381f6d71e2fe19 to your computer and use it in GitHub Desktop.
<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