correcao
This commit is contained in:
@@ -43,6 +43,20 @@
|
|||||||
android:id="@+id/nav_clubs"
|
android:id="@+id/nav_clubs"
|
||||||
android:name="com.example.vdcscore.ui.clubs.ClubsFragment"
|
android:name="com.example.vdcscore.ui.clubs.ClubsFragment"
|
||||||
android:label="@string/menu_clubs"
|
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>
|
</navigation>
|
||||||
Reference in New Issue
Block a user