mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-26 17:53:14 +00:00
WIP Repository Debugger作成
This commit is contained in:
parent
28956b24da
commit
70a7ca5d08
|
@ -15,6 +15,9 @@
|
||||||
<action
|
<action
|
||||||
android:id="@+id/action_debugMenuFragment_to_debugPlayGroundFragment"
|
android:id="@+id/action_debugMenuFragment_to_debugPlayGroundFragment"
|
||||||
app:destination="@id/debugPlayGroundFragment" />
|
app:destination="@id/debugPlayGroundFragment" />
|
||||||
|
<action
|
||||||
|
android:id="@+id/action_debugMenuFragment_to_debugRepositoryDebuggerFragment"
|
||||||
|
app:destination="@id/debugRepositoryDebuggerFragment" />
|
||||||
</fragment>
|
</fragment>
|
||||||
<fragment
|
<fragment
|
||||||
android:id="@+id/debugSharedPrefEditorFragment"
|
android:id="@+id/debugSharedPrefEditorFragment"
|
||||||
|
@ -27,4 +30,10 @@
|
||||||
android:name="one.nem.lacerta.feature.debug.DebugPlayGroundFragment"
|
android:name="one.nem.lacerta.feature.debug.DebugPlayGroundFragment"
|
||||||
android:label="fragment_debug_play_ground"
|
android:label="fragment_debug_play_ground"
|
||||||
tools:layout="@layout/fragment_debug_play_ground" />
|
tools:layout="@layout/fragment_debug_play_ground" />
|
||||||
|
|
||||||
|
<fragment
|
||||||
|
android:id="@+id/debugRepositoryDebuggerFragment"
|
||||||
|
android:name="one.nem.lacerta.feature.debug.DebugRepositoryDebuggerFragment"
|
||||||
|
android:label="fragment_debug_repository_debugger"
|
||||||
|
tools:layout="@layout/fragment_debug_repository_debugger" />
|
||||||
</navigation>
|
</navigation>
|
Loading…
Reference in New Issue
Block a user