内部でナビゲーショングラフを持つように変更 WIP

This commit is contained in:
r-ca 2023-12-17 15:32:11 +09:00
parent 2b640f994d
commit a589a2ad3f
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -18,4 +18,16 @@
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent" />
<androidx.fragment.app.FragmentContainerView
android:id="@+id/fragmentContainerView"
android:name="androidx.navigation.fragment.NavHostFragment"
android:layout_width="match_parent"
android:layout_height="match_parent"
app:defaultNavHost="true"
app:layout_constraintBottom_toBottomOf="parent"
app:layout_constraintEnd_toEndOf="parent"
app:layout_constraintStart_toStartOf="parent"
app:layout_constraintTop_toTopOf="parent"
app:navGraph="@navigation/feature_debug_internal_navigation" />
</androidx.constraintlayout.widget.ConstraintLayout>