ナビゲーションに追加

This commit is contained in:
r-ca 2023-12-17 13:39:24 +09:00
parent e3421d6ce4
commit 493cd5050d
No known key found for this signature in database
GPG Key ID: 6A72911AC73464A9

View File

@ -18,6 +18,9 @@
<action
android:id="@+id/action_debugMenuFragment_to_debugRepositoryDebuggerFragment"
app:destination="@id/debugRepositoryDebuggerFragment" />
<action
android:id="@+id/action_debugMenuFragment_to_debugDocumentManageFragment"
app:destination="@id/debugDocumentManageFragment" />
</fragment>
<fragment
android:id="@+id/debugSharedPrefEditorFragment"
@ -36,4 +39,10 @@
android:name="one.nem.lacerta.feature.debug.DebugRepositoryDebuggerFragment"
android:label="fragment_debug_repository_debugger"
tools:layout="@layout/fragment_debug_repository_debugger" />
<fragment
android:id="@+id/debugDocumentManageFragment"
android:name="one.nem.lacerta.feature.debug.DocumentManageDebugFragment"
android:label="fragment_debug_document_manage"
tools:layout="@layout/fragment_document_manage_debug" />
</navigation>