2024-01-20 08:10:30 +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"
|
2024-01-21 06:23:51 +00:00
|
|
|
android:id="@+id/component_viewer_navigation"
|
|
|
|
app:startDestination="@id/componentViewerTopFragment">
|
2024-01-20 08:10:30 +00:00
|
|
|
|
2024-01-21 06:23:51 +00:00
|
|
|
<fragment
|
|
|
|
android:id="@+id/componentViewerTopFragment"
|
|
|
|
android:name="one.nem.lacerta.component.viewer.ComponentViewerTopFragment"
|
|
|
|
android:label="ComponentViewerTopFragment" />
|
2024-01-20 08:10:30 +00:00
|
|
|
</navigation>
|