Navigationにフラグメント追加

This commit is contained in:
ろむねこ 2024-06-05 15:58:43 +09:00
parent fe79a6722f
commit d6fd8604e8
Signed by: Fujimatsu
GPG Key ID: FA1F39A1BA37D168

View File

@ -1,6 +1,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"
android:id="@+id/feature_debug_navigation">
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/feature_debug_navigation"
app:startDestination="@id/debugMainFragment">
<fragment
android:id="@+id/debugMainFragment"
android:name="one.nem.kidshift.feature.debug.DebugMainFragment"
android:label="fragment_debug_main"
tools:layout="@layout/fragment_debug_main" />
</navigation>