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.

Revisions

  1. ismkhanh created this gist Jul 22, 2018.
    13 changes: 13 additions & 0 deletions navigation_first_fragment_added
    Original file line number Diff line number Diff line change
    @@ -0,0 +1,13 @@
    <?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>