Created
August 29, 2024 23:34
-
-
Save kjromero/7e202734ea697bd8daf22a3838995b4e to your computer and use it in GitHub Desktop.
Navigation View
This file contains hidden or 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.navigation.NavigationView | |
| android:id="@+id/nav_view" | |
| android:layout_width="wrap_content" | |
| android:layout_height="match_parent" | |
| android:layout_gravity="start" | |
| android:fitsSystemWindows="true" | |
| app:headerLayout="@layout/nav_header_layout" | |
| app:itemIconTint="@color/darker_gray" | |
| app:itemTextColor="@color/darker_gray" | |
| app:menu="@menu/internal_menu_drawer" /> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment