ナビゲーションに追加

This commit is contained in:
ろむねこ 2023-12-11 15:32:44 +09:00
parent 4099e233d1
commit 9dac625117
No known key found for this signature in database
GPG Key ID: FA1F39A1BA37D168

View File

@ -12,10 +12,19 @@
<action
android:id="@+id/action_debugMenuFragment_to_debugSharedPrefEditorFragment"
app:destination="@id/debugSharedPrefEditorFragment" />
<action
android:id="@+id/action_debugMenuFragment_to_debugPlayGroundFragment"
app:destination="@id/debugPlayGroundFragment" />
</fragment>
<fragment
android:id="@+id/debugSharedPrefEditorFragment"
android:name="one.nem.lacerta.feature.debug.DebugSharedPrefEditorFragment"
android:label="fragment_debug_shared_pref_editor"
tools:layout="@layout/fragment_debug_shared_pref_editor" />
<fragment
android:id="@+id/debugPlayGroundFragment"
android:name="one.nem.lacerta.feature.debug.DebugPlayGroundFragment"
android:label="fragment_debug_play_ground"
tools:layout="@layout/fragment_debug_play_ground" />
</navigation>