Navigation Menu

Skip to content

Instantly share code, notes, and snippets.

@Velmm
Created December 26, 2017 13:40
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 Velmm/501b82728336d80e7e9f9a65544d85d4 to your computer and use it in GitHub Desktop.
Save Velmm/501b82728336d80e7e9f9a65544d85d4 to your computer and use it in GitHub Desktop.
<android.support.design.widget.BottomNavigationView
android:id="@+id/bottom_navigationview"
android:layout_width="match_parent"
android:layout_height="wrap_content"
app:itemBackground="@color/bgBottomNavigation"
android:foreground="?android:attr/selectableItemBackground"
app:itemTextColor="@android:color/white"
app:itemIconTint="@android:color/white"
app:menu="@menu/navigation_menu"
android:layout_gravity="bottom">
</android.support.design.widget.BottomNavigationView>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment