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-22 17:04:25 +00:00
|
|
|
xmlns:tools="http://schemas.android.com/tools"
|
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"
|
2024-01-22 17:04:25 +00:00
|
|
|
android:label="ComponentViewerTopFragment" >
|
|
|
|
<action
|
|
|
|
android:id="@+id/action_componentViewerTopFragment_to_viewerVcsRevListFragment"
|
|
|
|
app:destination="@id/viewerVcsRevListFragment" />
|
|
|
|
</fragment>
|
|
|
|
<fragment
|
|
|
|
android:id="@+id/viewerVcsRevListFragment"
|
|
|
|
android:name="one.nem.lacerta.component.viewer.ViewerVcsRevListFragment"
|
|
|
|
android:label="fragment_viewer_vcs_rev_list"
|
|
|
|
tools:layout="@layout/fragment_viewer_vcs_rev_list" />
|
2024-01-20 08:10:30 +00:00
|
|
|
</navigation>
|