mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2024-11-22 16:03:15 +00:00
ナビゲーショングラフに追加
This commit is contained in:
parent
08fb9d79f0
commit
da193440f2
|
@ -1,6 +1,13 @@
|
|||
<?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"
|
||||
android:id="@+id/feature_home_navigation">
|
||||
xmlns:tools="http://schemas.android.com/tools"
|
||||
android:id="@+id/feature_home_navigation"
|
||||
app:startDestination="@id/homeTopFragment">
|
||||
|
||||
<fragment
|
||||
android:id="@+id/homeTopFragment"
|
||||
android:name="one.nem.lacerta.feature.home.HomeTopFragment"
|
||||
android:label="fragment_home_top"
|
||||
tools:layout="@layout/fragment_home_top" />
|
||||
</navigation>
|
Loading…
Reference in New Issue
Block a user