Revert "上限数にぶつかったので一つに統一"

This reverts commit 9ce71dbd64.
This commit is contained in:
rca 2024-07-09 04:12:20 +09:00
parent e3d97b96c5
commit 4307283d40
2 changed files with 13 additions and 0 deletions

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_child_navigation"
app:startDestination="@id/walletMainFragment">
<fragment
android:id="@+id/walletMainFragment"
android:name="one.nem.kidshift.wallet.WalletContentFragment"
android:label="fragment_wallet_main"
tools:layout="@layout/fragment_wallet_content" />
</navigation>