mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-26 09:43:15 +00:00
ナビゲーショングラフに追加
This commit is contained in:
parent
f75594233f
commit
a6167b98af
|
@ -19,6 +19,9 @@
|
||||||
<action
|
<action
|
||||||
android:id="@+id/action_debugMenuTopFragment_to_debugMenuLibraryItemListPageFragment"
|
android:id="@+id/action_debugMenuTopFragment_to_debugMenuLibraryItemListPageFragment"
|
||||||
app:destination="@id/debugMenuLibraryItemListPageFragment" />
|
app:destination="@id/debugMenuLibraryItemListPageFragment" />
|
||||||
|
<action
|
||||||
|
android:id="@+id/action_debugMenuTopFragment_to_debugMenuVcsGeneralFragment"
|
||||||
|
app:destination="@id/debugMenuVcsGeneralFragment" />
|
||||||
</fragment>
|
</fragment>
|
||||||
<fragment
|
<fragment
|
||||||
android:id="@+id/debugMenuDocumentTesterTopFragment"
|
android:id="@+id/debugMenuDocumentTesterTopFragment"
|
||||||
|
@ -51,4 +54,9 @@
|
||||||
android:name="one.nem.lacerta.feature.debug.DebugMenuLibraryItemListPageFragment"
|
android:name="one.nem.lacerta.feature.debug.DebugMenuLibraryItemListPageFragment"
|
||||||
android:label="fragment_debug_menu_library_item_list_page"
|
android:label="fragment_debug_menu_library_item_list_page"
|
||||||
tools:layout="@layout/fragment_debug_menu_library_item_list_page" />
|
tools:layout="@layout/fragment_debug_menu_library_item_list_page" />
|
||||||
|
<fragment
|
||||||
|
android:id="@+id/debugMenuVcsGeneralFragment"
|
||||||
|
android:name="one.nem.lacerta.feature.debug.DebugMenuVcsGeneralFragment"
|
||||||
|
android:label="fragment_debug_menu_vcs_general"
|
||||||
|
tools:layout="@layout/fragment_debug_menu_vcs_general" />
|
||||||
</navigation>
|
</navigation>
|
Loading…
Reference in New Issue
Block a user