保護者側ナビゲーション作成

This commit is contained in:
ろむねこ 2024-07-08 12:01:30 +09:00
parent 9e987f1994
commit 09b4d4eb33
Signed by: Fujimatsu
GPG Key ID: FA1F39A1BA37D168

View File

@ -0,0 +1,13 @@
<?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_wallet_parent_navigation"
app:startDestination="@id/walletParentWrapperFragment">
<fragment
android:id="@+id/walletParentWrapperFragment"
android:name="one.nem.kidshift.wallet.WalletParentWrapperFragment"
android:label="fragment_wallet_parent_wrapper"
tools:layout="@layout/fragment_wallet_parent_wrapper" />
</navigation>