Skip to content

Instantly share code, notes, and snippets.

@hitherejoe
Created October 20, 2016 11:44
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 hitherejoe/43342b2e270a39f5de548f0cef335d1b to your computer and use it in GitHub Desktop.
Save hitherejoe/43342b2e270a39f5de548f0cef335d1b to your computer and use it in GitHub Desktop.
<android.support.design.widget.BottomNavigationView
android:id="@+id/bottom_navigation"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_alignParentBottom="true"
app:itemBackground="@color/colorPrimary"
app:itemIconTint="@drawable/nav_item_color_state"
app:itemTextColor="@drawable/nav_item_color_state"
app:menu="@menu/bottom_navigation_main" />
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment