This commit is contained in:
r-ca 2023-12-09 13:30:36 +09:00
parent 944935faba
commit e3faadef3b
No known key found for this signature in database
GPG Key ID: 37A985403FB7DEFE
2 changed files with 7 additions and 7 deletions

View File

@ -1,14 +1,10 @@
<?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/app_main_nav">
android:id="@+id/app_main_nav"
app:startDestination="@id/feature_debug_navigation">
<include app:graph="@navigation/feature_debug_navigation" />
<fragment
android:id="@+id/feature_debug_navigation"
android:name="one.nem.lacerta.feature.debug.BlankFragment"
android:label="DEBUG_Blank" />
</navigation>

View File

@ -2,7 +2,11 @@
<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_debug_navigation">
android:id="@+id/feature_debug_navigation"
app:startDestination="@id/blankFragment">
<fragment
android:id="@+id/blankFragment"
android:name="one.nem.lacerta.feature.debug.BlankFragment"