navigationcomponent-navgraph的id

o7jaxewo  于 2021-09-29  发布在  Java
关注(0)|答案(0)|浏览(180)

navgraph的id将生成/使用哪个类或属性?哪个班级将使用它?例如,android studio将使用哪个类“nav2”?

<?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/nav2"
    app:startDestination="@id/forthFragment">

    <fragment
        android:id="@+id/forthFragment"
        android:name="com.ui.main.UiFragmentA"
        android:label="fragment_forth"
        tools:layout="@layout/fragment_forth" >
    </fragment>

</navigation>

暂无答案!

目前还没有任何答案,快来回答吧!

相关问题