Skip to content

Instantly share code, notes, and snippets.

@cdmunoz
Created March 16, 2020 03:37
Show Gist options
  • Save cdmunoz/a2dea55d08f536c6f2f7a9daa56e3677 to your computer and use it in GitHub Desktop.
Save cdmunoz/a2dea55d08f536c6f2f7a9daa56e3677 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<menu xmlns:android="http://schemas.android.com/apk/res/android">
<item
android:id="@+id/nav_graph_home"
android:icon="@drawable/ic_home"
android:title="@string/title_home" />
<item
android:id="@+id/nav_graph_info"
android:icon="@drawable/ic_info"
android:title="@string/title_info" />
</menu>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment