mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
ナビゲーショングラフに追加
This commit is contained in:
parent
733a30f310
commit
cb6b329ce1
|
@ -0,0 +1,14 @@
|
|||
<?xml version="1.0" encoding="utf-8"?>
|
||||
<navigation xmlns:android="http://schemas.android.com/apk/res/android"
|
||||
xmlns:app="http://schemas.android.com/apk/res-auto"
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/feature_library_navigation_graph"
|
||||
app:startDestination="@id/feature_library_top_fragment">
|
||||
|
||||
<fragment
|
||||
android:id="@+id/feature_library_top_fragment"
|
||||
android:name="one.nem.lacerta.feature.library.LibraryTopFragment"
|
||||
android:label="LibraryTopFragment"
|
||||
tools:layout="@layout/fragment_library_top" />
|
||||
|
||||
</navigation>
|
Loading…
Reference in New Issue
Block a user