mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
ナビゲーションに追加
This commit is contained in:
parent
e3421d6ce4
commit
493cd5050d
|
@ -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>
|
Loading…
Reference in New Issue
Block a user