Created
October 29, 2021 09:36
-
-
Save Ekagra/383e41f49b9345149e5bc1ecd715cce4 to your computer and use it in GitHub Desktop.
activity_main.xml
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
---------------- | |
<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