Skip to content

Instantly share code, notes, and snippets.

@SamueldaCostaAraujoNunes
Created July 30, 2021 13:57
Show Gist options
  • Save SamueldaCostaAraujoNunes/d65479e844c5d05e1059b340da32931f to your computer and use it in GitHub Desktop.
Save SamueldaCostaAraujoNunes/d65479e844c5d05e1059b340da32931f 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"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/nav_graph.xml"
app:startDestination="@id/charactersFragment">
<fragment
android:id="@+id/charactersFragment"
android:name="br.com.samuelnunes.rickandmortyapp.ui.charactersFragment.CharactersFragment"
android:label="characters_fragment"
tools:layout="@layout/characters_fragment" />
</navigation>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment