Created
March 19, 2019 10:37
-
-
Save yudikarma/5b4b2abfa99066838969becae48266f1 to your computer and use it in GitHub Desktop.
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 characters
<?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