35 lines
1.7 KiB
XML
35 lines
1.7 KiB
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
<!--
|
|
~ // Copyright (c) 2024 ShanMukha Innovations Pvt. Ltd. All rights reserved.
|
|
~ // Notice: All information contained herein is, and remains
|
|
~ // the property of ShanMukha Innovations Pvt. Ltd. and its suppliers,
|
|
~ // if any. The intellectual and technical concepts contained
|
|
~ // herein are proprietary to ShanMukha Innovations Pvt. Ltd.
|
|
~ // and its suppliers and may be covered by Indian and Foreign Patents,
|
|
~ // patents in process, and are protected by trade secret or copyright law.
|
|
~ // Dissemination of this information or reproduction of this material
|
|
~ // is strictly forbidden unless prior written permission is obtained
|
|
~ // from ShanMukha Innovations Pvt. Ltd.
|
|
-->
|
|
|
|
<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/navigation_graph"
|
|
app:startDestination="@id/hemoCubeFragment">
|
|
|
|
<fragment
|
|
android:id="@+id/hemoCubeFragment"
|
|
android:name="com.example.hpostesting.presentation.trueheme_test.TrueHemeTestFragment"
|
|
android:label="fragment_hemo_cube_reference"
|
|
tools:layout="@layout/fragment_hemo_cube_reference" >
|
|
<action
|
|
android:id="@+id/action_hemoCubeFragment_to_digitalCardFragment"
|
|
app:destination="@id/digitalCardFragment" />
|
|
</fragment>
|
|
<fragment
|
|
android:id="@+id/digitalCardFragment"
|
|
android:name="com.example.hpostesting.presentation.trueheme_test.DigitalCardFragment"
|
|
android:label="fragment_digital_card"
|
|
tools:layout="@layout/fragment_digital_card" />
|
|
</navigation> |