Skip to content

Instantly share code, notes, and snippets.

@cdmunoz
Created March 16, 2020 03:40
Show Gist options
  • Save cdmunoz/9337393b25d67b0d17d51c917a41475c to your computer and use it in GitHub Desktop.
Save cdmunoz/9337393b25d67b0d17d51c917a41475c 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_info"
app:startDestination="@id/generalInfo_dest">
<fragment
android:id="@+id/generalInfo_dest"
android:name="co.cdmunoz.nasaroverphotos.GeneralInfoFragment"
android:label="General Info"
tools:layout="@layout/fragment_general_info" />
</navigation>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment