2023-12-18 01:34:16 +00:00
|
|
|
<?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"
|
2023-12-18 01:35:43 +00:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
|
|
|
android:id="@+id/feature_home_navigation"
|
|
|
|
app:startDestination="@id/homeTopFragment">
|
2023-12-18 01:34:16 +00:00
|
|
|
|
2023-12-18 01:35:43 +00:00
|
|
|
<fragment
|
|
|
|
android:id="@+id/homeTopFragment"
|
|
|
|
android:name="one.nem.lacerta.feature.home.HomeTopFragment"
|
|
|
|
android:label="fragment_home_top"
|
|
|
|
tools:layout="@layout/fragment_home_top" />
|
2023-12-18 01:34:16 +00:00
|
|
|
</navigation>
|