2023-12-18 01:25:00 +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"
|
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
2023-12-18 01:28:29 +00:00
|
|
|
android:id="@+id/feature_library_navigation"
|
2024-01-22 15:45:02 +00:00
|
|
|
app:startDestination="@id/libraryContainerFragment">
|
2023-12-18 01:25:00 +00:00
|
|
|
<fragment
|
2024-01-22 15:45:02 +00:00
|
|
|
android:id="@+id/libraryContainerFragment"
|
|
|
|
android:name="one.nem.lacerta.feature.library.LibraryContainerFragment"
|
|
|
|
android:label="fragment_library_container"
|
|
|
|
tools:layout="@layout/fragment_library_container" />
|
2023-12-18 01:25:00 +00:00
|
|
|
</navigation>
|