mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-23 00:13:16 +00:00
ナビゲーションに追加
This commit is contained in:
parent
206173e73a
commit
95456166c2
|
@ -2,6 +2,22 @@
|
||||||
<navigation xmlns:android="http://schemas.android.com/apk/res/android"
|
<navigation xmlns:android="http://schemas.android.com/apk/res/android"
|
||||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||||
xmlns:tools="http://schemas.android.com/tools"
|
xmlns:tools="http://schemas.android.com/tools"
|
||||||
android:id="@+id/feature_debug_navigation">
|
android:id="@+id/feature_debug_navigation"
|
||||||
|
app:startDestination="@id/debugMenuTopFragment">
|
||||||
|
|
||||||
|
|
||||||
|
<fragment
|
||||||
|
android:id="@+id/debugMenuTopFragment"
|
||||||
|
android:name="one.nem.lacerta.feature.debug.DebugMenuTopFragment"
|
||||||
|
android:label="fragment_debug_menu_top"
|
||||||
|
tools:layout="@layout/fragment_debug_menu_top" >
|
||||||
|
<action
|
||||||
|
android:id="@+id/action_debugMenuTopFragment_to_debugMenuMetaDataFragment"
|
||||||
|
app:destination="@id/debugMenuMetaDataFragment" />
|
||||||
|
</fragment>
|
||||||
|
<fragment
|
||||||
|
android:id="@+id/debugMenuMetaDataFragment"
|
||||||
|
android:name="one.nem.lacerta.feature.debug.DebugMenuMetaDataFragment"
|
||||||
|
android:label="fragment_debug_menu_meta_data"
|
||||||
|
tools:layout="@layout/fragment_debug_menu_meta_data" />
|
||||||
</navigation>
|
</navigation>
|
Loading…
Reference in New Issue
Block a user