Skip to content

Instantly share code, notes, and snippets.

@skydoves
Created April 26, 2022 00:27
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 skydoves/b7f330a2b7b5d7535154a95846ccb86d to your computer and use it in GitHub Desktop.
Save skydoves/b7f330a2b7b5d7535154a95846ccb86d to your computer and use it in GitHub Desktop.
nav_menu
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/movie_fragment"
android:title="@string/movie" />
<item
android:id="@+id/tv_fragment"
android:title="@string/tv" />
<item
android:id="@+id/people_fragment"
android:title="@string/people" />
</menu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment