Skip to content

Instantly share code, notes, and snippets.

@armcha
Last active September 13, 2018 09:08
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 armcha/fe6c868bd530a09b284fecff0878942e to your computer and use it in GitHub Desktop.
Save armcha/fe6c868bd530a09b284fecff0878942e to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<MotionLayout ... >
<com.google.android.material.bottomnavigation.BottomNavigationView
android:id="@+id/bottomNavigationView"
android:layout_width="match_parent"
android:layout_height="55dp"
app:elevation="10dp"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:menu="@menu/bottom_nav_menu" />
<FrameLayout ... />
</MotionLayout>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment