diff --git a/.gradle/9.4.1/executionHistory/executionHistory.bin b/.gradle/9.4.1/executionHistory/executionHistory.bin index c7e82b6..a35a805 100644 Binary files a/.gradle/9.4.1/executionHistory/executionHistory.bin and b/.gradle/9.4.1/executionHistory/executionHistory.bin differ diff --git a/.gradle/9.4.1/executionHistory/executionHistory.lock b/.gradle/9.4.1/executionHistory/executionHistory.lock index 845231a..a8d2935 100644 Binary files a/.gradle/9.4.1/executionHistory/executionHistory.lock and b/.gradle/9.4.1/executionHistory/executionHistory.lock differ diff --git a/.gradle/9.4.1/fileHashes/fileHashes.bin b/.gradle/9.4.1/fileHashes/fileHashes.bin index 76a4346..2e6c0df 100644 Binary files a/.gradle/9.4.1/fileHashes/fileHashes.bin and b/.gradle/9.4.1/fileHashes/fileHashes.bin differ diff --git a/.gradle/9.4.1/fileHashes/fileHashes.lock b/.gradle/9.4.1/fileHashes/fileHashes.lock index 6591a74..1538608 100644 Binary files a/.gradle/9.4.1/fileHashes/fileHashes.lock and b/.gradle/9.4.1/fileHashes/fileHashes.lock differ diff --git a/.gradle/9.4.1/fileHashes/resourceHashesCache.bin b/.gradle/9.4.1/fileHashes/resourceHashesCache.bin index 26e15a7..c3441d4 100644 Binary files a/.gradle/9.4.1/fileHashes/resourceHashesCache.bin and b/.gradle/9.4.1/fileHashes/resourceHashesCache.bin differ diff --git a/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/.gradle/buildOutputCleanup/buildOutputCleanup.lock index 44571e2..5f4be43 100644 Binary files a/.gradle/buildOutputCleanup/buildOutputCleanup.lock and b/.gradle/buildOutputCleanup/buildOutputCleanup.lock differ diff --git a/.gradle/file-system.probe b/.gradle/file-system.probe index 2af7b3f..2fe0c5b 100644 Binary files a/.gradle/file-system.probe and b/.gradle/file-system.probe differ diff --git a/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/cuida/databinding/FragmentScheduleAppointmentBinding.java b/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/cuida/databinding/FragmentScheduleAppointmentBinding.java index 3e5c054..b734bbb 100644 --- a/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/cuida/databinding/FragmentScheduleAppointmentBinding.java +++ b/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/cuida/databinding/FragmentScheduleAppointmentBinding.java @@ -8,6 +8,7 @@ import android.widget.AutoCompleteTextView; import android.widget.Button; import android.widget.DatePicker; import android.widget.LinearLayout; +import android.widget.TextView; import androidx.annotation.NonNull; import androidx.annotation.Nullable; import androidx.recyclerview.widget.RecyclerView; @@ -38,16 +39,20 @@ public final class FragmentScheduleAppointmentBinding implements ViewBinding { @NonNull public final AutoCompleteTextView spinnerDoctor; + @NonNull + public final TextView textDoctorSchedule; + private FragmentScheduleAppointmentBinding(@NonNull LinearLayout rootView, @NonNull Button btnConfirmAppointment, @NonNull DatePicker datePicker, @NonNull TextInputEditText editReason, @NonNull RecyclerView recyclerTimeSlots, - @NonNull AutoCompleteTextView spinnerDoctor) { + @NonNull AutoCompleteTextView spinnerDoctor, @NonNull TextView textDoctorSchedule) { this.rootView = rootView; this.btnConfirmAppointment = btnConfirmAppointment; this.datePicker = datePicker; this.editReason = editReason; this.recyclerTimeSlots = recyclerTimeSlots; this.spinnerDoctor = spinnerDoctor; + this.textDoctorSchedule = textDoctorSchedule; } @Override @@ -107,8 +112,14 @@ public final class FragmentScheduleAppointmentBinding implements ViewBinding { break missingId; } + id = R.id.text_doctor_schedule; + TextView textDoctorSchedule = ViewBindings.findChildViewById(rootView, id); + if (textDoctorSchedule == null) { + break missingId; + } + return new FragmentScheduleAppointmentBinding((LinearLayout) rootView, btnConfirmAppointment, - datePicker, editReason, recyclerTimeSlots, spinnerDoctor); + datePicker, editReason, recyclerTimeSlots, spinnerDoctor, textDoctorSchedule); } String missingId = rootView.getResources().getResourceName(id); throw new NullPointerException("Missing required view with ID: ".concat(missingId)); diff --git a/app/build/intermediates/apk/debug/app-debug.apk b/app/build/intermediates/apk/debug/app-debug.apk index 673336e..1933e03 100644 Binary files a/app/build/intermediates/apk/debug/app-debug.apk and b/app/build/intermediates/apk/debug/app-debug.apk differ diff --git a/app/build/intermediates/compile_and_runtime_r_class_jar/debug/processDebugResources/R.jar b/app/build/intermediates/compile_and_runtime_r_class_jar/debug/processDebugResources/R.jar index 06f1132..7e1acfd 100644 Binary files a/app/build/intermediates/compile_and_runtime_r_class_jar/debug/processDebugResources/R.jar and b/app/build/intermediates/compile_and_runtime_r_class_jar/debug/processDebugResources/R.jar differ diff --git a/app/build/intermediates/data_binding_base_class_log_artifact/debug/dataBindingGenBaseClassesDebug/out/com.example.cuida-binding_classes.json b/app/build/intermediates/data_binding_base_class_log_artifact/debug/dataBindingGenBaseClassesDebug/out/com.example.cuida-binding_classes.json index a2805e4..6b07911 100644 Binary files a/app/build/intermediates/data_binding_base_class_log_artifact/debug/dataBindingGenBaseClassesDebug/out/com.example.cuida-binding_classes.json and b/app/build/intermediates/data_binding_base_class_log_artifact/debug/dataBindingGenBaseClassesDebug/out/com.example.cuida-binding_classes.json differ diff --git a/app/build/intermediates/data_binding_layout_info_type_merge/debug/mergeDebugResources/out/fragment_schedule_appointment-layout.xml b/app/build/intermediates/data_binding_layout_info_type_merge/debug/mergeDebugResources/out/fragment_schedule_appointment-layout.xml index 7e3bacf..2227f92 100644 --- a/app/build/intermediates/data_binding_layout_info_type_merge/debug/mergeDebugResources/out/fragment_schedule_appointment-layout.xml +++ b/app/build/intermediates/data_binding_layout_info_type_merge/debug/mergeDebugResources/out/fragment_schedule_appointment-layout.xml @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/app/build/intermediates/data_binding_layout_info_type_package/debug/packageDebugResources/out/fragment_schedule_appointment-layout.xml b/app/build/intermediates/data_binding_layout_info_type_package/debug/packageDebugResources/out/fragment_schedule_appointment-layout.xml index 7e3bacf..2227f92 100644 --- a/app/build/intermediates/data_binding_layout_info_type_package/debug/packageDebugResources/out/fragment_schedule_appointment-layout.xml +++ b/app/build/intermediates/data_binding_layout_info_type_package/debug/packageDebugResources/out/fragment_schedule_appointment-layout.xml @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex b/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex index 1538e79..2efba3e 100644 Binary files a/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex and b/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex differ diff --git a/app/build/intermediates/dex/debug/mergeProjectDexDebug/1/classes.dex b/app/build/intermediates/dex/debug/mergeProjectDexDebug/1/classes.dex index f9c4724..6533633 100644 Binary files a/app/build/intermediates/dex/debug/mergeProjectDexDebug/1/classes.dex and b/app/build/intermediates/dex/debug/mergeProjectDexDebug/1/classes.dex differ diff --git a/app/build/intermediates/dex/debug/mergeProjectDexDebug/10/classes.dex b/app/build/intermediates/dex/debug/mergeProjectDexDebug/10/classes.dex index fcc3d0a..a9eb8db 100644 Binary files a/app/build/intermediates/dex/debug/mergeProjectDexDebug/10/classes.dex and b/app/build/intermediates/dex/debug/mergeProjectDexDebug/10/classes.dex differ diff --git a/app/build/intermediates/dex_archive_input_jar_hashes/debug/dexBuilderDebug/out b/app/build/intermediates/dex_archive_input_jar_hashes/debug/dexBuilderDebug/out index de2b5f4..d2f78e9 100644 Binary files a/app/build/intermediates/dex_archive_input_jar_hashes/debug/dexBuilderDebug/out and b/app/build/intermediates/dex_archive_input_jar_hashes/debug/dexBuilderDebug/out differ diff --git a/app/build/intermediates/incremental/dataBindingGenBaseClassesDebug/base_builder_log.json b/app/build/intermediates/incremental/dataBindingGenBaseClassesDebug/base_builder_log.json index b5b8848..bb8da26 100644 Binary files a/app/build/intermediates/incremental/dataBindingGenBaseClassesDebug/base_builder_log.json and b/app/build/intermediates/incremental/dataBindingGenBaseClassesDebug/base_builder_log.json differ diff --git a/app/build/intermediates/incremental/debug/mergeDebugResources/compile-file-map.properties b/app/build/intermediates/incremental/debug/mergeDebugResources/compile-file-map.properties index fe95331..7a9e610 100644 --- a/app/build/intermediates/incremental/debug/mergeDebugResources/compile-file-map.properties +++ b/app/build/intermediates/incremental/debug/mergeDebugResources/compile-file-map.properties @@ -1,4 +1,4 @@ -#Thu Apr 23 16:05:04 WEST 2026 +#Mon Apr 27 14:41:50 WEST 2026 com.example.cuida.app-main-56\:/drawable-v26/ic_launcher_final.xml=/Users/230405/Desktop/papcuida/app/build/intermediates/merged_res/debug/mergeDebugResources/drawable-v26_ic_launcher_final.xml.flat com.example.cuida.app-main-56\:/drawable/bg_gradient_header.xml=/Users/230405/Desktop/papcuida/app/build/intermediates/merged_res/debug/mergeDebugResources/drawable_bg_gradient_header.xml.flat com.example.cuida.app-main-56\:/drawable/bg_search_results.xml=/Users/230405/Desktop/papcuida/app/build/intermediates/merged_res/debug/mergeDebugResources/drawable_bg_search_results.xml.flat diff --git a/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/fragment_schedule_appointment.xml b/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/fragment_schedule_appointment.xml new file mode 100644 index 0000000..62b0e21 --- /dev/null +++ b/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/fragment_schedule_appointment.xml @@ -0,0 +1,108 @@ + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +