Skip to content

Instantly share code, notes, and snippets.

@yudikarma
Created March 19, 2019 10:37
Show Gist options
  • Save yudikarma/5b4b2abfa99066838969becae48266f1 to your computer and use it in GitHub Desktop.
Save yudikarma/5b4b2abfa99066838969becae48266f1 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"
app:startDestination="@id/dashboardfragment">
<fragment android:id="@+id/dashboardfragment"
android:name="com.company107.myapplication.UI.Fragment.DasboardFragment" android:label="DashboardFragment"
tools:layout="@layout/dasboard_fragment"/>
<fragment android:id="@+id/reportfragment" android:name="com.company107.myapplication.UI.Fragment.ReportFragment"
tools:layout="@layout/report_fragment" android:label="ReportFragment"/>
<fragment android:id="@+id/acountfragment" android:name="com.company107.myapplication.UI.Fragment.AcountFragment"
android:label="AccountFragment" tools:layout="@layout/acount_fragment"/>
</navigation>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment