mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
ナビゲーションに追加
This commit is contained in:
parent
e3421d6ce4
commit
493cd5050d
|
@ -18,6 +18,9 @@
|
||||||
<action
|
<action
|
||||||
android:id="@+id/action_debugMenuFragment_to_debugRepositoryDebuggerFragment"
|
android:id="@+id/action_debugMenuFragment_to_debugRepositoryDebuggerFragment"
|
||||||
app:destination="@id/debugRepositoryDebuggerFragment" />
|
app:destination="@id/debugRepositoryDebuggerFragment" />
|
||||||
|
<action
|
||||||
|
android:id="@+id/action_debugMenuFragment_to_debugDocumentManageFragment"
|
||||||
|
app:destination="@id/debugDocumentManageFragment" />
|
||||||
</fragment>
|
</fragment>
|
||||||
<fragment
|
<fragment
|
||||||
android:id="@+id/debugSharedPrefEditorFragment"
|
android:id="@+id/debugSharedPrefEditorFragment"
|
||||||
|
@ -36,4 +39,10 @@
|
||||||
android:name="one.nem.lacerta.feature.debug.DebugRepositoryDebuggerFragment"
|
android:name="one.nem.lacerta.feature.debug.DebugRepositoryDebuggerFragment"
|
||||||
android:label="fragment_debug_repository_debugger"
|
android:label="fragment_debug_repository_debugger"
|
||||||
tools:layout="@layout/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>
|
</navigation>
|
Loading…
Reference in New Issue
Block a user