mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
ナビゲーショングラフに追加
This commit is contained in:
parent
4c40f9926e
commit
add140ad39
|
@ -58,5 +58,14 @@
|
||||||
android:id="@+id/debugMenuVcsGeneralFragment"
|
android:id="@+id/debugMenuVcsGeneralFragment"
|
||||||
android:name="one.nem.lacerta.feature.debug.DebugMenuVcsGeneralFragment"
|
android:name="one.nem.lacerta.feature.debug.DebugMenuVcsGeneralFragment"
|
||||||
android:label="fragment_debug_menu_vcs_general"
|
android:label="fragment_debug_menu_vcs_general"
|
||||||
tools:layout="@layout/fragment_debug_menu_vcs_general" />
|
tools:layout="@layout/fragment_debug_menu_vcs_general" >
|
||||||
|
<action
|
||||||
|
android:id="@+id/action_debugMenuVcsGeneralFragment_to_debugMenuVcsGeneralActionFragment"
|
||||||
|
app:destination="@id/debugMenuVcsGeneralActionFragment" />
|
||||||
|
</fragment>
|
||||||
|
<fragment
|
||||||
|
android:id="@+id/debugMenuVcsGeneralActionFragment"
|
||||||
|
android:name="one.nem.lacerta.feature.debug.DebugMenuVcsGeneralActionFragment"
|
||||||
|
android:label="fragment_debug_menu_vcs_general_action"
|
||||||
|
tools:layout="@layout/fragment_debug_menu_vcs_general_action" />
|
||||||
</navigation>
|
</navigation>
|
Loading…
Reference in New Issue
Block a user