navigation_fragment_demo.xml 513 Bytes
Newer Older
姜天宇's avatar
姜天宇 committed
1 2 3 4 5 6 7 8 9 10 11 12 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/navigation_fragment_demo"
    app:startDestination="@id/demoHomeFragment">


    <fragment
        android:id="@+id/demoHomeFragment"
        android:name="com.wmdigit.cateringdetect.demo.ui.fragment.DemoHomeFragment"
        android:label="DemoHomeFragment" />
</navigation>