WIP Repository Debugger作成

This commit is contained in:
ろむねこ 2023-12-12 11:40:05 +09:00
parent 28956b24da
commit 70a7ca5d08
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -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>