Skip to content

Instantly share code, notes, and snippets.

@1jGabriel
Created October 19, 2020 13:20
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 1jGabriel/b693e80ab273b614435ff76dee9b99e0 to your computer and use it in GitHub Desktop.
Save 1jGabriel/b693e80ab273b614435ff76dee9b99e0 to your computer and use it in GitHub Desktop.
<?xml version="1.0" encoding="utf-8"?>
<navigation xmlns:android="http://schemas.android.com/apk/res/android"
xmlns:app="http://schemas.android.com/apk/res-auto"
android:id="@+id/nav_main"
app:startDestination="@id/nav_feature_one">
<include app:graph="@navigation/nav_feature_one" />
<include app:graph="@navigation/nav_feature_two" />
<include app:graph="@navigation/nav_feature_three" />
</navigation>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment