Created
July 22, 2018 09:45
-
-
Save ismkhanh/143c5018c267daa24bac8c7d3df91f99 to your computer and use it in GitHub Desktop.
Revisions
-
ismkhanh created this gist
Jul 22, 2018 .There are no files selected for viewing
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters. Learn more about bidirectional Unicode charactersOriginal 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>