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

This reverts commit 8bf4ed9c21.
This commit is contained in:
rca 2024-07-09 04:12:20 +09:00
parent 8bf4ed9c21
commit e3d97b96c5

View File

@ -25,7 +25,12 @@
android:title="Debug" />
<item
android:id="@+id/feature_wallet_navigation"
android:id="@+id/feature_wallet_parent_navigation"
android:icon="@drawable/wallet_24px"
android:title="ウォレット" />
<item
android:id="@+id/feature_wallet_child_navigation"
android:icon="@drawable/wallet_24px"
android:title="ウォレット" />
</menu>