home.xml 525 Bytes
<?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"
    android:id="@+id/navigation_home"
    app:startDestination="@id/home">

    <fragment
        android:id="@+id/home"
        android:name="com.lhcredit.zqyj.module.home.HomeFragment"
        android:label="homeFragment">
        <argument
            android:name="pageName"
            android:defaultValue="homeFragment" />
    </fragment>
</navigation>