ナビゲーション修正

This commit is contained in:
rca 2024-07-06 16:31:05 +09:00
parent e4b5f32d16
commit 2854a97a24
2 changed files with 8 additions and 8 deletions

View File

@ -2,12 +2,6 @@
<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/feature_parent_navigation"
app:startDestination="@id/featureParentFragment">
<fragment
android:id="@+id/featureParentFragment"
android:name="one.nem.kidshift.feature.parent.ParentMainFragment"
android:label="fragment_feature_parent"
tools:layout="@layout/fragment_parent_main" />
android:id="@+id/feature_parent_navigation" >
<include app:graph="@navigation/internal_parent_navigation" />
</navigation>

View File

@ -0,0 +1,6 @@
<?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/internal_parent_navigation">
</navigation>