This commit is contained in:
2026-01-28 12:28:12 +00:00
parent daae8581a6
commit ca6b5d1c1d
510 changed files with 23782 additions and 19571 deletions

View File

@@ -8,7 +8,13 @@ app:startDestination="@+id/navigation_home" >
android:id="@+id/navigation_home"
android:name="com.example.cuida.ui.home.HomeFragment"
android:label="@string/title_home"
tools:layout="@layout/fragment_home" />
tools:layout="@layout/fragment_home" >
<action
android:id="@+id/action_home_to_schedule_appointment"
app:destination="@id/navigation_schedule_appointment" />
</fragment>
<fragment
android:id="@+id/navigation_appointments"
android:name="com.example.cuida.ui.appointments.AppointmentsFragment"