Skip to content

Instantly share code, notes, and snippets.

@Ekagra
Created October 29, 2021 09:36
Show Gist options
  • Save Ekagra/383e41f49b9345149e5bc1ecd715cce4 to your computer and use it in GitHub Desktop.
Save Ekagra/383e41f49b9345149e5bc1ecd715cce4 to your computer and use it in GitHub Desktop.
activity_main.xml
----------------
<com.google.android.material.bottomnavigation.BottomNavigationView
xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schema.android.com/apk/res/res-auto"
android:id="@+id/navigation"
android:layout_width="match_parent"
android:layout_height="56dp"
android:layout_gravity="start"
app:menu="@menu/my_navigation_items" />
----------------
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment