diff options
Diffstat (limited to 'app/src/main/res/navigation/nav_graph.xml')
-rw-r--r-- | app/src/main/res/navigation/nav_graph.xml | 18 |
1 files changed, 18 insertions, 0 deletions
diff --git a/app/src/main/res/navigation/nav_graph.xml b/app/src/main/res/navigation/nav_graph.xml new file mode 100644 index 0000000..ef2595c --- /dev/null +++ b/app/src/main/res/navigation/nav_graph.xml @@ -0,0 +1,18 @@ +<?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/main_fragment"> +> + <fragment + android:id="@+id/main_fragment" + android:name="uk.co.blatech.blaupload3.view.ListFragment" + android:label="First Fragment" + tools:layout="@layout/list_fragment" /> + <fragment + android:id="@+id/list_fragment" + android:name="uk.co.blatech.blaupload3.view.ListFragment" + android:label="First Fragment" + tools:layout="@layout/list_fragment" /> +</navigation>
\ No newline at end of file |