Skip to content

Instantly share code, notes, and snippets.

@ismkhanh
Created July 22, 2018 09:45
Show Gist options
  • Select an option

  • Save ismkhanh/143c5018c267daa24bac8c7d3df91f99 to your computer and use it in GitHub Desktop.

Select an option

Save ismkhanh/143c5018c267daa24bac8c7d3df91f99 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/mobile_navigation"
app:startDestination="@id/firstFragment">
<fragment
android:id="@+id/firstFragment"
android:name="com.ik.navigationjetpack.FirstFragment"
android:label="fragment_first"
tools:layout="@layout/fragment_first" />
</navigation>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment