mirror of
https://github.com/lacerta-doc/Lacerta.git
synced 2025-02-27 20:43:15 +00:00
12 lines
584 B
XML
12 lines
584 B
XML
<?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"
|
|
app:startDestination="@id/feature_library_top_fragment">
|
|
<fragment
|
|
android:id="@+id/feature_library_top_fragment"
|
|
android:name="one.nem.lacerta.feature.library.LibraryPageFragment"
|
|
android:label="fragment_library_top"
|
|
tools:layout="@layout/fragment_library_top" />
|
|
</navigation> |