ナビゲーショングラフに追加

This commit is contained in:
ろむねこ 2024-01-15 14:46:18 +09:00
parent 334d1ccba2
commit e44313d418
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -22,6 +22,9 @@
<action
android:id="@+id/action_debugMenuTopFragment_to_debugMenuVcsGeneralFragment"
app:destination="@id/debugMenuVcsGeneralFragment" />
<action
android:id="@+id/action_debugMenuTopFragment_to_scannerManagerFragment"
app:destination="@id/scannerManagerFragment" />
</fragment>
<fragment
android:id="@+id/debugMenuDocumentTesterTopFragment"
@ -68,4 +71,8 @@
android:name="one.nem.lacerta.feature.debug.DebugMenuVcsRevRecordFragment"
android:label="fragment_debug_menu_vcs_rev_record"
tools:layout="@layout/fragment_debug_menu_vcs_rev_record" />
<fragment
android:id="@+id/scannerManagerFragment"
android:name="one.nem.lacerta.component.scanner.ScannerManagerFragment"
android:label="ScannerManagerFragment" />
</navigation>