This commit is contained in:
2026-01-23 16:29:12 +00:00
parent 750e91538c
commit 214d51d36e

View File

@@ -43,6 +43,20 @@
android:id="@+id/nav_clubs"
android:name="com.example.vdcscore.ui.clubs.ClubsFragment"
android:label="@string/menu_clubs"
tools:layout="@layout/fragment_clubs" />
tools:layout="@layout/fragment_clubs">
<action
android:id="@+id/action_nav_clubs_to_nav_club_detail"
app:destination="@id/nav_club_detail" />
</fragment>
<fragment
android:id="@+id/nav_club_detail"
android:name="com.example.vdcscore.ui.clubs.ClubDetailFragment"
android:label="Detalhes do Clube"
tools:layout="@layout/fragment_club_detail">
<argument
android:name="clubId"
app:argType="string" />
</fragment>
</navigation>