diff --git a/.gradle/9.3.1/executionHistory/executionHistory.bin b/.gradle/9.3.1/executionHistory/executionHistory.bin
index 88aac9f..f8a9631 100644
Binary files a/.gradle/9.3.1/executionHistory/executionHistory.bin and b/.gradle/9.3.1/executionHistory/executionHistory.bin differ
diff --git a/.gradle/9.3.1/executionHistory/executionHistory.lock b/.gradle/9.3.1/executionHistory/executionHistory.lock
index 8e47505..f5212e8 100644
Binary files a/.gradle/9.3.1/executionHistory/executionHistory.lock and b/.gradle/9.3.1/executionHistory/executionHistory.lock differ
diff --git a/.gradle/9.3.1/fileHashes/fileHashes.bin b/.gradle/9.3.1/fileHashes/fileHashes.bin
index c685093..c9753d4 100644
Binary files a/.gradle/9.3.1/fileHashes/fileHashes.bin and b/.gradle/9.3.1/fileHashes/fileHashes.bin differ
diff --git a/.gradle/9.3.1/fileHashes/fileHashes.lock b/.gradle/9.3.1/fileHashes/fileHashes.lock
index 7add457..75126ec 100644
Binary files a/.gradle/9.3.1/fileHashes/fileHashes.lock and b/.gradle/9.3.1/fileHashes/fileHashes.lock differ
diff --git a/.gradle/9.3.1/fileHashes/resourceHashesCache.bin b/.gradle/9.3.1/fileHashes/resourceHashesCache.bin
index d2a2b85..5024493 100644
Binary files a/.gradle/9.3.1/fileHashes/resourceHashesCache.bin and b/.gradle/9.3.1/fileHashes/resourceHashesCache.bin differ
diff --git a/.gradle/buildOutputCleanup/buildOutputCleanup.lock b/.gradle/buildOutputCleanup/buildOutputCleanup.lock
index c0a4eb1..3b17bdb 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 9fd971b..1a6c44e 100644
Binary files a/.gradle/file-system.probe and b/.gradle/file-system.probe differ
diff --git a/.idea/deploymentTargetSelector.xml b/.idea/deploymentTargetSelector.xml
index ca16a99..06c87e2 100644
--- a/.idea/deploymentTargetSelector.xml
+++ b/.idea/deploymentTargetSelector.xml
@@ -4,6 +4,13 @@
+
+
+
+
+
+
+
diff --git a/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/medcuida/pro/databinding/ActivityDetalhePacienteBinding.java b/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/medcuida/pro/databinding/ActivityDetalhePacienteBinding.java
index 33825a0..28e5823 100644
--- a/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/medcuida/pro/databinding/ActivityDetalhePacienteBinding.java
+++ b/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/medcuida/pro/databinding/ActivityDetalhePacienteBinding.java
@@ -4,6 +4,7 @@ package com.example.medcuida.pro.databinding;
import android.view.LayoutInflater;
import android.view.View;
import android.view.ViewGroup;
+import android.widget.ImageButton;
import android.widget.TextView;
import androidx.annotation.NonNull;
import androidx.annotation.Nullable;
@@ -23,6 +24,9 @@ public final class ActivityDetalhePacienteBinding implements ViewBinding {
@NonNull
public final MaterialButton btnChatPaciente;
+ @NonNull
+ public final ImageButton btnSairDetalhe;
+
@NonNull
public final TextView tvEmailPaciente;
@@ -42,12 +46,13 @@ public final class ActivityDetalhePacienteBinding implements ViewBinding {
public final TextView tvSexoPaciente;
private ActivityDetalhePacienteBinding(@NonNull ConstraintLayout rootView,
- @NonNull MaterialButton btnChatPaciente, @NonNull TextView tvEmailPaciente,
- @NonNull TextView tvIdadePaciente, @NonNull TextView tvMedicacaoPaciente,
- @NonNull TextView tvNomePaciente, @NonNull TextView tvNumeroUtente,
- @NonNull TextView tvSexoPaciente) {
+ @NonNull MaterialButton btnChatPaciente, @NonNull ImageButton btnSairDetalhe,
+ @NonNull TextView tvEmailPaciente, @NonNull TextView tvIdadePaciente,
+ @NonNull TextView tvMedicacaoPaciente, @NonNull TextView tvNomePaciente,
+ @NonNull TextView tvNumeroUtente, @NonNull TextView tvSexoPaciente) {
this.rootView = rootView;
this.btnChatPaciente = btnChatPaciente;
+ this.btnSairDetalhe = btnSairDetalhe;
this.tvEmailPaciente = tvEmailPaciente;
this.tvIdadePaciente = tvIdadePaciente;
this.tvMedicacaoPaciente = tvMedicacaoPaciente;
@@ -89,6 +94,12 @@ public final class ActivityDetalhePacienteBinding implements ViewBinding {
break missingId;
}
+ id = R.id.btn_sair_detalhe;
+ ImageButton btnSairDetalhe = ViewBindings.findChildViewById(rootView, id);
+ if (btnSairDetalhe == null) {
+ break missingId;
+ }
+
id = R.id.tv_email_paciente;
TextView tvEmailPaciente = ViewBindings.findChildViewById(rootView, id);
if (tvEmailPaciente == null) {
@@ -126,8 +137,8 @@ public final class ActivityDetalhePacienteBinding implements ViewBinding {
}
return new ActivityDetalhePacienteBinding((ConstraintLayout) rootView, btnChatPaciente,
- tvEmailPaciente, tvIdadePaciente, tvMedicacaoPaciente, tvNomePaciente, tvNumeroUtente,
- tvSexoPaciente);
+ btnSairDetalhe, tvEmailPaciente, tvIdadePaciente, tvMedicacaoPaciente, tvNomePaciente,
+ tvNumeroUtente, tvSexoPaciente);
}
String missingId = rootView.getResources().getResourceName(id);
throw new NullPointerException("Missing required view with ID: ".concat(missingId));
diff --git a/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/medcuida/pro/databinding/ItemPacienteBinding.java b/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/medcuida/pro/databinding/ItemPacienteBinding.java
new file mode 100644
index 0000000..4ff219c
--- /dev/null
+++ b/app/build/generated/data_binding_base_class_source_out/debug/out/com/example/medcuida/pro/databinding/ItemPacienteBinding.java
@@ -0,0 +1,91 @@
+// Generated by view binder compiler. Do not edit!
+package com.example.medcuida.pro.databinding;
+
+import android.view.LayoutInflater;
+import android.view.View;
+import android.view.ViewGroup;
+import android.widget.ImageView;
+import android.widget.TextView;
+import androidx.annotation.NonNull;
+import androidx.annotation.Nullable;
+import androidx.viewbinding.ViewBinding;
+import androidx.viewbinding.ViewBindings;
+import com.example.medcuida.pro.R;
+import com.google.android.material.card.MaterialCardView;
+import java.lang.NullPointerException;
+import java.lang.Override;
+import java.lang.String;
+
+public final class ItemPacienteBinding implements ViewBinding {
+ @NonNull
+ private final MaterialCardView rootView;
+
+ @NonNull
+ public final ImageView imagePaciente;
+
+ @NonNull
+ public final TextView textPacienteEmail;
+
+ @NonNull
+ public final TextView textPacienteNome;
+
+ private ItemPacienteBinding(@NonNull MaterialCardView rootView, @NonNull ImageView imagePaciente,
+ @NonNull TextView textPacienteEmail, @NonNull TextView textPacienteNome) {
+ this.rootView = rootView;
+ this.imagePaciente = imagePaciente;
+ this.textPacienteEmail = textPacienteEmail;
+ this.textPacienteNome = textPacienteNome;
+ }
+
+ @Override
+ @NonNull
+ public MaterialCardView getRoot() {
+ return rootView;
+ }
+
+ @NonNull
+ public static ItemPacienteBinding inflate(@NonNull LayoutInflater inflater) {
+ return inflate(inflater, null, false);
+ }
+
+ @NonNull
+ public static ItemPacienteBinding inflate(@NonNull LayoutInflater inflater,
+ @Nullable ViewGroup parent, boolean attachToParent) {
+ View root = inflater.inflate(R.layout.item_paciente, parent, false);
+ if (attachToParent) {
+ parent.addView(root);
+ }
+ return bind(root);
+ }
+
+ @NonNull
+ public static ItemPacienteBinding bind(@NonNull View rootView) {
+ // The body of this method is generated in a way you would not otherwise write.
+ // This is done to optimize the compiled bytecode for size and performance.
+ int id;
+ missingId: {
+ id = R.id.image_paciente;
+ ImageView imagePaciente = ViewBindings.findChildViewById(rootView, id);
+ if (imagePaciente == null) {
+ break missingId;
+ }
+
+ id = R.id.text_paciente_email;
+ TextView textPacienteEmail = ViewBindings.findChildViewById(rootView, id);
+ if (textPacienteEmail == null) {
+ break missingId;
+ }
+
+ id = R.id.text_paciente_nome;
+ TextView textPacienteNome = ViewBindings.findChildViewById(rootView, id);
+ if (textPacienteNome == null) {
+ break missingId;
+ }
+
+ return new ItemPacienteBinding((MaterialCardView) rootView, imagePaciente, textPacienteEmail,
+ textPacienteNome);
+ }
+ 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 b5cdbd5..6eb3914 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 1fbb533..248f6b4 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.medcuida.pro-binding_classes.json b/app/build/intermediates/data_binding_base_class_log_artifact/debug/dataBindingGenBaseClassesDebug/out/com.example.medcuida.pro-binding_classes.json
index 2306513..3ae7d0b 100644
Binary files a/app/build/intermediates/data_binding_base_class_log_artifact/debug/dataBindingGenBaseClassesDebug/out/com.example.medcuida.pro-binding_classes.json and b/app/build/intermediates/data_binding_base_class_log_artifact/debug/dataBindingGenBaseClassesDebug/out/com.example.medcuida.pro-binding_classes.json differ
diff --git a/app/build/intermediates/data_binding_layout_info_type_merge/debug/mergeDebugResources/out/activity_detalhe_paciente-layout.xml b/app/build/intermediates/data_binding_layout_info_type_merge/debug/mergeDebugResources/out/activity_detalhe_paciente-layout.xml
index cd79e6f..2e319f4 100644
--- a/app/build/intermediates/data_binding_layout_info_type_merge/debug/mergeDebugResources/out/activity_detalhe_paciente-layout.xml
+++ b/app/build/intermediates/data_binding_layout_info_type_merge/debug/mergeDebugResources/out/activity_detalhe_paciente-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_merge/debug/mergeDebugResources/out/item_consulta_medico-layout.xml b/app/build/intermediates/data_binding_layout_info_type_merge/debug/mergeDebugResources/out/item_consulta_medico-layout.xml
index e829110..e0673e9 100644
--- a/app/build/intermediates/data_binding_layout_info_type_merge/debug/mergeDebugResources/out/item_consulta_medico-layout.xml
+++ b/app/build/intermediates/data_binding_layout_info_type_merge/debug/mergeDebugResources/out/item_consulta_medico-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_merge/debug/mergeDebugResources/out/item_paciente-layout.xml b/app/build/intermediates/data_binding_layout_info_type_merge/debug/mergeDebugResources/out/item_paciente-layout.xml
new file mode 100644
index 0000000..e607933
--- /dev/null
+++ b/app/build/intermediates/data_binding_layout_info_type_merge/debug/mergeDebugResources/out/item_paciente-layout.xml
@@ -0,0 +1 @@
+
\ No newline at end of file
diff --git a/app/build/intermediates/data_binding_layout_info_type_package/debug/packageDebugResources/out/activity_detalhe_paciente-layout.xml b/app/build/intermediates/data_binding_layout_info_type_package/debug/packageDebugResources/out/activity_detalhe_paciente-layout.xml
index cd79e6f..2e319f4 100644
--- a/app/build/intermediates/data_binding_layout_info_type_package/debug/packageDebugResources/out/activity_detalhe_paciente-layout.xml
+++ b/app/build/intermediates/data_binding_layout_info_type_package/debug/packageDebugResources/out/activity_detalhe_paciente-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/item_consulta_medico-layout.xml b/app/build/intermediates/data_binding_layout_info_type_package/debug/packageDebugResources/out/item_consulta_medico-layout.xml
index e829110..e0673e9 100644
--- a/app/build/intermediates/data_binding_layout_info_type_package/debug/packageDebugResources/out/item_consulta_medico-layout.xml
+++ b/app/build/intermediates/data_binding_layout_info_type_package/debug/packageDebugResources/out/item_consulta_medico-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/item_paciente-layout.xml b/app/build/intermediates/data_binding_layout_info_type_package/debug/packageDebugResources/out/item_paciente-layout.xml
new file mode 100644
index 0000000..e607933
--- /dev/null
+++ b/app/build/intermediates/data_binding_layout_info_type_package/debug/packageDebugResources/out/item_paciente-layout.xml
@@ -0,0 +1 @@
+
\ 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 f4584dd..beb9abf 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/11/classes.dex b/app/build/intermediates/dex/debug/mergeProjectDexDebug/11/classes.dex
index 70f2d46..814d0e8 100644
Binary files a/app/build/intermediates/dex/debug/mergeProjectDexDebug/11/classes.dex and b/app/build/intermediates/dex/debug/mergeProjectDexDebug/11/classes.dex differ
diff --git a/app/build/intermediates/dex/debug/mergeProjectDexDebug/4/classes.dex b/app/build/intermediates/dex/debug/mergeProjectDexDebug/4/classes.dex
index d06a362..320fb6c 100644
Binary files a/app/build/intermediates/dex/debug/mergeProjectDexDebug/4/classes.dex and b/app/build/intermediates/dex/debug/mergeProjectDexDebug/4/classes.dex differ
diff --git a/app/build/intermediates/dex/debug/mergeProjectDexDebug/5/classes.dex b/app/build/intermediates/dex/debug/mergeProjectDexDebug/5/classes.dex
index b50462e..3209320 100644
Binary files a/app/build/intermediates/dex/debug/mergeProjectDexDebug/5/classes.dex and b/app/build/intermediates/dex/debug/mergeProjectDexDebug/5/classes.dex differ
diff --git a/app/build/intermediates/dex/debug/mergeProjectDexDebug/9/classes.dex b/app/build/intermediates/dex/debug/mergeProjectDexDebug/9/classes.dex
index 3652c1c..840b3a6 100644
Binary files a/app/build/intermediates/dex/debug/mergeProjectDexDebug/9/classes.dex and b/app/build/intermediates/dex/debug/mergeProjectDexDebug/9/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 385546c..df3af85 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 e3a0ae0..bb200bd 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 295e1d5..ca20c08 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 16 10:04:22 WEST 2026
+#Mon Apr 20 14:59:39 WEST 2026
com.example.medcuida.pro.app-main-56\:/drawable-v26/ic_launcher_final.xml=/Users/230405/Desktop/med Cuida+/app/build/intermediates/merged_res/debug/mergeDebugResources/drawable-v26_ic_launcher_final.xml.flat
com.example.medcuida.pro.app-main-56\:/drawable/bg_bubble_receive.xml=/Users/230405/Desktop/med Cuida+/app/build/intermediates/merged_res/debug/mergeDebugResources/drawable_bg_bubble_receive.xml.flat
com.example.medcuida.pro.app-main-56\:/drawable/bg_bubble_send.xml=/Users/230405/Desktop/med Cuida+/app/build/intermediates/merged_res/debug/mergeDebugResources/drawable_bg_bubble_send.xml.flat
@@ -58,4 +58,5 @@ com.example.medcuida.pro.app-mergeDebugResources-53\:/layout/item_appointment.xm
com.example.medcuida.pro.app-mergeDebugResources-53\:/layout/item_consulta_medico.xml=/Users/230405/Desktop/med Cuida+/app/build/intermediates/merged_res/debug/mergeDebugResources/layout_item_consulta_medico.xml.flat
com.example.medcuida.pro.app-mergeDebugResources-53\:/layout/item_medication.xml=/Users/230405/Desktop/med Cuida+/app/build/intermediates/merged_res/debug/mergeDebugResources/layout_item_medication.xml.flat
com.example.medcuida.pro.app-mergeDebugResources-53\:/layout/item_mensagem.xml=/Users/230405/Desktop/med Cuida+/app/build/intermediates/merged_res/debug/mergeDebugResources/layout_item_mensagem.xml.flat
+com.example.medcuida.pro.app-mergeDebugResources-53\:/layout/item_paciente.xml=/Users/230405/Desktop/med Cuida+/app/build/intermediates/merged_res/debug/mergeDebugResources/layout_item_paciente.xml.flat
com.example.medcuida.pro.app-mergeDebugResources-53\:/layout/item_time_slot.xml=/Users/230405/Desktop/med Cuida+/app/build/intermediates/merged_res/debug/mergeDebugResources/layout_item_time_slot.xml.flat
diff --git a/app/build/intermediates/incremental/debug/mergeDebugResources/merger.xml b/app/build/intermediates/incremental/debug/mergeDebugResources/merger.xml
index 7e3a5e0..e20c6b1 100644
--- a/app/build/intermediates/incremental/debug/mergeDebugResources/merger.xml
+++ b/app/build/intermediates/incremental/debug/mergeDebugResources/merger.xml
@@ -11603,7 +11603,7 @@
- @color/surface_color
CuidaInícioConsultasMedicaçãoSNS 24PerfilIniciar SessãoCriar ContaEsqueci-me da Palavra-passeEmailPalavra-passeNome CompletoIdadeEntrarRegistarNão tem conta?Já tem conta?844909242089-lvu2bh4u7hih6bm2a86rmdargnm4ul60.apps.googleusercontent.comhttps://cuidamais-7b904-default-rtdb.firebaseio.com844909242089AIzaSyCrTuHBRLoHkockoJEgAI9O7-gQJT6CkW41:844909242089:android:e52c7c97535022a66ab278AIzaSyCrTuHBRLoHkockoJEgAI9O7-gQJT6CkW4cuidamais-7b904.firebasestorage.appcuidamais-7b904
+ CuidaInícioConsultasMedicaçãoSNS 24PerfilIniciar SessãoCriar ContaEsqueci-me da Palavra-passeEmailPalavra-passeNome CompletoIdadeEntrarRegistarNão tem conta?Já tem conta?844909242089-lvu2bh4u7hih6bm2a86rmdargnm4ul60.apps.googleusercontent.comhttps://cuidamais-7b904-default-rtdb.firebaseio.com844909242089AIzaSyCrTuHBRLoHkockoJEgAI9O7-gQJT6CkW41:844909242089:android:e52c7c97535022a66ab278AIzaSyCrTuHBRLoHkockoJEgAI9O7-gQJT6CkW4cuidamais-7b904.firebasestorage.appcuidamais-7b904
diff --git a/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/activity_detalhe_paciente.xml b/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/activity_detalhe_paciente.xml
new file mode 100644
index 0000000..e896e81
--- /dev/null
+++ b/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/activity_detalhe_paciente.xml
@@ -0,0 +1,157 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/activity_main.xml b/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/activity_main.xml
deleted file mode 100644
index 3b818bc..0000000
--- a/app/build/intermediates/incremental/debug/mergeDebugResources/stripped.dir/layout/activity_main.xml
+++ /dev/null
@@ -1,242 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/app/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties b/app/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties
index ec98305..5696186 100644
--- a/app/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties
+++ b/app/build/intermediates/incremental/debug/packageDebugResources/compile-file-map.properties
@@ -1,4 +1,4 @@
-#Thu Apr 16 10:04:22 WEST 2026
+#Mon Apr 20 14:59:39 WEST 2026
com.example.medcuida.pro.app-main-6\:/drawable-v26/ic_launcher_final.xml=/Users/230405/Desktop/med Cuida+/app/build/intermediates/packaged_res/debug/packageDebugResources/drawable-v26/ic_launcher_final.xml
com.example.medcuida.pro.app-main-6\:/drawable/bg_bubble_receive.xml=/Users/230405/Desktop/med Cuida+/app/build/intermediates/packaged_res/debug/packageDebugResources/drawable/bg_bubble_receive.xml
com.example.medcuida.pro.app-main-6\:/drawable/bg_bubble_send.xml=/Users/230405/Desktop/med Cuida+/app/build/intermediates/packaged_res/debug/packageDebugResources/drawable/bg_bubble_send.xml
@@ -58,4 +58,5 @@ com.example.medcuida.pro.app-packageDebugResources-3\:/layout/item_appointment.x
com.example.medcuida.pro.app-packageDebugResources-3\:/layout/item_consulta_medico.xml=/Users/230405/Desktop/med Cuida+/app/build/intermediates/packaged_res/debug/packageDebugResources/layout/item_consulta_medico.xml
com.example.medcuida.pro.app-packageDebugResources-3\:/layout/item_medication.xml=/Users/230405/Desktop/med Cuida+/app/build/intermediates/packaged_res/debug/packageDebugResources/layout/item_medication.xml
com.example.medcuida.pro.app-packageDebugResources-3\:/layout/item_mensagem.xml=/Users/230405/Desktop/med Cuida+/app/build/intermediates/packaged_res/debug/packageDebugResources/layout/item_mensagem.xml
+com.example.medcuida.pro.app-packageDebugResources-3\:/layout/item_paciente.xml=/Users/230405/Desktop/med Cuida+/app/build/intermediates/packaged_res/debug/packageDebugResources/layout/item_paciente.xml
com.example.medcuida.pro.app-packageDebugResources-3\:/layout/item_time_slot.xml=/Users/230405/Desktop/med Cuida+/app/build/intermediates/packaged_res/debug/packageDebugResources/layout/item_time_slot.xml
diff --git a/app/build/intermediates/incremental/debug/packageDebugResources/merger.xml b/app/build/intermediates/incremental/debug/packageDebugResources/merger.xml
index 90f7fd8..f14dadc 100644
--- a/app/build/intermediates/incremental/debug/packageDebugResources/merger.xml
+++ b/app/build/intermediates/incremental/debug/packageDebugResources/merger.xml
@@ -29,4 +29,4 @@
- @color/surface_color
CuidaInícioConsultasMedicaçãoSNS 24PerfilIniciar SessãoCriar ContaEsqueci-me da Palavra-passeEmailPalavra-passeNome CompletoIdadeEntrarRegistarNão tem conta?Já tem conta?844909242089-lvu2bh4u7hih6bm2a86rmdargnm4ul60.apps.googleusercontent.comhttps://cuidamais-7b904-default-rtdb.firebaseio.com844909242089AIzaSyCrTuHBRLoHkockoJEgAI9O7-gQJT6CkW41:844909242089:android:e52c7c97535022a66ab278AIzaSyCrTuHBRLoHkockoJEgAI9O7-gQJT6CkW4cuidamais-7b904.firebasestorage.appcuidamais-7b904
\ No newline at end of file
+ CuidaInícioConsultasMedicaçãoSNS 24PerfilIniciar SessãoCriar ContaEsqueci-me da Palavra-passeEmailPalavra-passeNome CompletoIdadeEntrarRegistarNão tem conta?Já tem conta?844909242089-lvu2bh4u7hih6bm2a86rmdargnm4ul60.apps.googleusercontent.comhttps://cuidamais-7b904-default-rtdb.firebaseio.com844909242089AIzaSyCrTuHBRLoHkockoJEgAI9O7-gQJT6CkW41:844909242089:android:e52c7c97535022a66ab278AIzaSyCrTuHBRLoHkockoJEgAI9O7-gQJT6CkW4cuidamais-7b904.firebasestorage.appcuidamais-7b904
\ No newline at end of file
diff --git a/app/build/intermediates/incremental/debug/packageDebugResources/stripped.dir/layout/activity_detalhe_paciente.xml b/app/build/intermediates/incremental/debug/packageDebugResources/stripped.dir/layout/activity_detalhe_paciente.xml
new file mode 100644
index 0000000..e896e81
--- /dev/null
+++ b/app/build/intermediates/incremental/debug/packageDebugResources/stripped.dir/layout/activity_detalhe_paciente.xml
@@ -0,0 +1,157 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/app/build/intermediates/incremental/debug/packageDebugResources/stripped.dir/layout/activity_main.xml b/app/build/intermediates/incremental/debug/packageDebugResources/stripped.dir/layout/activity_main.xml
deleted file mode 100644
index 3b818bc..0000000
--- a/app/build/intermediates/incremental/debug/packageDebugResources/stripped.dir/layout/activity_main.xml
+++ /dev/null
@@ -1,242 +0,0 @@
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
diff --git a/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt b/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt
index c19e9e4..c067199 100644
--- a/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt
+++ b/app/build/intermediates/incremental/packageDebug/tmp/debug/dex-renamer-state.txt
@@ -1,4 +1,4 @@
-#Thu Apr 16 10:39:29 WEST 2026
+#Mon Apr 20 14:59:40 WEST 2026
base.0=/Users/230405/Desktop/med Cuida+/app/build/intermediates/dex/debug/mergeExtDexDebug/classes.dex
base.1=/Users/230405/Desktop/med Cuida+/app/build/intermediates/dex/debug/mergeProjectDexDebug/0/classes.dex
base.2=/Users/230405/Desktop/med Cuida+/app/build/intermediates/dex/debug/mergeProjectDexDebug/11/classes.dex
diff --git a/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources b/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources
index dd64101..5538a6d 100644
--- a/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources
+++ b/app/build/intermediates/incremental/packageDebug/tmp/debug/zip-cache/androidResources
@@ -1 +1 @@
-[{"key":"AndroidManifest.xml","name":"AndroidManifest.xml","size":15188,"crc":1523849821},{"key":"res/anim/abc_fade_in.xml","name":"res/anim/abc_fade_in.xml","size":388,"crc":1651564388},{"key":"res/anim/abc_fade_out.xml","name":"res/anim/abc_fade_out.xml","size":388,"crc":1955312412},{"key":"res/anim/abc_grow_fade_in_from_bottom.xml","name":"res/anim/abc_grow_fade_in_from_bottom.xml","size":852,"crc":751294131},{"key":"res/anim/abc_popup_enter.xml","name":"res/anim/abc_popup_enter.xml","size":508,"crc":989243998},{"key":"res/anim/abc_popup_exit.xml","name":"res/anim/abc_popup_exit.xml","size":508,"crc":-780583697},{"key":"res/anim/abc_shrink_fade_out_from_bottom.xml","name":"res/anim/abc_shrink_fade_out_from_bottom.xml","size":852,"crc":-1061117395},{"key":"res/anim/abc_slide_in_bottom.xml","name":"res/anim/abc_slide_in_bottom.xml","size":396,"crc":-865076513},{"key":"res/anim/abc_slide_in_top.xml","name":"res/anim/abc_slide_in_top.xml","size":396,"crc":-17746226},{"key":"res/anim/abc_slide_out_bottom.xml","name":"res/anim/abc_slide_out_bottom.xml","size":396,"crc":-290455445},{"key":"res/anim/abc_slide_out_top.xml","name":"res/anim/abc_slide_out_top.xml","size":396,"crc":-261556731},{"key":"res/anim/abc_tooltip_enter.xml","name":"res/anim/abc_tooltip_enter.xml","size":388,"crc":-920421464},{"key":"res/anim/abc_tooltip_exit.xml","name":"res/anim/abc_tooltip_exit.xml","size":388,"crc":-299882513},{"key":"res/anim/btn_checkbox_to_checked_box_inner_merged_animation.xml","name":"res/anim/btn_checkbox_to_checked_box_inner_merged_animation.xml","size":2124,"crc":-146988082},{"key":"res/anim/btn_checkbox_to_checked_box_outer_merged_animation.xml","name":"res/anim/btn_checkbox_to_checked_box_outer_merged_animation.xml","size":2780,"crc":-1860489622},{"key":"res/anim/btn_checkbox_to_checked_icon_null_animation.xml","name":"res/anim/btn_checkbox_to_checked_icon_null_animation.xml","size":1196,"crc":-1157435201},{"key":"res/anim/btn_checkbox_to_unchecked_box_inner_merged_animation.xml","name":"res/anim/btn_checkbox_to_unchecked_box_inner_merged_animation.xml","size":2360,"crc":1236845091},{"key":"res/anim/btn_checkbox_to_unchecked_check_path_merged_animation.xml","name":"res/anim/btn_checkbox_to_unchecked_check_path_merged_animation.xml","size":2520,"crc":955955241},{"key":"res/anim/btn_checkbox_to_unchecked_icon_null_animation.xml","name":"res/anim/btn_checkbox_to_unchecked_icon_null_animation.xml","size":1196,"crc":-255880154},{"key":"res/anim/btn_radio_to_off_mtrl_dot_group_animation.xml","name":"res/anim/btn_radio_to_off_mtrl_dot_group_animation.xml","size":1656,"crc":706015047},{"key":"res/anim/btn_radio_to_off_mtrl_ring_outer_animation.xml","name":"res/anim/btn_radio_to_off_mtrl_ring_outer_animation.xml","size":1656,"crc":1241258576},{"key":"res/anim/btn_radio_to_off_mtrl_ring_outer_path_animation.xml","name":"res/anim/btn_radio_to_off_mtrl_ring_outer_path_animation.xml","size":1028,"crc":-1575563134},{"key":"res/anim/btn_radio_to_on_mtrl_dot_group_animation.xml","name":"res/anim/btn_radio_to_on_mtrl_dot_group_animation.xml","size":1656,"crc":-1602916095},{"key":"res/anim/btn_radio_to_on_mtrl_ring_outer_animation.xml","name":"res/anim/btn_radio_to_on_mtrl_ring_outer_animation.xml","size":1656,"crc":-901976488},{"key":"res/anim/btn_radio_to_on_mtrl_ring_outer_path_animation.xml","name":"res/anim/btn_radio_to_on_mtrl_ring_outer_path_animation.xml","size":1028,"crc":1253987782},{"key":"res/anim-v21/design_bottom_sheet_slide_in.xml","name":"res/anim-v21/design_bottom_sheet_slide_in.xml","size":616,"crc":1414274429},{"key":"res/anim-v21/design_bottom_sheet_slide_out.xml","name":"res/anim-v21/design_bottom_sheet_slide_out.xml","size":616,"crc":-407051051},{"key":"res/anim/design_snackbar_in.xml","name":"res/anim/design_snackbar_in.xml","size":312,"crc":-674904986},{"key":"res/anim/design_snackbar_out.xml","name":"res/anim/design_snackbar_out.xml","size":312,"crc":244987842},{"key":"res/anim-v21/fragment_fast_out_extra_slow_in.xml","name":"res/anim-v21/fragment_fast_out_extra_slow_in.xml","size":364,"crc":1981137860},{"key":"res/anim/linear_indeterminate_line1_head_interpolator.xml","name":"res/anim/linear_indeterminate_line1_head_interpolator.xml","size":400,"crc":-1214901605},{"key":"res/anim/linear_indeterminate_line1_tail_interpolator.xml","name":"res/anim/linear_indeterminate_line1_tail_interpolator.xml","size":400,"crc":935504197},{"key":"res/anim/linear_indeterminate_line2_head_interpolator.xml","name":"res/anim/linear_indeterminate_line2_head_interpolator.xml","size":400,"crc":1664007024},{"key":"res/anim/linear_indeterminate_line2_tail_interpolator.xml","name":"res/anim/linear_indeterminate_line2_tail_interpolator.xml","size":400,"crc":-1107678304},{"key":"res/anim-v21/m3_bottom_sheet_slide_in.xml","name":"res/anim-v21/m3_bottom_sheet_slide_in.xml","size":616,"crc":876594425},{"key":"res/anim-v21/m3_bottom_sheet_slide_out.xml","name":"res/anim-v21/m3_bottom_sheet_slide_out.xml","size":656,"crc":-954726497},{"key":"res/anim/m3_motion_fade_enter.xml","name":"res/anim/m3_motion_fade_enter.xml","size":812,"crc":929845990},{"key":"res/anim/m3_motion_fade_exit.xml","name":"res/anim/m3_motion_fade_exit.xml","size":508,"crc":-70942987},{"key":"res/anim-v21/m3_side_sheet_enter_from_left.xml","name":"res/anim-v21/m3_side_sheet_enter_from_left.xml","size":464,"crc":-1269635202},{"key":"res/anim-v21/m3_side_sheet_enter_from_right.xml","name":"res/anim-v21/m3_side_sheet_enter_from_right.xml","size":464,"crc":-1636519},{"key":"res/anim-v21/m3_side_sheet_exit_to_left.xml","name":"res/anim-v21/m3_side_sheet_exit_to_left.xml","size":464,"crc":462256293},{"key":"res/anim-v21/m3_side_sheet_exit_to_right.xml","name":"res/anim-v21/m3_side_sheet_exit_to_right.xml","size":464,"crc":-702598337},{"key":"res/anim-v21/mtrl_bottom_sheet_slide_in.xml","name":"res/anim-v21/mtrl_bottom_sheet_slide_in.xml","size":616,"crc":612089289},{"key":"res/anim-v21/mtrl_bottom_sheet_slide_out.xml","name":"res/anim-v21/mtrl_bottom_sheet_slide_out.xml","size":616,"crc":-495779574},{"key":"res/anim/mtrl_card_lowers_interpolator.xml","name":"res/anim/mtrl_card_lowers_interpolator.xml","size":400,"crc":1050886711},{"key":"res/anim/nav_default_enter_anim.xml","name":"res/anim/nav_default_enter_anim.xml","size":388,"crc":1469024980},{"key":"res/anim/nav_default_exit_anim.xml","name":"res/anim/nav_default_exit_anim.xml","size":388,"crc":1098180268},{"key":"res/anim/nav_default_pop_enter_anim.xml","name":"res/anim/nav_default_pop_enter_anim.xml","size":388,"crc":1469024980},{"key":"res/anim/nav_default_pop_exit_anim.xml","name":"res/anim/nav_default_pop_exit_anim.xml","size":388,"crc":1098180268},{"key":"res/animator-v21/design_appbar_state_list_animator.xml","name":"res/animator-v21/design_appbar_state_list_animator.xml","size":1216,"crc":1979477452},{"key":"res/animator/design_fab_hide_motion_spec.xml","name":"res/animator/design_fab_hide_motion_spec.xml","size":796,"crc":1576327407},{"key":"res/animator/design_fab_show_motion_spec.xml","name":"res/animator/design_fab_show_motion_spec.xml","size":796,"crc":-1793940175},{"key":"res/animator/fragment_close_enter.xml","name":"res/animator/fragment_close_enter.xml","size":1128,"crc":-454391277},{"key":"res/animator/fragment_close_exit.xml","name":"res/animator/fragment_close_exit.xml","size":1128,"crc":89389386},{"key":"res/animator/fragment_fade_enter.xml","name":"res/animator/fragment_fade_enter.xml","size":452,"crc":607080404},{"key":"res/animator/fragment_fade_exit.xml","name":"res/animator/fragment_fade_exit.xml","size":452,"crc":-675125289},{"key":"res/animator/fragment_open_enter.xml","name":"res/animator/fragment_open_enter.xml","size":1128,"crc":-153086936},{"key":"res/animator/fragment_open_exit.xml","name":"res/animator/fragment_open_exit.xml","size":1128,"crc":926252761},{"key":"res/animator-v21/m3_appbar_state_list_animator.xml","name":"res/animator-v21/m3_appbar_state_list_animator.xml","size":1216,"crc":670802316},{"key":"res/animator/m3_btn_elevated_btn_state_list_anim.xml","name":"res/animator/m3_btn_elevated_btn_state_list_anim.xml","size":1796,"crc":-1572711601},{"key":"res/animator/m3_btn_state_list_anim.xml","name":"res/animator/m3_btn_state_list_anim.xml","size":1796,"crc":-197382423},{"key":"res/animator/m3_card_elevated_state_list_anim.xml","name":"res/animator/m3_card_elevated_state_list_anim.xml","size":1632,"crc":1432393022},{"key":"res/animator/m3_card_state_list_anim.xml","name":"res/animator/m3_card_state_list_anim.xml","size":1584,"crc":475377931},{"key":"res/animator/m3_chip_state_list_anim.xml","name":"res/animator/m3_chip_state_list_anim.xml","size":1180,"crc":1452770895},{"key":"res/animator/m3_elevated_chip_state_list_anim.xml","name":"res/animator/m3_elevated_chip_state_list_anim.xml","size":1072,"crc":638605030},{"key":"res/animator/m3_extended_fab_change_size_collapse_motion_spec.xml","name":"res/animator/m3_extended_fab_change_size_collapse_motion_spec.xml","size":1116,"crc":1442143121},{"key":"res/animator/m3_extended_fab_change_size_expand_motion_spec.xml","name":"res/animator/m3_extended_fab_change_size_expand_motion_spec.xml","size":1116,"crc":-806175005},{"key":"res/animator/m3_extended_fab_hide_motion_spec.xml","name":"res/animator/m3_extended_fab_hide_motion_spec.xml","size":820,"crc":-657483639},{"key":"res/animator/m3_extended_fab_show_motion_spec.xml","name":"res/animator/m3_extended_fab_show_motion_spec.xml","size":820,"crc":43178608},{"key":"res/animator/m3_extended_fab_state_list_animator.xml","name":"res/animator/m3_extended_fab_state_list_animator.xml","size":2724,"crc":109525731},{"key":"res/animator/mtrl_btn_state_list_anim.xml","name":"res/animator/mtrl_btn_state_list_anim.xml","size":2664,"crc":300493100},{"key":"res/animator/mtrl_btn_unelevated_state_list_anim.xml","name":"res/animator/mtrl_btn_unelevated_state_list_anim.xml","size":120,"crc":1914039208},{"key":"res/animator/mtrl_card_state_list_anim.xml","name":"res/animator/mtrl_card_state_list_anim.xml","size":1208,"crc":1096367424},{"key":"res/animator/mtrl_chip_state_list_anim.xml","name":"res/animator/mtrl_chip_state_list_anim.xml","size":1072,"crc":-1561216507},{"key":"res/animator/mtrl_extended_fab_change_size_collapse_motion_spec.xml","name":"res/animator/mtrl_extended_fab_change_size_collapse_motion_spec.xml","size":1116,"crc":-1615681408},{"key":"res/animator/mtrl_extended_fab_change_size_expand_motion_spec.xml","name":"res/animator/mtrl_extended_fab_change_size_expand_motion_spec.xml","size":1116,"crc":1023646182},{"key":"res/animator/mtrl_extended_fab_hide_motion_spec.xml","name":"res/animator/mtrl_extended_fab_hide_motion_spec.xml","size":608,"crc":1271512629},{"key":"res/animator/mtrl_extended_fab_show_motion_spec.xml","name":"res/animator/mtrl_extended_fab_show_motion_spec.xml","size":820,"crc":1065923901},{"key":"res/animator/mtrl_extended_fab_state_list_animator.xml","name":"res/animator/mtrl_extended_fab_state_list_animator.xml","size":2724,"crc":-2118674184},{"key":"res/animator/mtrl_fab_hide_motion_spec.xml","name":"res/animator/mtrl_fab_hide_motion_spec.xml","size":796,"crc":882377992},{"key":"res/animator/mtrl_fab_show_motion_spec.xml","name":"res/animator/mtrl_fab_show_motion_spec.xml","size":796,"crc":-959797063},{"key":"res/animator/mtrl_fab_transformation_sheet_collapse_spec.xml","name":"res/animator/mtrl_fab_transformation_sheet_collapse_spec.xml","size":1888,"crc":1255551011},{"key":"res/animator/mtrl_fab_transformation_sheet_expand_spec.xml","name":"res/animator/mtrl_fab_transformation_sheet_expand_spec.xml","size":1888,"crc":-435920809},{"key":"res/animator/nav_default_enter_anim.xml","name":"res/animator/nav_default_enter_anim.xml","size":452,"crc":1047083570},{"key":"res/animator/nav_default_exit_anim.xml","name":"res/animator/nav_default_exit_anim.xml","size":452,"crc":-846982607},{"key":"res/animator/nav_default_pop_enter_anim.xml","name":"res/animator/nav_default_pop_enter_anim.xml","size":452,"crc":1047083570},{"key":"res/animator/nav_default_pop_exit_anim.xml","name":"res/animator/nav_default_pop_exit_anim.xml","size":452,"crc":-846982607},{"key":"res/color/abc_background_cache_hint_selector_material_dark.xml","name":"res/color/abc_background_cache_hint_selector_material_dark.xml","size":468,"crc":-214821868},{"key":"res/color/abc_background_cache_hint_selector_material_light.xml","name":"res/color/abc_background_cache_hint_selector_material_light.xml","size":468,"crc":-1456888759},{"key":"res/color-v23/abc_btn_colored_borderless_text_material.xml","name":"res/color-v23/abc_btn_colored_borderless_text_material.xml","size":500,"crc":-660497310},{"key":"res/color-v23/abc_btn_colored_text_material.xml","name":"res/color-v23/abc_btn_colored_text_material.xml","size":500,"crc":2018759506},{"key":"res/color-v23/abc_color_highlight_material.xml","name":"res/color-v23/abc_color_highlight_material.xml","size":544,"crc":805578306},{"key":"res/color/abc_hint_foreground_material_dark.xml","name":"res/color/abc_hint_foreground_material_dark.xml","size":564,"crc":-1861753172},{"key":"res/color/abc_hint_foreground_material_light.xml","name":"res/color/abc_hint_foreground_material_light.xml","size":564,"crc":1030962633},{"key":"res/color/abc_primary_text_disable_only_material_dark.xml","name":"res/color/abc_primary_text_disable_only_material_dark.xml","size":464,"crc":-20224979},{"key":"res/color/abc_primary_text_disable_only_material_light.xml","name":"res/color/abc_primary_text_disable_only_material_light.xml","size":464,"crc":1842617175},{"key":"res/color/abc_primary_text_material_dark.xml","name":"res/color/abc_primary_text_material_dark.xml","size":464,"crc":-1265922333},{"key":"res/color/abc_primary_text_material_light.xml","name":"res/color/abc_primary_text_material_light.xml","size":464,"crc":664072601},{"key":"res/color/abc_search_url_text.xml","name":"res/color/abc_search_url_text.xml","size":588,"crc":-373879818},{"key":"res/color/abc_secondary_text_material_dark.xml","name":"res/color/abc_secondary_text_material_dark.xml","size":464,"crc":-485004901},{"key":"res/color/abc_secondary_text_material_light.xml","name":"res/color/abc_secondary_text_material_light.xml","size":464,"crc":-131016892},{"key":"res/color-v23/abc_tint_btn_checkable.xml","name":"res/color-v23/abc_tint_btn_checkable.xml","size":624,"crc":-1039798998},{"key":"res/color-v23/abc_tint_default.xml","name":"res/color-v23/abc_tint_default.xml","size":1120,"crc":1933301183},{"key":"res/color-v23/abc_tint_edittext.xml","name":"res/color-v23/abc_tint_edittext.xml","size":668,"crc":994010686},{"key":"res/color-v23/abc_tint_seek_thumb.xml","name":"res/color-v23/abc_tint_seek_thumb.xml","size":500,"crc":1198778772},{"key":"res/color-v23/abc_tint_spinner.xml","name":"res/color-v23/abc_tint_spinner.xml","size":668,"crc":994010686},{"key":"res/color-v23/abc_tint_switch_track.xml","name":"res/color-v23/abc_tint_switch_track.xml","size":664,"crc":394862852},{"key":"res/color/common_google_signin_btn_text_dark.xml","name":"res/color/common_google_signin_btn_text_dark.xml","size":712,"crc":-222425542},{"key":"res/color/common_google_signin_btn_text_light.xml","name":"res/color/common_google_signin_btn_text_light.xml","size":712,"crc":1157419525},{"key":"res/color/common_google_signin_btn_tint.xml","name":"res/color/common_google_signin_btn_tint.xml","size":464,"crc":1144351805},{"key":"res/color/design_box_stroke_color.xml","name":"res/color/design_box_stroke_color.xml","size":712,"crc":-1445228332},{"key":"res/color/design_error.xml","name":"res/color/design_error.xml","size":464,"crc":1839983861},{"key":"res/color/design_icon_tint.xml","name":"res/color/design_icon_tint.xml","size":376,"crc":-776008690},{"key":"res/color/m3_appbar_overlay_color.xml","name":"res/color/m3_appbar_overlay_color.xml","size":376,"crc":940783738},{"key":"res/color/m3_assist_chip_icon_tint_color.xml","name":"res/color/m3_assist_chip_icon_tint_color.xml","size":500,"crc":-322082820},{"key":"res/color/m3_assist_chip_stroke_color.xml","name":"res/color/m3_assist_chip_stroke_color.xml","size":872,"crc":-765319089},{"key":"res/color/m3_bottom_sheet_drag_handle_color.xml","name":"res/color/m3_bottom_sheet_drag_handle_color.xml","size":340,"crc":706461905},{"key":"res/color/m3_button_background_color_selector.xml","name":"res/color/m3_button_background_color_selector.xml","size":500,"crc":1431054},{"key":"res/color/m3_button_foreground_color_selector.xml","name":"res/color/m3_button_foreground_color_selector.xml","size":500,"crc":520860826},{"key":"res/color/m3_button_outline_color_selector.xml","name":"res/color/m3_button_outline_color_selector.xml","size":500,"crc":1836165633},{"key":"res/color/m3_button_ripple_color.xml","name":"res/color/m3_button_ripple_color.xml","size":808,"crc":1817261047},{"key":"res/color/m3_button_ripple_color_selector.xml","name":"res/color/m3_button_ripple_color_selector.xml","size":808,"crc":-1160989734},{"key":"res/color/m3_calendar_item_disabled_text.xml","name":"res/color/m3_calendar_item_disabled_text.xml","size":376,"crc":-2051511173},{"key":"res/color/m3_calendar_item_stroke_color.xml","name":"res/color/m3_calendar_item_stroke_color.xml","size":712,"crc":-100095401},{"key":"res/color/m3_card_foreground_color.xml","name":"res/color/m3_card_foreground_color.xml","size":768,"crc":-68932420},{"key":"res/color/m3_card_ripple_color.xml","name":"res/color/m3_card_ripple_color.xml","size":1556,"crc":-1844804471},{"key":"res/color/m3_card_stroke_color.xml","name":"res/color/m3_card_stroke_color.xml","size":1224,"crc":1725230945},{"key":"res/color/m3_checkbox_button_icon_tint.xml","name":"res/color/m3_checkbox_button_icon_tint.xml","size":964,"crc":-824090955},{"key":"res/color/m3_checkbox_button_tint.xml","name":"res/color/m3_checkbox_button_tint.xml","size":1000,"crc":-2067241791},{"key":"res/color/m3_chip_assist_text_color.xml","name":"res/color/m3_chip_assist_text_color.xml","size":500,"crc":431160280},{"key":"res/color/m3_chip_background_color.xml","name":"res/color/m3_chip_background_color.xml","size":712,"crc":-820740743},{"key":"res/color/m3_chip_ripple_color.xml","name":"res/color/m3_chip_ripple_color.xml","size":1556,"crc":-2108843416},{"key":"res/color/m3_chip_stroke_color.xml","name":"res/color/m3_chip_stroke_color.xml","size":872,"crc":-1649504809},{"key":"res/color/m3_chip_text_color.xml","name":"res/color/m3_chip_text_color.xml","size":624,"crc":1441075769},{"key":"res/color/m3_dark_default_color_primary_text.xml","name":"res/color/m3_dark_default_color_primary_text.xml","size":500,"crc":-1927912647},{"key":"res/color/m3_dark_default_color_secondary_text.xml","name":"res/color/m3_dark_default_color_secondary_text.xml","size":500,"crc":55890439},{"key":"res/color/m3_dark_highlighted_text.xml","name":"res/color/m3_dark_highlighted_text.xml","size":376,"crc":1581937693},{"key":"res/color/m3_dark_hint_foreground.xml","name":"res/color/m3_dark_hint_foreground.xml","size":564,"crc":821014056},{"key":"res/color/m3_dark_primary_text_disable_only.xml","name":"res/color/m3_dark_primary_text_disable_only.xml","size":500,"crc":-1403569227},{"key":"res/color/m3_default_color_primary_text.xml","name":"res/color/m3_default_color_primary_text.xml","size":500,"crc":-1183575610},{"key":"res/color/m3_default_color_secondary_text.xml","name":"res/color/m3_default_color_secondary_text.xml","size":500,"crc":926327032},{"key":"res/color/m3_efab_ripple_color_selector.xml","name":"res/color/m3_efab_ripple_color_selector.xml","size":808,"crc":1747868661},{"key":"res/color/m3_elevated_chip_background_color.xml","name":"res/color/m3_elevated_chip_background_color.xml","size":748,"crc":-2057648631},{"key":"res/color/m3_fab_efab_background_color_selector.xml","name":"res/color/m3_fab_efab_background_color_selector.xml","size":500,"crc":1431054},{"key":"res/color/m3_fab_efab_foreground_color_selector.xml","name":"res/color/m3_fab_efab_foreground_color_selector.xml","size":500,"crc":520860826},{"key":"res/color/m3_fab_ripple_color_selector.xml","name":"res/color/m3_fab_ripple_color_selector.xml","size":808,"crc":1666521098},{"key":"res/color/m3_filled_icon_button_container_color_selector.xml","name":"res/color/m3_filled_icon_button_container_color_selector.xml","size":668,"crc":1325414287},{"key":"res/color/m3_highlighted_text.xml","name":"res/color/m3_highlighted_text.xml","size":376,"crc":-1794798684},{"key":"res/color/m3_hint_foreground.xml","name":"res/color/m3_hint_foreground.xml","size":564,"crc":197104272},{"key":"res/color/m3_icon_button_icon_color_selector.xml","name":"res/color/m3_icon_button_icon_color_selector.xml","size":668,"crc":-448447158},{"key":"res/color/m3_navigation_bar_item_with_indicator_icon_tint.xml","name":"res/color/m3_navigation_bar_item_with_indicator_icon_tint.xml","size":1196,"crc":-787967621},{"key":"res/color/m3_navigation_bar_item_with_indicator_label_tint.xml","name":"res/color/m3_navigation_bar_item_with_indicator_label_tint.xml","size":1196,"crc":1628892984},{"key":"res/color/m3_navigation_bar_ripple_color_selector.xml","name":"res/color/m3_navigation_bar_ripple_color_selector.xml","size":1232,"crc":-1398412064},{"key":"res/color/m3_navigation_item_background_color.xml","name":"res/color/m3_navigation_item_background_color.xml","size":588,"crc":-348595502},{"key":"res/color/m3_navigation_item_icon_tint.xml","name":"res/color/m3_navigation_item_icon_tint.xml","size":1356,"crc":-207826482},{"key":"res/color/m3_navigation_item_ripple_color.xml","name":"res/color/m3_navigation_item_ripple_color.xml","size":1372,"crc":317881936},{"key":"res/color/m3_navigation_item_text_color.xml","name":"res/color/m3_navigation_item_text_color.xml","size":1356,"crc":1494472847},{"key":"res/color/m3_navigation_rail_item_with_indicator_icon_tint.xml","name":"res/color/m3_navigation_rail_item_with_indicator_icon_tint.xml","size":464,"crc":-755596530},{"key":"res/color/m3_navigation_rail_item_with_indicator_label_tint.xml","name":"res/color/m3_navigation_rail_item_with_indicator_label_tint.xml","size":464,"crc":1587537019},{"key":"res/color/m3_navigation_rail_ripple_color_selector.xml","name":"res/color/m3_navigation_rail_ripple_color_selector.xml","size":1232,"crc":-905635925},{"key":"res/color/m3_popupmenu_overlay_color.xml","name":"res/color/m3_popupmenu_overlay_color.xml","size":376,"crc":468632849},{"key":"res/color/m3_primary_text_disable_only.xml","name":"res/color/m3_primary_text_disable_only.xml","size":500,"crc":-1328586256},{"key":"res/color/m3_radiobutton_button_tint.xml","name":"res/color/m3_radiobutton_button_tint.xml","size":1576,"crc":-1885189644},{"key":"res/color/m3_radiobutton_ripple_tint.xml","name":"res/color/m3_radiobutton_ripple_tint.xml","size":1372,"crc":-2096081237},{"key":"res/color/m3_selection_control_ripple_color_selector.xml","name":"res/color/m3_selection_control_ripple_color_selector.xml","size":1372,"crc":-1943086396},{"key":"res/color/m3_simple_item_ripple_color.xml","name":"res/color/m3_simple_item_ripple_color.xml","size":748,"crc":1906860746},{"key":"res/color/m3_slider_active_track_color.xml","name":"res/color/m3_slider_active_track_color.xml","size":500,"crc":-818216278},{"key":"res/color/m3_slider_halo_color.xml","name":"res/color/m3_slider_halo_color.xml","size":500,"crc":-1105181421},{"key":"res/color/m3_slider_inactive_track_color.xml","name":"res/color/m3_slider_inactive_track_color.xml","size":500,"crc":1648046939},{"key":"res/color/m3_slider_thumb_color.xml","name":"res/color/m3_slider_thumb_color.xml","size":500,"crc":2032162726},{"key":"res/color/m3_switch_thumb_tint.xml","name":"res/color/m3_switch_thumb_tint.xml","size":588,"crc":-151121742},{"key":"res/color/m3_switch_track_tint.xml","name":"res/color/m3_switch_track_tint.xml","size":624,"crc":1277880160},{"key":"res/color/m3_tabs_icon_color.xml","name":"res/color/m3_tabs_icon_color.xml","size":624,"crc":-1924398551},{"key":"res/color/m3_tabs_icon_color_secondary.xml","name":"res/color/m3_tabs_icon_color_secondary.xml","size":624,"crc":2063580749},{"key":"res/color/m3_tabs_ripple_color.xml","name":"res/color/m3_tabs_ripple_color.xml","size":1372,"crc":-481980335},{"key":"res/color/m3_tabs_ripple_color_secondary.xml","name":"res/color/m3_tabs_ripple_color_secondary.xml","size":1372,"crc":1106885231},{"key":"res/color/m3_tabs_text_color.xml","name":"res/color/m3_tabs_text_color.xml","size":624,"crc":-1924398551},{"key":"res/color/m3_tabs_text_color_secondary.xml","name":"res/color/m3_tabs_text_color_secondary.xml","size":624,"crc":2063580749},{"key":"res/color/m3_text_button_background_color_selector.xml","name":"res/color/m3_text_button_background_color_selector.xml","size":508,"crc":1488336652},{"key":"res/color/m3_text_button_foreground_color_selector.xml","name":"res/color/m3_text_button_foreground_color_selector.xml","size":748,"crc":1603618837},{"key":"res/color/m3_text_button_ripple_color_selector.xml","name":"res/color/m3_text_button_ripple_color_selector.xml","size":1936,"crc":-2064238425},{"key":"res/color/m3_textfield_filled_background_color.xml","name":"res/color/m3_textfield_filled_background_color.xml","size":500,"crc":1990304049},{"key":"res/color/m3_textfield_indicator_text_color.xml","name":"res/color/m3_textfield_indicator_text_color.xml","size":872,"crc":1340612816},{"key":"res/color/m3_textfield_input_text_color.xml","name":"res/color/m3_textfield_input_text_color.xml","size":748,"crc":-168518029},{"key":"res/color/m3_textfield_label_color.xml","name":"res/color/m3_textfield_label_color.xml","size":624,"crc":1015400073},{"key":"res/color/m3_textfield_stroke_color.xml","name":"res/color/m3_textfield_stroke_color.xml","size":748,"crc":805492503},{"key":"res/color/m3_timepicker_button_background_color.xml","name":"res/color/m3_timepicker_button_background_color.xml","size":528,"crc":-2045213224},{"key":"res/color/m3_timepicker_button_ripple_color.xml","name":"res/color/m3_timepicker_button_ripple_color.xml","size":1536,"crc":1556797642},{"key":"res/color/m3_timepicker_button_text_color.xml","name":"res/color/m3_timepicker_button_text_color.xml","size":768,"crc":-1861026794},{"key":"res/color/m3_timepicker_clock_text_color.xml","name":"res/color/m3_timepicker_clock_text_color.xml","size":464,"crc":-1051823032},{"key":"res/color/m3_timepicker_display_background_color.xml","name":"res/color/m3_timepicker_display_background_color.xml","size":464,"crc":-1025021997},{"key":"res/color/m3_timepicker_display_ripple_color.xml","name":"res/color/m3_timepicker_display_ripple_color.xml","size":1372,"crc":201648889},{"key":"res/color/m3_timepicker_display_text_color.xml","name":"res/color/m3_timepicker_display_text_color.xml","size":624,"crc":-251212826},{"key":"res/color/m3_timepicker_secondary_text_button_ripple_color.xml","name":"res/color/m3_timepicker_secondary_text_button_ripple_color.xml","size":808,"crc":234042726},{"key":"res/color/m3_timepicker_secondary_text_button_text_color.xml","name":"res/color/m3_timepicker_secondary_text_button_text_color.xml","size":500,"crc":2143865884},{"key":"res/color/m3_timepicker_time_input_stroke_color.xml","name":"res/color/m3_timepicker_time_input_stroke_color.xml","size":464,"crc":142631324},{"key":"res/color/m3_tonal_button_ripple_color_selector.xml","name":"res/color/m3_tonal_button_ripple_color_selector.xml","size":808,"crc":-1160989734},{"key":"res/color/material_cursor_color.xml","name":"res/color/material_cursor_color.xml","size":340,"crc":1536521346},{"key":"res/color/material_divider_color.xml","name":"res/color/material_divider_color.xml","size":376,"crc":-1279336076},{"key":"res/color/material_on_background_disabled.xml","name":"res/color/material_on_background_disabled.xml","size":376,"crc":555949054},{"key":"res/color/material_on_background_emphasis_high_type.xml","name":"res/color/material_on_background_emphasis_high_type.xml","size":376,"crc":-422084669},{"key":"res/color/material_on_background_emphasis_medium.xml","name":"res/color/material_on_background_emphasis_medium.xml","size":376,"crc":1754648317},{"key":"res/color/material_on_primary_disabled.xml","name":"res/color/material_on_primary_disabled.xml","size":376,"crc":2052906211},{"key":"res/color/material_on_primary_emphasis_high_type.xml","name":"res/color/material_on_primary_emphasis_high_type.xml","size":376,"crc":-1113016098},{"key":"res/color/material_on_primary_emphasis_medium.xml","name":"res/color/material_on_primary_emphasis_medium.xml","size":376,"crc":870975968},{"key":"res/color/material_on_surface_disabled.xml","name":"res/color/material_on_surface_disabled.xml","size":376,"crc":329637659},{"key":"res/color/material_on_surface_emphasis_high_type.xml","name":"res/color/material_on_surface_emphasis_high_type.xml","size":376,"crc":-732841178},{"key":"res/color/material_on_surface_emphasis_medium.xml","name":"res/color/material_on_surface_emphasis_medium.xml","size":376,"crc":1511197208},{"key":"res/color/material_on_surface_stroke.xml","name":"res/color/material_on_surface_stroke.xml","size":376,"crc":-123426414},{"key":"res/color/material_personalized__highlighted_text.xml","name":"res/color/material_personalized__highlighted_text.xml","size":376,"crc":-533219197},{"key":"res/color/material_personalized__highlighted_text_inverse.xml","name":"res/color/material_personalized__highlighted_text_inverse.xml","size":376,"crc":-2058640058},{"key":"res/color/material_personalized_color_primary_text.xml","name":"res/color/material_personalized_color_primary_text.xml","size":500,"crc":512317136},{"key":"res/color/material_personalized_color_primary_text_inverse.xml","name":"res/color/material_personalized_color_primary_text_inverse.xml","size":500,"crc":2090995657},{"key":"res/color/material_personalized_color_secondary_text.xml","name":"res/color/material_personalized_color_secondary_text.xml","size":500,"crc":618094752},{"key":"res/color/material_personalized_color_secondary_text_inverse.xml","name":"res/color/material_personalized_color_secondary_text_inverse.xml","size":500,"crc":114021031},{"key":"res/color/material_personalized_hint_foreground.xml","name":"res/color/material_personalized_hint_foreground.xml","size":564,"crc":481772023},{"key":"res/color/material_personalized_hint_foreground_inverse.xml","name":"res/color/material_personalized_hint_foreground_inverse.xml","size":564,"crc":278734246},{"key":"res/color/material_personalized_primary_inverse_text_disable_only.xml","name":"res/color/material_personalized_primary_inverse_text_disable_only.xml","size":500,"crc":-182360533},{"key":"res/color/material_personalized_primary_text_disable_only.xml","name":"res/color/material_personalized_primary_text_disable_only.xml","size":500,"crc":1070075484},{"key":"res/color/material_slider_active_tick_marks_color.xml","name":"res/color/material_slider_active_tick_marks_color.xml","size":520,"crc":-1848312163},{"key":"res/color/material_slider_active_track_color.xml","name":"res/color/material_slider_active_track_color.xml","size":500,"crc":1960931503},{"key":"res/color/material_slider_halo_color.xml","name":"res/color/material_slider_halo_color.xml","size":500,"crc":2139057503},{"key":"res/color/material_slider_inactive_tick_marks_color.xml","name":"res/color/material_slider_inactive_tick_marks_color.xml","size":520,"crc":-32600660},{"key":"res/color/material_slider_inactive_track_color.xml","name":"res/color/material_slider_inactive_track_color.xml","size":520,"crc":866365684},{"key":"res/color/material_slider_thumb_color.xml","name":"res/color/material_slider_thumb_color.xml","size":500,"crc":2102950569},{"key":"res/color/material_timepicker_button_background.xml","name":"res/color/material_timepicker_button_background.xml","size":500,"crc":-1569347398},{"key":"res/color/material_timepicker_button_stroke.xml","name":"res/color/material_timepicker_button_stroke.xml","size":376,"crc":1739697651},{"key":"res/color/material_timepicker_clock_text_color.xml","name":"res/color/material_timepicker_clock_text_color.xml","size":464,"crc":-965860127},{"key":"res/color/material_timepicker_clockface.xml","name":"res/color/material_timepicker_clockface.xml","size":376,"crc":1291409233},{"key":"res/color/material_timepicker_modebutton_tint.xml","name":"res/color/material_timepicker_modebutton_tint.xml","size":376,"crc":-86760651},{"key":"res/color/mtrl_btn_bg_color_selector.xml","name":"res/color/mtrl_btn_bg_color_selector.xml","size":500,"crc":-1051432089},{"key":"res/color/mtrl_btn_ripple_color.xml","name":"res/color/mtrl_btn_ripple_color.xml","size":948,"crc":-1364937085},{"key":"res/color/mtrl_btn_stroke_color_selector.xml","name":"res/color/mtrl_btn_stroke_color_selector.xml","size":520,"crc":1891771984},{"key":"res/color/mtrl_btn_text_btn_bg_color_selector.xml","name":"res/color/mtrl_btn_text_btn_bg_color_selector.xml","size":520,"crc":-66415344},{"key":"res/color/mtrl_btn_text_btn_ripple_color.xml","name":"res/color/mtrl_btn_text_btn_ripple_color.xml","size":948,"crc":860694578},{"key":"res/color/mtrl_btn_text_color_selector.xml","name":"res/color/mtrl_btn_text_color_selector.xml","size":500,"crc":1753418756},{"key":"res/color/mtrl_calendar_item_stroke_color.xml","name":"res/color/mtrl_calendar_item_stroke_color.xml","size":808,"crc":-1897765442},{"key":"res/color/mtrl_calendar_selected_range.xml","name":"res/color/mtrl_calendar_selected_range.xml","size":376,"crc":574168547},{"key":"res/color/mtrl_card_view_foreground.xml","name":"res/color/mtrl_card_view_foreground.xml","size":788,"crc":-89568530},{"key":"res/color/mtrl_card_view_ripple.xml","name":"res/color/mtrl_card_view_ripple.xml","size":768,"crc":965878192},{"key":"res/color/mtrl_chip_background_color.xml","name":"res/color/mtrl_chip_background_color.xml","size":848,"crc":1130345132},{"key":"res/color/mtrl_chip_close_icon_tint.xml","name":"res/color/mtrl_chip_close_icon_tint.xml","size":1092,"crc":163081984},{"key":"res/color/mtrl_chip_surface_color.xml","name":"res/color/mtrl_chip_surface_color.xml","size":340,"crc":1125854904},{"key":"res/color/mtrl_chip_text_color.xml","name":"res/color/mtrl_chip_text_color.xml","size":520,"crc":1100666539},{"key":"res/color/mtrl_choice_chip_background_color.xml","name":"res/color/mtrl_choice_chip_background_color.xml","size":848,"crc":-948289294},{"key":"res/color/mtrl_choice_chip_ripple_color.xml","name":"res/color/mtrl_choice_chip_ripple_color.xml","size":948,"crc":665806037},{"key":"res/color/mtrl_choice_chip_text_color.xml","name":"res/color/mtrl_choice_chip_text_color.xml","size":808,"crc":-508732010},{"key":"res/color/mtrl_error.xml","name":"res/color/mtrl_error.xml","size":464,"crc":2113506919},{"key":"res/color/mtrl_fab_bg_color_selector.xml","name":"res/color/mtrl_fab_bg_color_selector.xml","size":500,"crc":409782502},{"key":"res/color/mtrl_fab_icon_text_color_selector.xml","name":"res/color/mtrl_fab_icon_text_color_selector.xml","size":500,"crc":900733910},{"key":"res/color/mtrl_fab_ripple_color.xml","name":"res/color/mtrl_fab_ripple_color.xml","size":948,"crc":-1554783790},{"key":"res/color/mtrl_filled_background_color.xml","name":"res/color/mtrl_filled_background_color.xml","size":808,"crc":-339486878},{"key":"res/color/mtrl_filled_icon_tint.xml","name":"res/color/mtrl_filled_icon_tint.xml","size":644,"crc":-350017018},{"key":"res/color/mtrl_filled_stroke_color.xml","name":"res/color/mtrl_filled_stroke_color.xml","size":788,"crc":-2138293321},{"key":"res/color/mtrl_indicator_text_color.xml","name":"res/color/mtrl_indicator_text_color.xml","size":520,"crc":-1272518866},{"key":"res/color/mtrl_navigation_bar_colored_item_tint.xml","name":"res/color/mtrl_navigation_bar_colored_item_tint.xml","size":520,"crc":586014296},{"key":"res/color/mtrl_navigation_bar_colored_ripple_color.xml","name":"res/color/mtrl_navigation_bar_colored_ripple_color.xml","size":948,"crc":51010866},{"key":"res/color/mtrl_navigation_bar_item_tint.xml","name":"res/color/mtrl_navigation_bar_item_tint.xml","size":520,"crc":1295494505},{"key":"res/color/mtrl_navigation_bar_ripple_color.xml","name":"res/color/mtrl_navigation_bar_ripple_color.xml","size":1672,"crc":-2104800327},{"key":"res/color/mtrl_navigation_item_background_color.xml","name":"res/color/mtrl_navigation_item_background_color.xml","size":644,"crc":-1640328340},{"key":"res/color/mtrl_navigation_item_icon_tint.xml","name":"res/color/mtrl_navigation_item_icon_tint.xml","size":624,"crc":176928592},{"key":"res/color/mtrl_navigation_item_text_color.xml","name":"res/color/mtrl_navigation_item_text_color.xml","size":624,"crc":176928592},{"key":"res/color/mtrl_on_primary_text_btn_text_color_selector.xml","name":"res/color/mtrl_on_primary_text_btn_text_color_selector.xml","size":500,"crc":769057228},{"key":"res/color/mtrl_on_surface_ripple_color.xml","name":"res/color/mtrl_on_surface_ripple_color.xml","size":808,"crc":-1382685745},{"key":"res/color/mtrl_outlined_icon_tint.xml","name":"res/color/mtrl_outlined_icon_tint.xml","size":644,"crc":-844237075},{"key":"res/color/mtrl_outlined_stroke_color.xml","name":"res/color/mtrl_outlined_stroke_color.xml","size":788,"crc":748122300},{"key":"res/color/mtrl_popupmenu_overlay_color.xml","name":"res/color/mtrl_popupmenu_overlay_color.xml","size":376,"crc":-1073170695},{"key":"res/color/mtrl_switch_thumb_icon_tint.xml","name":"res/color/mtrl_switch_thumb_icon_tint.xml","size":1236,"crc":-463757771},{"key":"res/color/mtrl_switch_thumb_tint.xml","name":"res/color/mtrl_switch_thumb_tint.xml","size":1028,"crc":-67378190},{"key":"res/color/mtrl_switch_track_decoration_tint.xml","name":"res/color/mtrl_switch_track_decoration_tint.xml","size":624,"crc":294261686},{"key":"res/color/mtrl_switch_track_tint.xml","name":"res/color/mtrl_switch_track_tint.xml","size":1236,"crc":-243543750},{"key":"res/color/mtrl_tabs_colored_ripple_color.xml","name":"res/color/mtrl_tabs_colored_ripple_color.xml","size":948,"crc":51010866},{"key":"res/color/mtrl_tabs_icon_color_selector.xml","name":"res/color/mtrl_tabs_icon_color_selector.xml","size":500,"crc":-1604277735},{"key":"res/color/mtrl_tabs_icon_color_selector_colored.xml","name":"res/color/mtrl_tabs_icon_color_selector_colored.xml","size":500,"crc":-599597236},{"key":"res/color/mtrl_tabs_legacy_text_color_selector.xml","name":"res/color/mtrl_tabs_legacy_text_color_selector.xml","size":464,"crc":301181175},{"key":"res/color/mtrl_tabs_ripple_color.xml","name":"res/color/mtrl_tabs_ripple_color.xml","size":1672,"crc":-2104800327},{"key":"res/color/mtrl_text_btn_text_color_selector.xml","name":"res/color/mtrl_text_btn_text_color_selector.xml","size":888,"crc":-1696089436},{"key":"res/color/switch_thumb_material_dark.xml","name":"res/color/switch_thumb_material_dark.xml","size":464,"crc":1807275962},{"key":"res/color/switch_thumb_material_light.xml","name":"res/color/switch_thumb_material_light.xml","size":464,"crc":-123230016},{"key":"res/color-night-v8/material_timepicker_button_stroke.xml","name":"res/color-night-v8/material_timepicker_button_stroke.xml","size":376,"crc":1151907932},{"key":"res/color-night-v8/material_timepicker_clockface.xml","name":"res/color-night-v8/material_timepicker_clockface.xml","size":376,"crc":-1279336076},{"key":"res/color-night-v8/material_timepicker_modebutton_tint.xml","name":"res/color-night-v8/material_timepicker_modebutton_tint.xml","size":340,"crc":-1183421737},{"key":"res/color-v26/biometric_error_color.xml","name":"res/color-v26/biometric_error_color.xml","size":464,"crc":-1363387313},{"key":"res/color-v31/m3_dynamic_dark_default_color_primary_text.xml","name":"res/color-v31/m3_dynamic_dark_default_color_primary_text.xml","size":500,"crc":1670564576},{"key":"res/color-v31/m3_dynamic_dark_default_color_secondary_text.xml","name":"res/color-v31/m3_dynamic_dark_default_color_secondary_text.xml","size":500,"crc":-305103906},{"key":"res/color-v31/m3_dynamic_dark_highlighted_text.xml","name":"res/color-v31/m3_dynamic_dark_highlighted_text.xml","size":376,"crc":-253023632},{"key":"res/color-v31/m3_dynamic_dark_hint_foreground.xml","name":"res/color-v31/m3_dynamic_dark_hint_foreground.xml","size":564,"crc":1829426210},{"key":"res/color-v31/m3_dynamic_dark_primary_text_disable_only.xml","name":"res/color-v31/m3_dynamic_dark_primary_text_disable_only.xml","size":500,"crc":1781119702},{"key":"res/color-v31/m3_dynamic_default_color_primary_text.xml","name":"res/color-v31/m3_dynamic_default_color_primary_text.xml","size":500,"crc":1101373203},{"key":"res/color-v31/m3_dynamic_default_color_secondary_text.xml","name":"res/color-v31/m3_dynamic_default_color_secondary_text.xml","size":500,"crc":-806932947},{"key":"res/color-v31/m3_dynamic_highlighted_text.xml","name":"res/color-v31/m3_dynamic_highlighted_text.xml","size":376,"crc":-1787551829},{"key":"res/color-v31/m3_dynamic_hint_foreground.xml","name":"res/color-v31/m3_dynamic_hint_foreground.xml","size":564,"crc":2108289355},{"key":"res/color-v31/m3_dynamic_primary_text_disable_only.xml","name":"res/color-v31/m3_dynamic_primary_text_disable_only.xml","size":500,"crc":1209986853},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral12.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral12.xml","size":376,"crc":-263691429},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral17.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral17.xml","size":376,"crc":207538851},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral22.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral22.xml","size":376,"crc":1896790006},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral24.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral24.xml","size":376,"crc":-1951511204},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral4.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral4.xml","size":376,"crc":-1406565007},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral6.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral6.xml","size":376,"crc":2086801746},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral87.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral87.xml","size":376,"crc":1960127704},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral92.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral92.xml","size":376,"crc":-443529607},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral94.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral94.xml","size":376,"crc":-833761385},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral96.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral96.xml","size":376,"crc":1217113871},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral98.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral98.xml","size":376,"crc":1666590433},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant12.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant12.xml","size":376,"crc":-38774044},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant17.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant17.xml","size":376,"crc":27718428},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant22.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant22.xml","size":376,"crc":2096533065},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant24.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant24.xml","size":376,"crc":-2041154333},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant4.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant4.xml","size":376,"crc":-1580090162},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant6.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant6.xml","size":376,"crc":1905928429},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant87.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant87.xml","size":376,"crc":2032997735},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant92.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant92.xml","size":376,"crc":-395804730},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant94.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant94.xml","size":376,"crc":-1011485144},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant96.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant96.xml","size":376,"crc":1165203120},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant98.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant98.xml","size":376,"crc":1856905054},{"key":"res/drawable/$avd_hide_password__0.xml","name":"res/drawable/$avd_hide_password__0.xml","size":1176,"crc":-1004709201},{"key":"res/drawable/$avd_hide_password__1.xml","name":"res/drawable/$avd_hide_password__1.xml","size":592,"crc":1851969249},{"key":"res/drawable/$avd_hide_password__2.xml","name":"res/drawable/$avd_hide_password__2.xml","size":556,"crc":324904570},{"key":"res/drawable/$avd_show_password__0.xml","name":"res/drawable/$avd_show_password__0.xml","size":1136,"crc":-1503536883},{"key":"res/drawable/$avd_show_password__1.xml","name":"res/drawable/$avd_show_password__1.xml","size":592,"crc":571917382},{"key":"res/drawable/$avd_show_password__2.xml","name":"res/drawable/$avd_show_password__2.xml","size":556,"crc":-1951102379},{"key":"res/drawable/$m3_avd_hide_password__0.xml","name":"res/drawable/$m3_avd_hide_password__0.xml","size":1176,"crc":-1004709201},{"key":"res/drawable/$m3_avd_hide_password__1.xml","name":"res/drawable/$m3_avd_hide_password__1.xml","size":592,"crc":-30124918},{"key":"res/drawable/$m3_avd_hide_password__2.xml","name":"res/drawable/$m3_avd_hide_password__2.xml","size":556,"crc":1236622639},{"key":"res/drawable/$m3_avd_show_password__0.xml","name":"res/drawable/$m3_avd_show_password__0.xml","size":1136,"crc":-1503536883},{"key":"res/drawable/$m3_avd_show_password__1.xml","name":"res/drawable/$m3_avd_show_password__1.xml","size":592,"crc":1626743172},{"key":"res/drawable/$m3_avd_show_password__2.xml","name":"res/drawable/$m3_avd_show_password__2.xml","size":556,"crc":-772615930},{"key":"res/drawable/$mtrl_checkbox_button_checked_unchecked__0.xml","name":"res/drawable/$mtrl_checkbox_button_checked_unchecked__0.xml","size":592,"crc":-346686892},{"key":"res/drawable/$mtrl_checkbox_button_checked_unchecked__1.xml","name":"res/drawable/$mtrl_checkbox_button_checked_unchecked__1.xml","size":592,"crc":1451570791},{"key":"res/drawable/$mtrl_checkbox_button_checked_unchecked__2.xml","name":"res/drawable/$mtrl_checkbox_button_checked_unchecked__2.xml","size":592,"crc":-569341694},{"key":"res/drawable/$mtrl_checkbox_button_icon_checked_indeterminate__0.xml","name":"res/drawable/$mtrl_checkbox_button_icon_checked_indeterminate__0.xml","size":592,"crc":-989295867},{"key":"res/drawable/$mtrl_checkbox_button_icon_checked_unchecked__0.xml","name":"res/drawable/$mtrl_checkbox_button_icon_checked_unchecked__0.xml","size":592,"crc":-346686892},{"key":"res/drawable/$mtrl_checkbox_button_icon_checked_unchecked__1.xml","name":"res/drawable/$mtrl_checkbox_button_icon_checked_unchecked__1.xml","size":592,"crc":1451570791},{"key":"res/drawable/$mtrl_checkbox_button_icon_checked_unchecked__2.xml","name":"res/drawable/$mtrl_checkbox_button_icon_checked_unchecked__2.xml","size":592,"crc":-569341694},{"key":"res/drawable/$mtrl_checkbox_button_icon_indeterminate_checked__0.xml","name":"res/drawable/$mtrl_checkbox_button_icon_indeterminate_checked__0.xml","size":592,"crc":-1195764191},{"key":"res/drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__0.xml","name":"res/drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__0.xml","size":592,"crc":-346686892},{"key":"res/drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__1.xml","name":"res/drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__1.xml","size":592,"crc":1451570791},{"key":"res/drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__2.xml","name":"res/drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__2.xml","size":592,"crc":-569341694},{"key":"res/drawable/$mtrl_checkbox_button_icon_unchecked_checked__0.xml","name":"res/drawable/$mtrl_checkbox_button_icon_unchecked_checked__0.xml","size":592,"crc":-1036261069},{"key":"res/drawable/$mtrl_checkbox_button_icon_unchecked_checked__1.xml","name":"res/drawable/$mtrl_checkbox_button_icon_unchecked_checked__1.xml","size":592,"crc":2146116864},{"key":"res/drawable/$mtrl_checkbox_button_icon_unchecked_checked__2.xml","name":"res/drawable/$mtrl_checkbox_button_icon_unchecked_checked__2.xml","size":596,"crc":-2035886171},{"key":"res/drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__0.xml","name":"res/drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__0.xml","size":592,"crc":-1036261069},{"key":"res/drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__1.xml","name":"res/drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__1.xml","size":592,"crc":2146116864},{"key":"res/drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__2.xml","name":"res/drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__2.xml","size":592,"crc":-838612980},{"key":"res/drawable/$mtrl_checkbox_button_unchecked_checked__0.xml","name":"res/drawable/$mtrl_checkbox_button_unchecked_checked__0.xml","size":592,"crc":-1036261069},{"key":"res/drawable/$mtrl_checkbox_button_unchecked_checked__1.xml","name":"res/drawable/$mtrl_checkbox_button_unchecked_checked__1.xml","size":592,"crc":2146116864},{"key":"res/drawable/$mtrl_checkbox_button_unchecked_checked__2.xml","name":"res/drawable/$mtrl_checkbox_button_unchecked_checked__2.xml","size":592,"crc":-838612980},{"key":"res/drawable/$mtrl_switch_thumb_checked_pressed__0.xml","name":"res/drawable/$mtrl_switch_thumb_checked_pressed__0.xml","size":592,"crc":-885936288},{"key":"res/drawable/$mtrl_switch_thumb_checked_unchecked__0.xml","name":"res/drawable/$mtrl_switch_thumb_checked_unchecked__0.xml","size":548,"crc":444581775},{"key":"res/drawable/$mtrl_switch_thumb_checked_unchecked__1.xml","name":"res/drawable/$mtrl_switch_thumb_checked_unchecked__1.xml","size":592,"crc":60600292},{"key":"res/drawable/$mtrl_switch_thumb_pressed_checked__0.xml","name":"res/drawable/$mtrl_switch_thumb_pressed_checked__0.xml","size":592,"crc":-2007335722},{"key":"res/drawable/$mtrl_switch_thumb_pressed_unchecked__0.xml","name":"res/drawable/$mtrl_switch_thumb_pressed_unchecked__0.xml","size":592,"crc":-1935040728},{"key":"res/drawable/$mtrl_switch_thumb_unchecked_checked__0.xml","name":"res/drawable/$mtrl_switch_thumb_unchecked_checked__0.xml","size":548,"crc":-505056966},{"key":"res/drawable/$mtrl_switch_thumb_unchecked_checked__1.xml","name":"res/drawable/$mtrl_switch_thumb_unchecked_checked__1.xml","size":592,"crc":-1057717969},{"key":"res/drawable/$mtrl_switch_thumb_unchecked_pressed__0.xml","name":"res/drawable/$mtrl_switch_thumb_unchecked_pressed__0.xml","size":592,"crc":390941465},{"key":"res/drawable-v21/abc_action_bar_item_background_material.xml","name":"res/drawable-v21/abc_action_bar_item_background_material.xml","size":264,"crc":893712625},{"key":"res/drawable/abc_btn_borderless_material.xml","name":"res/drawable/abc_btn_borderless_material.xml","size":588,"crc":352031250},{"key":"res/drawable/abc_btn_check_material.xml","name":"res/drawable/abc_btn_check_material.xml","size":464,"crc":-815546010},{"key":"res/drawable/abc_btn_check_material_anim.xml","name":"res/drawable/abc_btn_check_material_anim.xml","size":816,"crc":1184919631},{"key":"res/drawable-v21/abc_btn_colored_material.xml","name":"res/drawable-v21/abc_btn_colored_material.xml","size":1716,"crc":-989192254},{"key":"res/drawable/abc_btn_default_mtrl_shape.xml","name":"res/drawable/abc_btn_default_mtrl_shape.xml","size":932,"crc":-1471577726},{"key":"res/drawable/abc_btn_radio_material.xml","name":"res/drawable/abc_btn_radio_material.xml","size":464,"crc":-1563179758},{"key":"res/drawable/abc_btn_radio_material_anim.xml","name":"res/drawable/abc_btn_radio_material_anim.xml","size":816,"crc":893282678},{"key":"res/drawable/abc_cab_background_internal_bg.xml","name":"res/drawable/abc_cab_background_internal_bg.xml","size":372,"crc":-693425677},{"key":"res/drawable/abc_cab_background_top_material.xml","name":"res/drawable/abc_cab_background_top_material.xml","size":336,"crc":-1512034296},{"key":"res/drawable-v23/abc_control_background_material.xml","name":"res/drawable-v23/abc_control_background_material.xml","size":304,"crc":447853151},{"key":"res/drawable-v21/abc_dialog_material_background.xml","name":"res/drawable-v21/abc_dialog_material_background.xml","size":716,"crc":369435469},{"key":"res/drawable-v21/abc_edit_text_material.xml","name":"res/drawable-v21/abc_edit_text_material.xml","size":1172,"crc":-1754535450},{"key":"res/drawable/abc_ic_ab_back_material.xml","name":"res/drawable/abc_ic_ab_back_material.xml","size":692,"crc":-238478857},{"key":"res/drawable/abc_ic_arrow_drop_right_black_24dp.xml","name":"res/drawable/abc_ic_arrow_drop_right_black_24dp.xml","size":1000,"crc":-766638774},{"key":"res/drawable/abc_ic_clear_material.xml","name":"res/drawable/abc_ic_clear_material.xml","size":684,"crc":2134066410},{"key":"res/drawable/abc_ic_go_search_api_material.xml","name":"res/drawable/abc_ic_go_search_api_material.xml","size":640,"crc":445212600},{"key":"res/drawable/abc_ic_menu_copy_mtrl_am_alpha.xml","name":"res/drawable/abc_ic_menu_copy_mtrl_am_alpha.xml","size":756,"crc":141324321},{"key":"res/drawable/abc_ic_menu_cut_mtrl_alpha.xml","name":"res/drawable/abc_ic_menu_cut_mtrl_alpha.xml","size":1096,"crc":459529817},{"key":"res/drawable/abc_ic_menu_overflow_material.xml","name":"res/drawable/abc_ic_menu_overflow_material.xml","size":792,"crc":670428759},{"key":"res/drawable/abc_ic_menu_paste_mtrl_am_alpha.xml","name":"res/drawable/abc_ic_menu_paste_mtrl_am_alpha.xml","size":796,"crc":1534258133},{"key":"res/drawable/abc_ic_menu_selectall_mtrl_alpha.xml","name":"res/drawable/abc_ic_menu_selectall_mtrl_alpha.xml","size":920,"crc":1929046294},{"key":"res/drawable/abc_ic_menu_share_mtrl_alpha.xml","name":"res/drawable/abc_ic_menu_share_mtrl_alpha.xml","size":980,"crc":547834227},{"key":"res/drawable/abc_ic_search_api_material.xml","name":"res/drawable/abc_ic_search_api_material.xml","size":812,"crc":1282784005},{"key":"res/drawable/abc_ic_voice_search_api_material.xml","name":"res/drawable/abc_ic_voice_search_api_material.xml","size":828,"crc":-114005597},{"key":"res/drawable/abc_item_background_holo_dark.xml","name":"res/drawable/abc_item_background_holo_dark.xml","size":1012,"crc":-1100220083},{"key":"res/drawable/abc_item_background_holo_light.xml","name":"res/drawable/abc_item_background_holo_light.xml","size":1012,"crc":121753374},{"key":"res/drawable-v21/abc_list_divider_material.xml","name":"res/drawable-v21/abc_list_divider_material.xml","size":516,"crc":-2096256569},{"key":"res/drawable/abc_list_selector_background_transition_holo_dark.xml","name":"res/drawable/abc_list_selector_background_transition_holo_dark.xml","size":424,"crc":886525859},{"key":"res/drawable/abc_list_selector_background_transition_holo_light.xml","name":"res/drawable/abc_list_selector_background_transition_holo_light.xml","size":424,"crc":696943079},{"key":"res/drawable/abc_list_selector_holo_dark.xml","name":"res/drawable/abc_list_selector_holo_dark.xml","size":1064,"crc":-1514718402},{"key":"res/drawable/abc_list_selector_holo_light.xml","name":"res/drawable/abc_list_selector_holo_light.xml","size":1064,"crc":-1869964317},{"key":"res/drawable/abc_ratingbar_indicator_material.xml","name":"res/drawable/abc_ratingbar_indicator_material.xml","size":124,"crc":1548506544},{"key":"res/drawable/abc_ratingbar_material.xml","name":"res/drawable/abc_ratingbar_material.xml","size":124,"crc":1548506544},{"key":"res/drawable/abc_ratingbar_small_material.xml","name":"res/drawable/abc_ratingbar_small_material.xml","size":124,"crc":1548506544},{"key":"res/drawable/abc_seekbar_thumb_material.xml","name":"res/drawable/abc_seekbar_thumb_material.xml","size":1100,"crc":910207004},{"key":"res/drawable/abc_seekbar_tick_mark_material.xml","name":"res/drawable/abc_seekbar_tick_mark_material.xml","size":516,"crc":268187399},{"key":"res/drawable/abc_seekbar_track_material.xml","name":"res/drawable/abc_seekbar_track_material.xml","size":1408,"crc":-1074493088},{"key":"res/drawable/abc_spinner_textfield_background_material.xml","name":"res/drawable/abc_spinner_textfield_background_material.xml","size":1160,"crc":2001648743},{"key":"res/drawable/abc_star_black_48dp.xml","name":"res/drawable/abc_star_black_48dp.xml","size":640,"crc":1103021236},{"key":"res/drawable/abc_star_half_black_48dp.xml","name":"res/drawable/abc_star_half_black_48dp.xml","size":600,"crc":-1411498920},{"key":"res/drawable/abc_switch_thumb_material.xml","name":"res/drawable/abc_switch_thumb_material.xml","size":464,"crc":184939420},{"key":"res/drawable/abc_tab_indicator_material.xml","name":"res/drawable/abc_tab_indicator_material.xml","size":468,"crc":-1462818277},{"key":"res/drawable/abc_text_cursor_material.xml","name":"res/drawable/abc_text_cursor_material.xml","size":516,"crc":46912569},{"key":"res/drawable/abc_textfield_search_material.xml","name":"res/drawable/abc_textfield_search_material.xml","size":756,"crc":-446896712},{"key":"res/drawable/abc_vector_test.xml","name":"res/drawable/abc_vector_test.xml","size":612,"crc":-1414823522},{"key":"res/drawable/avd_hide_password.xml","name":"res/drawable/avd_hide_password.xml","size":660,"crc":123778880},{"key":"res/drawable/avd_show_password.xml","name":"res/drawable/avd_show_password.xml","size":660,"crc":-1257998099},{"key":"res/drawable/bg_bubble_receive.xml","name":"res/drawable/bg_bubble_receive.xml","size":632,"crc":-161217299},{"key":"res/drawable/bg_bubble_send.xml","name":"res/drawable/bg_bubble_send.xml","size":632,"crc":56045698},{"key":"res/drawable/bg_chat_input.xml","name":"res/drawable/bg_chat_input.xml","size":612,"crc":-2130544738},{"key":"res/drawable/btn_checkbox_checked_mtrl.xml","name":"res/drawable/btn_checkbox_checked_mtrl.xml","size":2688,"crc":-929037891},{"key":"res/drawable/btn_checkbox_checked_to_unchecked_mtrl_animation.xml","name":"res/drawable/btn_checkbox_checked_to_unchecked_mtrl_animation.xml","size":688,"crc":-593636440},{"key":"res/drawable/btn_checkbox_unchecked_mtrl.xml","name":"res/drawable/btn_checkbox_unchecked_mtrl.xml","size":2660,"crc":1605872269},{"key":"res/drawable/btn_checkbox_unchecked_to_checked_mtrl_animation.xml","name":"res/drawable/btn_checkbox_unchecked_to_checked_mtrl_animation.xml","size":688,"crc":2028575714},{"key":"res/drawable/btn_outline_error.xml","name":"res/drawable/btn_outline_error.xml","size":776,"crc":1535757045},{"key":"res/drawable/btn_outline_primary.xml","name":"res/drawable/btn_outline_primary.xml","size":776,"crc":-1183621919},{"key":"res/drawable/btn_radio_off_mtrl.xml","name":"res/drawable/btn_radio_off_mtrl.xml","size":1728,"crc":1230695815},{"key":"res/drawable/btn_radio_off_to_on_mtrl_animation.xml","name":"res/drawable/btn_radio_off_to_on_mtrl_animation.xml","size":680,"crc":568276024},{"key":"res/drawable/btn_radio_on_mtrl.xml","name":"res/drawable/btn_radio_on_mtrl.xml","size":1656,"crc":-1785735633},{"key":"res/drawable/btn_radio_on_to_off_mtrl_animation.xml","name":"res/drawable/btn_radio_on_to_off_mtrl_animation.xml","size":680,"crc":-1740213328},{"key":"res/drawable/circle_bg.xml","name":"res/drawable/circle_bg.xml","size":372,"crc":-1282807193},{"key":"res/drawable/common_google_signin_btn_icon_dark.xml","name":"res/drawable/common_google_signin_btn_icon_dark.xml","size":588,"crc":-867780118},{"key":"res/drawable/common_google_signin_btn_icon_dark_focused.xml","name":"res/drawable/common_google_signin_btn_icon_dark_focused.xml","size":892,"crc":-1628128507},{"key":"res/drawable/common_google_signin_btn_icon_dark_normal.xml","name":"res/drawable/common_google_signin_btn_icon_dark_normal.xml","size":548,"crc":-737512177},{"key":"res/drawable/common_google_signin_btn_icon_disabled.xml","name":"res/drawable/common_google_signin_btn_icon_disabled.xml","size":1132,"crc":225429495},{"key":"res/drawable/common_google_signin_btn_icon_light.xml","name":"res/drawable/common_google_signin_btn_icon_light.xml","size":588,"crc":1141681459},{"key":"res/drawable/common_google_signin_btn_icon_light_focused.xml","name":"res/drawable/common_google_signin_btn_icon_light_focused.xml","size":892,"crc":2009654076},{"key":"res/drawable/common_google_signin_btn_icon_light_normal.xml","name":"res/drawable/common_google_signin_btn_icon_light_normal.xml","size":548,"crc":692441811},{"key":"res/drawable/common_google_signin_btn_text_dark.xml","name":"res/drawable/common_google_signin_btn_text_dark.xml","size":588,"crc":293808477},{"key":"res/drawable/common_google_signin_btn_text_dark_focused.xml","name":"res/drawable/common_google_signin_btn_text_dark_focused.xml","size":892,"crc":814983392},{"key":"res/drawable/common_google_signin_btn_text_dark_normal.xml","name":"res/drawable/common_google_signin_btn_text_dark_normal.xml","size":584,"crc":-1223201261},{"key":"res/drawable/common_google_signin_btn_text_disabled.xml","name":"res/drawable/common_google_signin_btn_text_disabled.xml","size":1152,"crc":-1923056973},{"key":"res/drawable/common_google_signin_btn_text_light.xml","name":"res/drawable/common_google_signin_btn_text_light.xml","size":588,"crc":1964642926},{"key":"res/drawable/common_google_signin_btn_text_light_focused.xml","name":"res/drawable/common_google_signin_btn_text_light_focused.xml","size":892,"crc":-470694231},{"key":"res/drawable/common_google_signin_btn_text_light_normal.xml","name":"res/drawable/common_google_signin_btn_text_light_normal.xml","size":584,"crc":807748971},{"key":"res/drawable/design_fab_background.xml","name":"res/drawable/design_fab_background.xml","size":372,"crc":522588254},{"key":"res/drawable/design_ic_visibility.xml","name":"res/drawable/design_ic_visibility.xml","size":540,"crc":-1513314028},{"key":"res/drawable/design_ic_visibility_off.xml","name":"res/drawable/design_ic_visibility_off.xml","size":1144,"crc":-1859213009},{"key":"res/drawable/design_password_eye.xml","name":"res/drawable/design_password_eye.xml","size":816,"crc":309552417},{"key":"res/drawable/design_snackbar_background.xml","name":"res/drawable/design_snackbar_background.xml","size":484,"crc":458340000},{"key":"res/drawable/ic_arrow_back.xml","name":"res/drawable/ic_arrow_back.xml","size":612,"crc":1975191562},{"key":"res/drawable/ic_arrow_back_black_24.xml","name":"res/drawable/ic_arrow_back_black_24.xml","size":612,"crc":1298099340},{"key":"res/drawable/ic_call_answer.xml","name":"res/drawable/ic_call_answer.xml","size":1356,"crc":-417851860},{"key":"res/drawable/ic_call_answer_low.xml","name":"res/drawable/ic_call_answer_low.xml","size":1320,"crc":-2078588160},{"key":"res/drawable/ic_call_answer_video.xml","name":"res/drawable/ic_call_answer_video.xml","size":772,"crc":1837259622},{"key":"res/drawable/ic_call_answer_video_low.xml","name":"res/drawable/ic_call_answer_video_low.xml","size":736,"crc":1149510206},{"key":"res/drawable/ic_call_decline.xml","name":"res/drawable/ic_call_decline.xml","size":1528,"crc":-1902206380},{"key":"res/drawable/ic_call_decline_low.xml","name":"res/drawable/ic_call_decline_low.xml","size":1492,"crc":-593934670},{"key":"res/drawable/ic_chat.xml","name":"res/drawable/ic_chat.xml","size":628,"crc":-1463106920},{"key":"res/drawable/ic_clear_black_24.xml","name":"res/drawable/ic_clear_black_24.xml","size":684,"crc":-1106505277},{"key":"res/drawable/ic_clock_black_24dp.xml","name":"res/drawable/ic_clock_black_24dp.xml","size":752,"crc":-1073021850},{"key":"res/drawable/ic_keyboard_black_24dp.xml","name":"res/drawable/ic_keyboard_black_24dp.xml","size":852,"crc":173715929},{"key":"res/drawable/ic_launcher.xml","name":"res/drawable/ic_launcher.xml","size":720,"crc":-1176689471},{"key":"res/drawable/ic_launcher_final.xml","name":"res/drawable/ic_launcher_final.xml","size":344,"crc":1899879448},{"key":"res/drawable/ic_launcher_round.xml","name":"res/drawable/ic_launcher_round.xml","size":748,"crc":-1674671304},{"key":"res/drawable/ic_logo.png","name":"res/drawable/ic_logo.png","size":83841,"crc":1923104465},{"key":"res/drawable/ic_logo_scaled.xml","name":"res/drawable/ic_logo_scaled.xml","size":592,"crc":-1133789932},{"key":"res/drawable/ic_m3_chip_check.xml","name":"res/drawable/ic_m3_chip_check.xml","size":704,"crc":1455308475},{"key":"res/drawable/ic_m3_chip_checked_circle.xml","name":"res/drawable/ic_m3_chip_checked_circle.xml","size":900,"crc":888185085},{"key":"res/drawable/ic_m3_chip_close.xml","name":"res/drawable/ic_m3_chip_close.xml","size":648,"crc":1348968016},{"key":"res/drawable/ic_mtrl_checked_circle.xml","name":"res/drawable/ic_mtrl_checked_circle.xml","size":672,"crc":-943865253},{"key":"res/drawable/ic_mtrl_chip_checked_black.xml","name":"res/drawable/ic_mtrl_chip_checked_black.xml","size":600,"crc":1633852816},{"key":"res/drawable/ic_mtrl_chip_checked_circle.xml","name":"res/drawable/ic_mtrl_chip_checked_circle.xml","size":940,"crc":1250486260},{"key":"res/drawable/ic_mtrl_chip_close_circle.xml","name":"res/drawable/ic_mtrl_chip_close_circle.xml","size":808,"crc":-160089038},{"key":"res/drawable/ic_nav_agenda.xml","name":"res/drawable/ic_nav_agenda.xml","size":768,"crc":-1195895539},{"key":"res/drawable/ic_nav_contactos.xml","name":"res/drawable/ic_nav_contactos.xml","size":844,"crc":-1361833109},{"key":"res/drawable/ic_nav_inicio.xml","name":"res/drawable/ic_nav_inicio.xml","size":720,"crc":-898021318},{"key":"res/drawable/ic_nav_pacientes.xml","name":"res/drawable/ic_nav_pacientes.xml","size":944,"crc":-682927403},{"key":"res/drawable/ic_other_sign_in.xml","name":"res/drawable/ic_other_sign_in.xml","size":1228,"crc":376371943},{"key":"res/drawable/ic_passkey.xml","name":"res/drawable/ic_passkey.xml","size":1200,"crc":821501914},{"key":"res/drawable/ic_password.xml","name":"res/drawable/ic_password.xml","size":2092,"crc":1109675091},{"key":"res/drawable/ic_placeholder.xml","name":"res/drawable/ic_placeholder.xml","size":708,"crc":-990390380},{"key":"res/drawable/ic_search_black_24.xml","name":"res/drawable/ic_search_black_24.xml","size":800,"crc":-1571083540},{"key":"res/drawable/ic_send.xml","name":"res/drawable/ic_send.xml","size":588,"crc":-961705175},{"key":"res/drawable/ic_user.xml","name":"res/drawable/ic_user.xml","size":672,"crc":-1154825104},{"key":"res/drawable/logo_app.png","name":"res/drawable/logo_app.png","size":23441,"crc":-1547525012},{"key":"res/drawable/m3_avd_hide_password.xml","name":"res/drawable/m3_avd_hide_password.xml","size":660,"crc":408149717},{"key":"res/drawable/m3_avd_show_password.xml","name":"res/drawable/m3_avd_show_password.xml","size":660,"crc":1375469874},{"key":"res/drawable/m3_bottom_sheet_drag_handle.xml","name":"res/drawable/m3_bottom_sheet_drag_handle.xml","size":628,"crc":-76628415},{"key":"res/drawable/m3_password_eye.xml","name":"res/drawable/m3_password_eye.xml","size":816,"crc":-1793103151},{"key":"res/drawable/m3_popupmenu_background_overlay.xml","name":"res/drawable/m3_popupmenu_background_overlay.xml","size":740,"crc":-1501976386},{"key":"res/drawable-v23/m3_radiobutton_ripple.xml","name":"res/drawable-v23/m3_radiobutton_ripple.xml","size":304,"crc":1123314444},{"key":"res/drawable-v23/m3_selection_control_ripple.xml","name":"res/drawable-v23/m3_selection_control_ripple.xml","size":304,"crc":1333793827},{"key":"res/drawable-v23/m3_tabs_background.xml","name":"res/drawable-v23/m3_tabs_background.xml","size":868,"crc":814971799},{"key":"res/drawable/m3_tabs_line_indicator.xml","name":"res/drawable/m3_tabs_line_indicator.xml","size":480,"crc":1189781760},{"key":"res/drawable/m3_tabs_rounded_line_indicator.xml","name":"res/drawable/m3_tabs_rounded_line_indicator.xml","size":956,"crc":175350675},{"key":"res/drawable-v23/m3_tabs_transparent_background.xml","name":"res/drawable-v23/m3_tabs_transparent_background.xml","size":632,"crc":-168091800},{"key":"res/drawable-v21/material_cursor_drawable.xml","name":"res/drawable-v21/material_cursor_drawable.xml","size":588,"crc":-1982380937},{"key":"res/drawable/material_ic_calendar_black_24dp.xml","name":"res/drawable/material_ic_calendar_black_24dp.xml","size":696,"crc":1880928615},{"key":"res/drawable/material_ic_clear_black_24dp.xml","name":"res/drawable/material_ic_clear_black_24dp.xml","size":752,"crc":2137394315},{"key":"res/drawable/material_ic_edit_black_24dp.xml","name":"res/drawable/material_ic_edit_black_24dp.xml","size":716,"crc":604732683},{"key":"res/drawable/material_ic_keyboard_arrow_left_black_24dp.xml","name":"res/drawable/material_ic_keyboard_arrow_left_black_24dp.xml","size":712,"crc":-484329892},{"key":"res/drawable/material_ic_keyboard_arrow_right_black_24dp.xml","name":"res/drawable/material_ic_keyboard_arrow_right_black_24dp.xml","size":700,"crc":-1345623571},{"key":"res/drawable/material_ic_menu_arrow_down_black_24dp.xml","name":"res/drawable/material_ic_menu_arrow_down_black_24dp.xml","size":648,"crc":1326784656},{"key":"res/drawable/material_ic_menu_arrow_up_black_24dp.xml","name":"res/drawable/material_ic_menu_arrow_up_black_24dp.xml","size":648,"crc":-796709783},{"key":"res/drawable/mtrl_bottomsheet_drag_handle.xml","name":"res/drawable/mtrl_bottomsheet_drag_handle.xml","size":628,"crc":-1199591059},{"key":"res/drawable/mtrl_checkbox_button.xml","name":"res/drawable/mtrl_checkbox_button.xml","size":1332,"crc":-1965779957},{"key":"res/drawable/mtrl_checkbox_button_checked_unchecked.xml","name":"res/drawable/mtrl_checkbox_button_checked_unchecked.xml","size":724,"crc":371898726},{"key":"res/drawable/mtrl_checkbox_button_icon.xml","name":"res/drawable/mtrl_checkbox_button_icon.xml","size":1572,"crc":704812098},{"key":"res/drawable/mtrl_checkbox_button_icon_checked_indeterminate.xml","name":"res/drawable/mtrl_checkbox_button_icon_checked_indeterminate.xml","size":524,"crc":-1612161683},{"key":"res/drawable/mtrl_checkbox_button_icon_checked_unchecked.xml","name":"res/drawable/mtrl_checkbox_button_icon_checked_unchecked.xml","size":724,"crc":121377866},{"key":"res/drawable/mtrl_checkbox_button_icon_indeterminate_checked.xml","name":"res/drawable/mtrl_checkbox_button_icon_indeterminate_checked.xml","size":524,"crc":327110895},{"key":"res/drawable/mtrl_checkbox_button_icon_indeterminate_unchecked.xml","name":"res/drawable/mtrl_checkbox_button_icon_indeterminate_unchecked.xml","size":724,"crc":-206354934},{"key":"res/drawable/mtrl_checkbox_button_icon_unchecked_checked.xml","name":"res/drawable/mtrl_checkbox_button_icon_unchecked_checked.xml","size":724,"crc":1730303048},{"key":"res/drawable/mtrl_checkbox_button_icon_unchecked_indeterminate.xml","name":"res/drawable/mtrl_checkbox_button_icon_unchecked_indeterminate.xml","size":724,"crc":-1445035446},{"key":"res/drawable/mtrl_checkbox_button_unchecked_checked.xml","name":"res/drawable/mtrl_checkbox_button_unchecked_checked.xml","size":724,"crc":756823660},{"key":"res/drawable/mtrl_dialog_background.xml","name":"res/drawable/mtrl_dialog_background.xml","size":716,"crc":-641696484},{"key":"res/drawable/mtrl_dropdown_arrow.xml","name":"res/drawable/mtrl_dropdown_arrow.xml","size":464,"crc":-631764301},{"key":"res/drawable/mtrl_ic_arrow_drop_down.xml","name":"res/drawable/mtrl_ic_arrow_drop_down.xml","size":564,"crc":1573648397},{"key":"res/drawable/mtrl_ic_arrow_drop_up.xml","name":"res/drawable/mtrl_ic_arrow_drop_up.xml","size":564,"crc":-1957332043},{"key":"res/drawable/mtrl_ic_cancel.xml","name":"res/drawable/mtrl_ic_cancel.xml","size":724,"crc":-1697437044},{"key":"res/drawable/mtrl_ic_check_mark.xml","name":"res/drawable/mtrl_ic_check_mark.xml","size":744,"crc":-90456800},{"key":"res/drawable/mtrl_ic_checkbox_checked.xml","name":"res/drawable/mtrl_ic_checkbox_checked.xml","size":904,"crc":-91560387},{"key":"res/drawable/mtrl_ic_checkbox_unchecked.xml","name":"res/drawable/mtrl_ic_checkbox_unchecked.xml","size":612,"crc":-327961786},{"key":"res/drawable/mtrl_ic_error.xml","name":"res/drawable/mtrl_ic_error.xml","size":644,"crc":1937222060},{"key":"res/drawable/mtrl_ic_indeterminate.xml","name":"res/drawable/mtrl_ic_indeterminate.xml","size":744,"crc":295972890},{"key":"res/drawable-v21/mtrl_navigation_bar_item_background.xml","name":"res/drawable-v21/mtrl_navigation_bar_item_background.xml","size":264,"crc":649188693},{"key":"res/drawable/mtrl_popupmenu_background.xml","name":"res/drawable/mtrl_popupmenu_background.xml","size":740,"crc":-1934821685},{"key":"res/drawable-v23/mtrl_popupmenu_background_overlay.xml","name":"res/drawable-v23/mtrl_popupmenu_background_overlay.xml","size":1228,"crc":1876393037},{"key":"res/drawable/mtrl_switch_thumb.xml","name":"res/drawable/mtrl_switch_thumb.xml","size":2004,"crc":1330484658},{"key":"res/drawable/mtrl_switch_thumb_checked.xml","name":"res/drawable/mtrl_switch_thumb_checked.xml","size":744,"crc":994429792},{"key":"res/drawable/mtrl_switch_thumb_checked_pressed.xml","name":"res/drawable/mtrl_switch_thumb_checked_pressed.xml","size":524,"crc":-1612752073},{"key":"res/drawable/mtrl_switch_thumb_checked_unchecked.xml","name":"res/drawable/mtrl_switch_thumb_checked_unchecked.xml","size":784,"crc":-1109747304},{"key":"res/drawable/mtrl_switch_thumb_pressed.xml","name":"res/drawable/mtrl_switch_thumb_pressed.xml","size":744,"crc":-1511685945},{"key":"res/drawable/mtrl_switch_thumb_pressed_checked.xml","name":"res/drawable/mtrl_switch_thumb_pressed_checked.xml","size":524,"crc":1429598163},{"key":"res/drawable/mtrl_switch_thumb_pressed_unchecked.xml","name":"res/drawable/mtrl_switch_thumb_pressed_unchecked.xml","size":524,"crc":-962873279},{"key":"res/drawable/mtrl_switch_thumb_unchecked.xml","name":"res/drawable/mtrl_switch_thumb_unchecked.xml","size":744,"crc":743960383},{"key":"res/drawable/mtrl_switch_thumb_unchecked_checked.xml","name":"res/drawable/mtrl_switch_thumb_unchecked_checked.xml","size":784,"crc":-323746710},{"key":"res/drawable/mtrl_switch_thumb_unchecked_pressed.xml","name":"res/drawable/mtrl_switch_thumb_unchecked_pressed.xml","size":524,"crc":-1239997695},{"key":"res/drawable/mtrl_switch_track.xml","name":"res/drawable/mtrl_switch_track.xml","size":588,"crc":619132713},{"key":"res/drawable/mtrl_switch_track_decoration.xml","name":"res/drawable/mtrl_switch_track_decoration.xml","size":636,"crc":-337550886},{"key":"res/drawable/mtrl_tabs_default_indicator.xml","name":"res/drawable/mtrl_tabs_default_indicator.xml","size":628,"crc":-1187923997},{"key":"res/drawable/navigation_empty_icon.xml","name":"res/drawable/navigation_empty_icon.xml","size":516,"crc":-1097598381},{"key":"res/drawable-v21/notification_action_background.xml","name":"res/drawable-v21/notification_action_background.xml","size":1180,"crc":597293643},{"key":"res/drawable/notification_bg.xml","name":"res/drawable/notification_bg.xml","size":532,"crc":-1359074412},{"key":"res/drawable/notification_bg_low.xml","name":"res/drawable/notification_bg_low.xml","size":532,"crc":463927355},{"key":"res/drawable/notification_icon_background.xml","name":"res/drawable/notification_icon_background.xml","size":372,"crc":1128694486},{"key":"res/drawable/notification_tile_bg.xml","name":"res/drawable/notification_tile_bg.xml","size":304,"crc":1071881688},{"key":"res/drawable/test_level_drawable.xml","name":"res/drawable/test_level_drawable.xml","size":448,"crc":-1173986526},{"key":"res/drawable/tooltip_frame_dark.xml","name":"res/drawable/tooltip_frame_dark.xml","size":484,"crc":-999993203},{"key":"res/drawable/tooltip_frame_light.xml","name":"res/drawable/tooltip_frame_light.xml","size":484,"crc":-650600759},{"key":"res/drawable-watch-v20/abc_dialog_material_background.xml","name":"res/drawable-watch-v20/abc_dialog_material_background.xml","size":372,"crc":-394371206},{"key":"res/drawable-watch-v20/common_google_signin_btn_text_dark_normal.xml","name":"res/drawable-watch-v20/common_google_signin_btn_text_dark_normal.xml","size":908,"crc":-1281764111},{"key":"res/drawable-watch-v20/common_google_signin_btn_text_disabled.xml","name":"res/drawable-watch-v20/common_google_signin_btn_text_disabled.xml","size":1040,"crc":2059630090},{"key":"res/drawable-watch-v20/common_google_signin_btn_text_light_normal.xml","name":"res/drawable-watch-v20/common_google_signin_btn_text_light_normal.xml","size":872,"crc":-1106256123},{"key":"res/drawable-v26/ic_launcher_final.xml","name":"res/drawable-v26/ic_launcher_final.xml","size":448,"crc":1934410534},{"key":"res/drawable-ldpi-v23/fingerprint_dialog_error.png","name":"res/drawable-ldpi-v23/fingerprint_dialog_error.png","size":431,"crc":-1899797091},{"key":"res/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png","size":267,"crc":-1782854401},{"key":"res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png","name":"res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png","size":214,"crc":1784469944},{"key":"res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png","name":"res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png","size":321,"crc":417858442},{"key":"res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png","name":"res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png","size":324,"crc":-25912589},{"key":"res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png","name":"res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png","size":356,"crc":483927252},{"key":"res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png","name":"res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png","size":754,"crc":-2043172043},{"key":"res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png","name":"res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png","size":825,"crc":746268540},{"key":"res/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png","size":216,"crc":1331007226},{"key":"res/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png","name":"res/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png","size":173,"crc":188325625},{"key":"res/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png","size":167,"crc":895755044},{"key":"res/drawable-mdpi-v4/abc_list_focused_holo.9.png","name":"res/drawable-mdpi-v4/abc_list_focused_holo.9.png","size":222,"crc":-1314153213},{"key":"res/drawable-mdpi-v4/abc_list_longpressed_holo.9.png","name":"res/drawable-mdpi-v4/abc_list_longpressed_holo.9.png","size":211,"crc":2026076309},{"key":"res/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png","name":"res/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png","size":207,"crc":247870200},{"key":"res/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png","name":"res/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png","size":207,"crc":1914292392},{"key":"res/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png","name":"res/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png","size":217,"crc":-1161232362},{"key":"res/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png","name":"res/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png","size":217,"crc":-321357989},{"key":"res/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png","name":"res/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png","size":541,"crc":-973152337},{"key":"res/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png","name":"res/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png","size":776,"crc":-794041096},{"key":"res/drawable-mdpi-v4/abc_scrubber_control_off_mtrl_alpha.png","name":"res/drawable-mdpi-v4/abc_scrubber_control_off_mtrl_alpha.png","size":159,"crc":1388505315},{"key":"res/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png","name":"res/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png","size":145,"crc":771315572},{"key":"res/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png","name":"res/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png","size":197,"crc":-1487297953},{"key":"res/drawable-mdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png","size":203,"crc":-655213014},{"key":"res/drawable-mdpi-v4/abc_scrubber_track_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_scrubber_track_mtrl_alpha.9.png","size":194,"crc":-2110916847},{"key":"res/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png","name":"res/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png","size":327,"crc":-1603084466},{"key":"res/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png","size":395,"crc":-1758576653},{"key":"res/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png","size":186,"crc":-1468200696},{"key":"res/drawable-mdpi-v4/abc_text_select_handle_left_mtrl.png","name":"res/drawable-mdpi-v4/abc_text_select_handle_left_mtrl.png","size":203,"crc":558759102},{"key":"res/drawable-mdpi-v4/abc_text_select_handle_middle_mtrl.png","name":"res/drawable-mdpi-v4/abc_text_select_handle_middle_mtrl.png","size":310,"crc":1086079552},{"key":"res/drawable-mdpi-v4/abc_text_select_handle_right_mtrl.png","name":"res/drawable-mdpi-v4/abc_text_select_handle_right_mtrl.png","size":186,"crc":1494279640},{"key":"res/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png","size":181,"crc":2009755725},{"key":"res/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png","size":178,"crc":-982571302},{"key":"res/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png","size":178,"crc":1754865820},{"key":"res/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png","size":178,"crc":-1349392436},{"key":"res/drawable-mdpi-v4/common_google_signin_btn_icon_dark_normal_background.9.png","name":"res/drawable-mdpi-v4/common_google_signin_btn_icon_dark_normal_background.9.png","size":610,"crc":-2006350336},{"key":"res/drawable-mdpi-v4/common_google_signin_btn_icon_light_normal_background.9.png","name":"res/drawable-mdpi-v4/common_google_signin_btn_icon_light_normal_background.9.png","size":500,"crc":-956992980},{"key":"res/drawable-mdpi-v4/common_google_signin_btn_text_dark_normal_background.9.png","name":"res/drawable-mdpi-v4/common_google_signin_btn_text_dark_normal_background.9.png","size":615,"crc":1100604633},{"key":"res/drawable-mdpi-v4/common_google_signin_btn_text_light_normal_background.9.png","name":"res/drawable-mdpi-v4/common_google_signin_btn_text_light_normal_background.9.png","size":465,"crc":-581075857},{"key":"res/drawable-mdpi-v23/fingerprint_dialog_error.png","name":"res/drawable-mdpi-v23/fingerprint_dialog_error.png","size":565,"crc":-755315411},{"key":"res/drawable-mdpi-v4/googleg_disabled_color_18.png","name":"res/drawable-mdpi-v4/googleg_disabled_color_18.png","size":281,"crc":-94345570},{"key":"res/drawable-mdpi-v4/googleg_standard_color_18.png","name":"res/drawable-mdpi-v4/googleg_standard_color_18.png","size":562,"crc":1980127520},{"key":"res/drawable-mdpi-v4/notification_bg_low_normal.9.png","name":"res/drawable-mdpi-v4/notification_bg_low_normal.9.png","size":215,"crc":-637905481},{"key":"res/drawable-mdpi-v4/notification_bg_low_pressed.9.png","name":"res/drawable-mdpi-v4/notification_bg_low_pressed.9.png","size":223,"crc":-1206985160},{"key":"res/drawable-mdpi-v4/notification_bg_normal.9.png","name":"res/drawable-mdpi-v4/notification_bg_normal.9.png","size":215,"crc":-1053437548},{"key":"res/drawable-mdpi-v4/notification_bg_normal_pressed.9.png","name":"res/drawable-mdpi-v4/notification_bg_normal_pressed.9.png","size":223,"crc":-316674454},{"key":"res/drawable-mdpi-v4/notify_panel_notification_icon_bg.png","name":"res/drawable-mdpi-v4/notify_panel_notification_icon_bg.png","size":98,"crc":782467851},{"key":"res/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png","name":"res/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png","size":318,"crc":248812699},{"key":"res/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png","size":272,"crc":-522187894},{"key":"res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png","name":"res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png","size":227,"crc":1441099833},{"key":"res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png","name":"res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png","size":404,"crc":321481106},{"key":"res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png","name":"res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png","size":464,"crc":-765083169},{"key":"res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png","name":"res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png","size":563,"crc":-1693177409},{"key":"res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png","name":"res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png","size":1096,"crc":1160393035},{"key":"res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png","name":"res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png","size":1243,"crc":-296122373},{"key":"res/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png","size":226,"crc":-1994891200},{"key":"res/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png","name":"res/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png","size":171,"crc":-834791833},{"key":"res/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png","size":167,"crc":895755044},{"key":"res/drawable-hdpi-v4/abc_list_focused_holo.9.png","name":"res/drawable-hdpi-v4/abc_list_focused_holo.9.png","size":244,"crc":-1907514871},{"key":"res/drawable-hdpi-v4/abc_list_longpressed_holo.9.png","name":"res/drawable-hdpi-v4/abc_list_longpressed_holo.9.png","size":212,"crc":-2119094306},{"key":"res/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png","name":"res/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png","size":208,"crc":-1848424351},{"key":"res/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png","name":"res/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png","size":208,"crc":-534797190},{"key":"res/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png","name":"res/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png","size":228,"crc":-494134952},{"key":"res/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png","name":"res/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png","size":229,"crc":-779417061},{"key":"res/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png","name":"res/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png","size":738,"crc":844900423},{"key":"res/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png","name":"res/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png","size":1098,"crc":1031932723},{"key":"res/drawable-hdpi-v4/abc_scrubber_control_off_mtrl_alpha.png","name":"res/drawable-hdpi-v4/abc_scrubber_control_off_mtrl_alpha.png","size":201,"crc":-2033297991},{"key":"res/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png","name":"res/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png","size":196,"crc":555162946},{"key":"res/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png","name":"res/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png","size":272,"crc":1476959993},{"key":"res/drawable-hdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png","size":205,"crc":-1404642591},{"key":"res/drawable-hdpi-v4/abc_scrubber_track_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_scrubber_track_mtrl_alpha.9.png","size":196,"crc":59030235},{"key":"res/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png","name":"res/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png","size":345,"crc":-1913854658},{"key":"res/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png","size":484,"crc":-190177617},{"key":"res/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png","size":190,"crc":1541371996},{"key":"res/drawable-hdpi-v4/abc_text_select_handle_left_mtrl.png","name":"res/drawable-hdpi-v4/abc_text_select_handle_left_mtrl.png","size":278,"crc":-1596734141},{"key":"res/drawable-hdpi-v4/abc_text_select_handle_middle_mtrl.png","name":"res/drawable-hdpi-v4/abc_text_select_handle_middle_mtrl.png","size":396,"crc":-1105084233},{"key":"res/drawable-hdpi-v4/abc_text_select_handle_right_mtrl.png","name":"res/drawable-hdpi-v4/abc_text_select_handle_right_mtrl.png","size":262,"crc":-551175061},{"key":"res/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png","size":186,"crc":1954287679},{"key":"res/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png","size":192,"crc":695154500},{"key":"res/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png","size":178,"crc":-1157342510},{"key":"res/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png","size":178,"crc":-1428961699},{"key":"res/drawable-hdpi-v4/common_full_open_on_phone.png","name":"res/drawable-hdpi-v4/common_full_open_on_phone.png","size":681,"crc":988198958},{"key":"res/drawable-hdpi-v4/common_google_signin_btn_icon_dark_normal_background.9.png","name":"res/drawable-hdpi-v4/common_google_signin_btn_icon_dark_normal_background.9.png","size":897,"crc":-2056690568},{"key":"res/drawable-hdpi-v4/common_google_signin_btn_icon_light_normal_background.9.png","name":"res/drawable-hdpi-v4/common_google_signin_btn_icon_light_normal_background.9.png","size":683,"crc":1492856915},{"key":"res/drawable-hdpi-v4/common_google_signin_btn_text_dark_normal_background.9.png","name":"res/drawable-hdpi-v4/common_google_signin_btn_text_dark_normal_background.9.png","size":960,"crc":-650514931},{"key":"res/drawable-hdpi-v4/common_google_signin_btn_text_light_normal_background.9.png","name":"res/drawable-hdpi-v4/common_google_signin_btn_text_light_normal_background.9.png","size":694,"crc":-1705655752},{"key":"res/drawable-hdpi-v23/fingerprint_dialog_error.png","name":"res/drawable-hdpi-v23/fingerprint_dialog_error.png","size":900,"crc":2079447285},{"key":"res/drawable-hdpi-v4/googleg_disabled_color_18.png","name":"res/drawable-hdpi-v4/googleg_disabled_color_18.png","size":410,"crc":213222193},{"key":"res/drawable-hdpi-v4/googleg_standard_color_18.png","name":"res/drawable-hdpi-v4/googleg_standard_color_18.png","size":808,"crc":2103637412},{"key":"res/drawable-hdpi-v4/notification_bg_low_normal.9.png","name":"res/drawable-hdpi-v4/notification_bg_low_normal.9.png","size":212,"crc":931926398},{"key":"res/drawable-hdpi-v4/notification_bg_low_pressed.9.png","name":"res/drawable-hdpi-v4/notification_bg_low_pressed.9.png","size":225,"crc":1348069157},{"key":"res/drawable-hdpi-v4/notification_bg_normal.9.png","name":"res/drawable-hdpi-v4/notification_bg_normal.9.png","size":212,"crc":-1037255009},{"key":"res/drawable-hdpi-v4/notification_bg_normal_pressed.9.png","name":"res/drawable-hdpi-v4/notification_bg_normal_pressed.9.png","size":225,"crc":-1579774768},{"key":"res/drawable-hdpi-v4/notification_oversize_large_icon_bg.png","name":"res/drawable-hdpi-v4/notification_oversize_large_icon_bg.png","size":909,"crc":-883619049},{"key":"res/drawable-hdpi-v4/notify_panel_notification_icon_bg.png","name":"res/drawable-hdpi-v4/notify_panel_notification_icon_bg.png","size":107,"crc":1859699185},{"key":"res/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png","name":"res/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png","size":345,"crc":-1121400728},{"key":"res/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png","size":280,"crc":-1494763048},{"key":"res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png","name":"res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png","size":281,"crc":-355242921},{"key":"res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png","name":"res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png","size":432,"crc":208515363},{"key":"res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png","name":"res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png","size":651,"crc":586767697},{"key":"res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png","name":"res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png","size":785,"crc":-1305019038},{"key":"res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png","name":"res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png","size":1526,"crc":-483809291},{"key":"res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png","name":"res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png","size":1731,"crc":813343295},{"key":"res/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png","size":229,"crc":1667644415},{"key":"res/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png","name":"res/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png","size":228,"crc":-1596992556},{"key":"res/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png","size":167,"crc":895755044},{"key":"res/drawable-xhdpi-v4/abc_list_focused_holo.9.png","name":"res/drawable-xhdpi-v4/abc_list_focused_holo.9.png","size":244,"crc":-1109247658},{"key":"res/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png","name":"res/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png","size":214,"crc":-2069395290},{"key":"res/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png","name":"res/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png","size":209,"crc":1422722026},{"key":"res/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png","name":"res/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png","size":209,"crc":1178912481},{"key":"res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png","name":"res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png","size":236,"crc":1482420428},{"key":"res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png","name":"res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png","size":235,"crc":809869208},{"key":"res/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png","name":"res/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png","size":966,"crc":-1645055853},{"key":"res/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png","name":"res/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png","size":1544,"crc":1027634507},{"key":"res/drawable-xhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png","name":"res/drawable-xhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png","size":267,"crc":-235495373},{"key":"res/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png","name":"res/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png","size":267,"crc":1780540927},{"key":"res/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png","name":"res/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png","size":391,"crc":1338981723},{"key":"res/drawable-xhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png","size":208,"crc":-1523469685},{"key":"res/drawable-xhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png","size":198,"crc":417197097},{"key":"res/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png","size":448,"crc":-636645826},{"key":"res/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png","size":618,"crc":-315835857},{"key":"res/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png","size":194,"crc":-1805702768},{"key":"res/drawable-xhdpi-v4/abc_text_select_handle_left_mtrl.png","name":"res/drawable-xhdpi-v4/abc_text_select_handle_left_mtrl.png","size":335,"crc":1833493827},{"key":"res/drawable-xhdpi-v4/abc_text_select_handle_middle_mtrl.png","name":"res/drawable-xhdpi-v4/abc_text_select_handle_middle_mtrl.png","size":585,"crc":325182543},{"key":"res/drawable-xhdpi-v4/abc_text_select_handle_right_mtrl.png","name":"res/drawable-xhdpi-v4/abc_text_select_handle_right_mtrl.png","size":318,"crc":1402001197},{"key":"res/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png","size":189,"crc":872981899},{"key":"res/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png","size":187,"crc":1388684995},{"key":"res/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png","size":184,"crc":-735893576},{"key":"res/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png","size":182,"crc":755703140},{"key":"res/drawable-xhdpi-v4/common_full_open_on_phone.png","name":"res/drawable-xhdpi-v4/common_full_open_on_phone.png","size":489,"crc":-864113687},{"key":"res/drawable-xhdpi-v4/common_google_signin_btn_icon_dark_normal_background.9.png","name":"res/drawable-xhdpi-v4/common_google_signin_btn_icon_dark_normal_background.9.png","size":1032,"crc":-185544991},{"key":"res/drawable-xhdpi-v4/common_google_signin_btn_icon_light_normal_background.9.png","name":"res/drawable-xhdpi-v4/common_google_signin_btn_icon_light_normal_background.9.png","size":776,"crc":-1044827319},{"key":"res/drawable-xhdpi-v4/common_google_signin_btn_text_dark_normal_background.9.png","name":"res/drawable-xhdpi-v4/common_google_signin_btn_text_dark_normal_background.9.png","size":1086,"crc":-20176476},{"key":"res/drawable-xhdpi-v4/common_google_signin_btn_text_light_normal_background.9.png","name":"res/drawable-xhdpi-v4/common_google_signin_btn_text_light_normal_background.9.png","size":808,"crc":-618992248},{"key":"res/drawable-xhdpi-v23/fingerprint_dialog_error.png","name":"res/drawable-xhdpi-v23/fingerprint_dialog_error.png","size":1172,"crc":744312287},{"key":"res/drawable-xhdpi-v4/googleg_disabled_color_18.png","name":"res/drawable-xhdpi-v4/googleg_disabled_color_18.png","size":516,"crc":-302930309},{"key":"res/drawable-xhdpi-v4/googleg_standard_color_18.png","name":"res/drawable-xhdpi-v4/googleg_standard_color_18.png","size":982,"crc":-1140172710},{"key":"res/drawable-xhdpi-v4/notification_bg_low_normal.9.png","name":"res/drawable-xhdpi-v4/notification_bg_low_normal.9.png","size":221,"crc":986722933},{"key":"res/drawable-xhdpi-v4/notification_bg_low_pressed.9.png","name":"res/drawable-xhdpi-v4/notification_bg_low_pressed.9.png","size":252,"crc":-930084210},{"key":"res/drawable-xhdpi-v4/notification_bg_normal.9.png","name":"res/drawable-xhdpi-v4/notification_bg_normal.9.png","size":221,"crc":-1723534566},{"key":"res/drawable-xhdpi-v4/notification_bg_normal_pressed.9.png","name":"res/drawable-xhdpi-v4/notification_bg_normal_pressed.9.png","size":247,"crc":-1030044328},{"key":"res/drawable-xhdpi-v4/notify_panel_notification_icon_bg.png","name":"res/drawable-xhdpi-v4/notify_panel_notification_icon_bg.png","size":138,"crc":72836353},{"key":"res/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png","name":"res/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png","size":417,"crc":1015364852},{"key":"res/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png","size":286,"crc":576729413},{"key":"res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png","name":"res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png","size":307,"crc":869620432},{"key":"res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png","name":"res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png","size":593,"crc":-1070792479},{"key":"res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png","name":"res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png","size":984,"crc":-148612735},{"key":"res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png","name":"res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png","size":1208,"crc":-1287566072},{"key":"res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png","name":"res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png","size":2463,"crc":-1414729006},{"key":"res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png","name":"res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png","size":2834,"crc":-629032592},{"key":"res/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png","size":237,"crc":-2126552655},{"key":"res/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png","name":"res/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png","size":224,"crc":1570594586},{"key":"res/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png","size":171,"crc":431487046},{"key":"res/drawable-xxhdpi-v4/abc_list_focused_holo.9.png","name":"res/drawable-xxhdpi-v4/abc_list_focused_holo.9.png","size":245,"crc":432053287},{"key":"res/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png","name":"res/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png","size":221,"crc":594243224},{"key":"res/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png","name":"res/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png","size":212,"crc":1908284469},{"key":"res/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png","name":"res/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png","size":212,"crc":1004408383},{"key":"res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png","name":"res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png","size":260,"crc":453810333},{"key":"res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png","name":"res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png","size":258,"crc":-806067726},{"key":"res/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png","name":"res/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png","size":1779,"crc":-378460718},{"key":"res/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png","name":"res/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png","size":2305,"crc":52525934},{"key":"res/drawable-xxhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png","name":"res/drawable-xxhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png","size":322,"crc":1734458370},{"key":"res/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png","name":"res/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png","size":403,"crc":-258375909},{"key":"res/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png","name":"res/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png","size":595,"crc":25460445},{"key":"res/drawable-xxhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png","size":210,"crc":1410922532},{"key":"res/drawable-xxhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png","size":207,"crc":979167309},{"key":"res/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png","size":524,"crc":-1263352686},{"key":"res/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png","size":851,"crc":-1547140427},{"key":"res/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png","size":204,"crc":-471176010},{"key":"res/drawable-xxhdpi-v4/abc_text_select_handle_left_mtrl.png","name":"res/drawable-xxhdpi-v4/abc_text_select_handle_left_mtrl.png","size":420,"crc":-1423304621},{"key":"res/drawable-xxhdpi-v4/abc_text_select_handle_middle_mtrl.png","name":"res/drawable-xxhdpi-v4/abc_text_select_handle_middle_mtrl.png","size":753,"crc":-1827412542},{"key":"res/drawable-xxhdpi-v4/abc_text_select_handle_right_mtrl.png","name":"res/drawable-xxhdpi-v4/abc_text_select_handle_right_mtrl.png","size":422,"crc":961476924},{"key":"res/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png","size":199,"crc":814610337},{"key":"res/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png","size":200,"crc":807658458},{"key":"res/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png","size":187,"crc":1097119443},{"key":"res/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png","size":186,"crc":-181494251},{"key":"res/drawable-xxhdpi-v4/common_google_signin_btn_icon_dark_normal_background.9.png","name":"res/drawable-xxhdpi-v4/common_google_signin_btn_icon_dark_normal_background.9.png","size":1510,"crc":817334723},{"key":"res/drawable-xxhdpi-v4/common_google_signin_btn_icon_light_normal_background.9.png","name":"res/drawable-xxhdpi-v4/common_google_signin_btn_icon_light_normal_background.9.png","size":1138,"crc":-1359168935},{"key":"res/drawable-xxhdpi-v4/common_google_signin_btn_text_dark_normal_background.9.png","name":"res/drawable-xxhdpi-v4/common_google_signin_btn_text_dark_normal_background.9.png","size":1638,"crc":-1981570183},{"key":"res/drawable-xxhdpi-v4/common_google_signin_btn_text_light_normal_background.9.png","name":"res/drawable-xxhdpi-v4/common_google_signin_btn_text_light_normal_background.9.png","size":1255,"crc":1034823145},{"key":"res/drawable-xxhdpi-v23/fingerprint_dialog_error.png","name":"res/drawable-xxhdpi-v23/fingerprint_dialog_error.png","size":1484,"crc":967466656},{"key":"res/drawable-xxhdpi-v4/googleg_disabled_color_18.png","name":"res/drawable-xxhdpi-v4/googleg_disabled_color_18.png","size":727,"crc":745918827},{"key":"res/drawable-xxhdpi-v4/googleg_standard_color_18.png","name":"res/drawable-xxhdpi-v4/googleg_standard_color_18.png","size":1441,"crc":-508386821},{"key":"res/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png","name":"res/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png","size":525,"crc":-924835231},{"key":"res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png","name":"res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png","size":275,"crc":-1764675204},{"key":"res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png","name":"res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png","size":476,"crc":-992054213},{"key":"res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png","name":"res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png","size":785,"crc":485101068},{"key":"res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png","name":"res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png","size":946,"crc":1611553141},{"key":"res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png","name":"res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png","size":2505,"crc":2088096877},{"key":"res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png","name":"res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png","size":2816,"crc":25828836},{"key":"res/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png","name":"res/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png","size":415,"crc":-335179877},{"key":"res/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png","name":"res/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png","size":631,"crc":-2086075208},{"key":"res/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png","name":"res/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png","size":430,"crc":-943303786},{"key":"res/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png","name":"res/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png","size":813,"crc":-551543263},{"key":"res/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png","name":"res/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png","size":202,"crc":-1543227074},{"key":"res/drawable-xxxhdpi-v4/abc_text_select_handle_left_mtrl.png","name":"res/drawable-xxxhdpi-v4/abc_text_select_handle_left_mtrl.png","size":513,"crc":-990765681},{"key":"res/drawable-xxxhdpi-v4/abc_text_select_handle_right_mtrl.png","name":"res/drawable-xxxhdpi-v4/abc_text_select_handle_right_mtrl.png","size":513,"crc":1860041182},{"key":"res/drawable-xxxhdpi-v23/fingerprint_dialog_error.png","name":"res/drawable-xxxhdpi-v23/fingerprint_dialog_error.png","size":1924,"crc":-7698745},{"key":"res/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png","name":"res/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png","size":437,"crc":997246448},{"key":"res/drawable-anydpi-v24/fingerprint_dialog_error.xml","name":"res/drawable-anydpi-v24/fingerprint_dialog_error.xml","size":2656,"crc":1424990298},{"key":"res/drawable-anydpi-v23/fingerprint_dialog_fp_icon.xml","name":"res/drawable-anydpi-v23/fingerprint_dialog_fp_icon.xml","size":3612,"crc":-153556254},{"key":"res/interpolator/btn_checkbox_checked_mtrl_animation_interpolator_0.xml","name":"res/interpolator/btn_checkbox_checked_mtrl_animation_interpolator_0.xml","size":316,"crc":1170948913},{"key":"res/interpolator/btn_checkbox_checked_mtrl_animation_interpolator_1.xml","name":"res/interpolator/btn_checkbox_checked_mtrl_animation_interpolator_1.xml","size":328,"crc":-324218066},{"key":"res/interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_0.xml","name":"res/interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_0.xml","size":316,"crc":1170948913},{"key":"res/interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_1.xml","name":"res/interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_1.xml","size":328,"crc":-324218066},{"key":"res/interpolator/btn_radio_to_off_mtrl_animation_interpolator_0.xml","name":"res/interpolator/btn_radio_to_off_mtrl_animation_interpolator_0.xml","size":320,"crc":-1334210794},{"key":"res/interpolator/btn_radio_to_on_mtrl_animation_interpolator_0.xml","name":"res/interpolator/btn_radio_to_on_mtrl_animation_interpolator_0.xml","size":320,"crc":-1334210794},{"key":"res/interpolator/fast_out_slow_in.xml","name":"res/interpolator/fast_out_slow_in.xml","size":400,"crc":2971224},{"key":"res/interpolator-v21/m3_sys_motion_easing_emphasized.xml","name":"res/interpolator-v21/m3_sys_motion_easing_emphasized.xml","size":280,"crc":-1681667183},{"key":"res/interpolator-v21/m3_sys_motion_easing_emphasized_accelerate.xml","name":"res/interpolator-v21/m3_sys_motion_easing_emphasized_accelerate.xml","size":400,"crc":-691141408},{"key":"res/interpolator-v21/m3_sys_motion_easing_emphasized_decelerate.xml","name":"res/interpolator-v21/m3_sys_motion_easing_emphasized_decelerate.xml","size":400,"crc":-253525957},{"key":"res/interpolator-v21/m3_sys_motion_easing_linear.xml","name":"res/interpolator-v21/m3_sys_motion_easing_linear.xml","size":400,"crc":1859329543},{"key":"res/interpolator-v21/m3_sys_motion_easing_standard.xml","name":"res/interpolator-v21/m3_sys_motion_easing_standard.xml","size":400,"crc":579344305},{"key":"res/interpolator-v21/m3_sys_motion_easing_standard_accelerate.xml","name":"res/interpolator-v21/m3_sys_motion_easing_standard_accelerate.xml","size":400,"crc":337078112},{"key":"res/interpolator-v21/m3_sys_motion_easing_standard_decelerate.xml","name":"res/interpolator-v21/m3_sys_motion_easing_standard_decelerate.xml","size":400,"crc":-248684124},{"key":"res/interpolator-v21/mtrl_fast_out_linear_in.xml","name":"res/interpolator-v21/mtrl_fast_out_linear_in.xml","size":400,"crc":-184402232},{"key":"res/interpolator-v21/mtrl_fast_out_slow_in.xml","name":"res/interpolator-v21/mtrl_fast_out_slow_in.xml","size":400,"crc":-1024605739},{"key":"res/interpolator/mtrl_linear.xml","name":"res/interpolator/mtrl_linear.xml","size":132,"crc":558115064},{"key":"res/interpolator-v21/mtrl_linear_out_slow_in.xml","name":"res/interpolator-v21/mtrl_linear_out_slow_in.xml","size":400,"crc":34232731},{"key":"res/layout/abc_action_bar_title_item.xml","name":"res/layout/abc_action_bar_title_item.xml","size":872,"crc":133715023},{"key":"res/layout/abc_action_bar_up_container.xml","name":"res/layout/abc_action_bar_up_container.xml","size":440,"crc":-379931951},{"key":"res/layout/abc_action_menu_item_layout.xml","name":"res/layout/abc_action_menu_item_layout.xml","size":768,"crc":211934990},{"key":"res/layout/abc_action_menu_layout.xml","name":"res/layout/abc_action_menu_layout.xml","size":576,"crc":2146034318},{"key":"res/layout/abc_action_mode_bar.xml","name":"res/layout/abc_action_mode_bar.xml","size":464,"crc":-1571946790},{"key":"res/layout/abc_action_mode_close_item_material.xml","name":"res/layout/abc_action_mode_close_item_material.xml","size":840,"crc":-518862467},{"key":"res/layout/abc_activity_chooser_view.xml","name":"res/layout/abc_activity_chooser_view.xml","size":1684,"crc":-1407883812},{"key":"res/layout/abc_activity_chooser_view_list_item.xml","name":"res/layout/abc_activity_chooser_view_list_item.xml","size":1304,"crc":-1116487200},{"key":"res/layout/abc_alert_dialog_button_bar_material.xml","name":"res/layout/abc_alert_dialog_button_bar_material.xml","size":1584,"crc":2146048565},{"key":"res/layout/abc_alert_dialog_material.xml","name":"res/layout/abc_alert_dialog_material.xml","size":2648,"crc":751762232},{"key":"res/layout/abc_alert_dialog_title_material.xml","name":"res/layout/abc_alert_dialog_title_material.xml","size":1560,"crc":-996705330},{"key":"res/layout/abc_cascading_menu_item_layout.xml","name":"res/layout/abc_cascading_menu_item_layout.xml","size":1868,"crc":-1703449000},{"key":"res/layout/abc_dialog_title_material.xml","name":"res/layout/abc_dialog_title_material.xml","size":1116,"crc":-1084163683},{"key":"res/layout/abc_expanded_menu_layout.xml","name":"res/layout/abc_expanded_menu_layout.xml","size":388,"crc":1691587336},{"key":"res/layout/abc_list_menu_item_checkbox.xml","name":"res/layout/abc_list_menu_item_checkbox.xml","size":528,"crc":-1984224975},{"key":"res/layout/abc_list_menu_item_icon.xml","name":"res/layout/abc_list_menu_item_icon.xml","size":780,"crc":153064227},{"key":"res/layout/abc_list_menu_item_layout.xml","name":"res/layout/abc_list_menu_item_layout.xml","size":1396,"crc":739293777},{"key":"res/layout/abc_list_menu_item_radio.xml","name":"res/layout/abc_list_menu_item_radio.xml","size":532,"crc":-1937072620},{"key":"res/layout/abc_popup_menu_header_item_layout.xml","name":"res/layout/abc_popup_menu_header_item_layout.xml","size":848,"crc":-394963428},{"key":"res/layout/abc_popup_menu_item_layout.xml","name":"res/layout/abc_popup_menu_item_layout.xml","size":2072,"crc":1559327915},{"key":"res/layout/abc_screen_content_include.xml","name":"res/layout/abc_screen_content_include.xml","size":548,"crc":1485576479},{"key":"res/layout/abc_screen_simple.xml","name":"res/layout/abc_screen_simple.xml","size":832,"crc":-1679597929},{"key":"res/layout/abc_screen_simple_overlay_action_mode.xml","name":"res/layout/abc_screen_simple_overlay_action_mode.xml","size":792,"crc":-272914928},{"key":"res/layout/abc_screen_toolbar.xml","name":"res/layout/abc_screen_toolbar.xml","size":1504,"crc":758305773},{"key":"res/layout/abc_search_dropdown_item_icons_2line.xml","name":"res/layout/abc_search_dropdown_item_icons_2line.xml","size":1916,"crc":-1921185432},{"key":"res/layout/abc_search_view.xml","name":"res/layout/abc_search_view.xml","size":3472,"crc":-36033986},{"key":"res/layout/abc_select_dialog_material.xml","name":"res/layout/abc_select_dialog_material.xml","size":1020,"crc":1911294545},{"key":"res/layout/abc_tooltip.xml","name":"res/layout/abc_tooltip.xml","size":1056,"crc":-2146078725},{"key":"res/layout/activity_agenda.xml","name":"res/layout/activity_agenda.xml","size":1976,"crc":1179902387},{"key":"res/layout/activity_chat.xml","name":"res/layout/activity_chat.xml","size":2000,"crc":906390467},{"key":"res/layout/activity_detalhe_paciente.xml","name":"res/layout/activity_detalhe_paciente.xml","size":4188,"crc":238153348},{"key":"res/layout/activity_editar_perfil.xml","name":"res/layout/activity_editar_perfil.xml","size":3216,"crc":-753141137},{"key":"res/layout/activity_forgot_password.xml","name":"res/layout/activity_forgot_password.xml","size":2164,"crc":835125915},{"key":"res/layout/activity_login.xml","name":"res/layout/activity_login.xml","size":3800,"crc":-846284093},{"key":"res/layout/activity_main.xml","name":"res/layout/activity_main.xml","size":7088,"crc":-1603099956},{"key":"res/layout/activity_perfil_medico.xml","name":"res/layout/activity_perfil_medico.xml","size":4020,"crc":99738447},{"key":"res/layout/activity_register.xml","name":"res/layout/activity_register.xml","size":4880,"crc":1227766553},{"key":"res/layout/activity_register_medico.xml","name":"res/layout/activity_register_medico.xml","size":4320,"crc":565108155},{"key":"res/layout/browser_actions_context_menu_page.xml","name":"res/layout/browser_actions_context_menu_page.xml","size":1660,"crc":-1975935552},{"key":"res/layout/browser_actions_context_menu_row.xml","name":"res/layout/browser_actions_context_menu_row.xml","size":1212,"crc":-1429009656},{"key":"res/layout/custom_dialog.xml","name":"res/layout/custom_dialog.xml","size":612,"crc":214208971},{"key":"res/layout/design_bottom_navigation_item.xml","name":"res/layout/design_bottom_navigation_item.xml","size":1860,"crc":-167035545},{"key":"res/layout/design_bottom_sheet_dialog.xml","name":"res/layout/design_bottom_sheet_dialog.xml","size":1224,"crc":905876854},{"key":"res/layout/design_layout_snackbar.xml","name":"res/layout/design_layout_snackbar.xml","size":528,"crc":-1607515651},{"key":"res/layout/design_layout_snackbar_include.xml","name":"res/layout/design_layout_snackbar_include.xml","size":1444,"crc":868710307},{"key":"res/layout/design_layout_tab_icon.xml","name":"res/layout/design_layout_tab_icon.xml","size":408,"crc":-234554716},{"key":"res/layout/design_layout_tab_text.xml","name":"res/layout/design_layout_tab_text.xml","size":436,"crc":-1677728391},{"key":"res/layout/design_menu_item_action_area.xml","name":"res/layout/design_menu_item_action_area.xml","size":320,"crc":308712715},{"key":"res/layout/design_navigation_item.xml","name":"res/layout/design_navigation_item.xml","size":636,"crc":-1516450756},{"key":"res/layout/design_navigation_item_header.xml","name":"res/layout/design_navigation_item_header.xml","size":440,"crc":-541640680},{"key":"res/layout/design_navigation_item_separator.xml","name":"res/layout/design_navigation_item_separator.xml","size":472,"crc":411075014},{"key":"res/layout/design_navigation_item_subheader.xml","name":"res/layout/design_navigation_item_subheader.xml","size":564,"crc":662450170},{"key":"res/layout/design_navigation_menu.xml","name":"res/layout/design_navigation_menu.xml","size":528,"crc":1952955825},{"key":"res/layout/design_navigation_menu_item.xml","name":"res/layout/design_navigation_menu_item.xml","size":856,"crc":-585869697},{"key":"res/layout/design_text_input_end_icon.xml","name":"res/layout/design_text_input_end_icon.xml","size":656,"crc":698195053},{"key":"res/layout/design_text_input_start_icon.xml","name":"res/layout/design_text_input_start_icon.xml","size":652,"crc":2079229025},{"key":"res/layout/dialog_add_medication.xml","name":"res/layout/dialog_add_medication.xml","size":2644,"crc":-1750316543},{"key":"res/layout/dialog_change_password.xml","name":"res/layout/dialog_change_password.xml","size":1832,"crc":-1404579590},{"key":"res/layout/dialog_edit_profile.xml","name":"res/layout/dialog_edit_profile.xml","size":3844,"crc":1338048913},{"key":"res/layout/fingerprint_dialog_layout.xml","name":"res/layout/fingerprint_dialog_layout.xml","size":1912,"crc":2044096928},{"key":"res/layout/fragment_appointments.xml","name":"res/layout/fragment_appointments.xml","size":1508,"crc":-916165545},{"key":"res/layout/fragment_home.xml","name":"res/layout/fragment_home.xml","size":2612,"crc":2035839160},{"key":"res/layout/fragment_medication.xml","name":"res/layout/fragment_medication.xml","size":2172,"crc":960035326},{"key":"res/layout/fragment_profile.xml","name":"res/layout/fragment_profile.xml","size":3744,"crc":661497306},{"key":"res/layout/fragment_schedule_appointment.xml","name":"res/layout/fragment_schedule_appointment.xml","size":3016,"crc":122873305},{"key":"res/layout/fragment_sns24.xml","name":"res/layout/fragment_sns24.xml","size":3028,"crc":-570502054},{"key":"res/layout/ime_base_split_test_activity.xml","name":"res/layout/ime_base_split_test_activity.xml","size":364,"crc":1066515116},{"key":"res/layout/ime_secondary_split_test_activity.xml","name":"res/layout/ime_secondary_split_test_activity.xml","size":876,"crc":-1701013196},{"key":"res/layout/item_appointment.xml","name":"res/layout/item_appointment.xml","size":2004,"crc":1507029984},{"key":"res/layout/item_consulta_medico.xml","name":"res/layout/item_consulta_medico.xml","size":3380,"crc":828739702},{"key":"res/layout/item_medication.xml","name":"res/layout/item_medication.xml","size":2508,"crc":1589871578},{"key":"res/layout/item_mensagem.xml","name":"res/layout/item_mensagem.xml","size":1432,"crc":-152309478},{"key":"res/layout/item_time_slot.xml","name":"res/layout/item_time_slot.xml","size":556,"crc":-273083483},{"key":"res/layout/m3_alert_dialog.xml","name":"res/layout/m3_alert_dialog.xml","size":2720,"crc":263131819},{"key":"res/layout/m3_alert_dialog_actions.xml","name":"res/layout/m3_alert_dialog_actions.xml","size":1584,"crc":-1925249535},{"key":"res/layout/m3_alert_dialog_title.xml","name":"res/layout/m3_alert_dialog_title.xml","size":956,"crc":341166816},{"key":"res/layout/m3_auto_complete_simple_item.xml","name":"res/layout/m3_auto_complete_simple_item.xml","size":612,"crc":179339084},{"key":"res/layout/m3_side_sheet_dialog.xml","name":"res/layout/m3_side_sheet_dialog.xml","size":1180,"crc":-980515457},{"key":"res/layout/material_chip_input_combo.xml","name":"res/layout/material_chip_input_combo.xml","size":372,"crc":-1047030969},{"key":"res/layout/material_clock_display.xml","name":"res/layout/material_clock_display.xml","size":796,"crc":-1643970785},{"key":"res/layout/material_clock_display_divider.xml","name":"res/layout/material_clock_display_divider.xml","size":444,"crc":328472644},{"key":"res/layout/material_clock_period_toggle.xml","name":"res/layout/material_clock_period_toggle.xml","size":1220,"crc":-196435778},{"key":"res/layout/material_clockface_textview.xml","name":"res/layout/material_clockface_textview.xml","size":476,"crc":-914941644},{"key":"res/layout/material_clockface_view.xml","name":"res/layout/material_clockface_view.xml","size":1012,"crc":1628269120},{"key":"res/layout/material_radial_view_group.xml","name":"res/layout/material_radial_view_group.xml","size":768,"crc":-1530338563},{"key":"res/layout/material_textinput_timepicker.xml","name":"res/layout/material_textinput_timepicker.xml","size":720,"crc":-1158081512},{"key":"res/layout/material_time_chip.xml","name":"res/layout/material_time_chip.xml","size":380,"crc":1186992861},{"key":"res/layout/material_time_input.xml","name":"res/layout/material_time_input.xml","size":956,"crc":314371540},{"key":"res/layout/material_timepicker.xml","name":"res/layout/material_timepicker.xml","size":1608,"crc":-1481982531},{"key":"res/layout/material_timepicker_dialog.xml","name":"res/layout/material_timepicker_dialog.xml","size":2892,"crc":-2109946965},{"key":"res/layout/material_timepicker_textinput_display.xml","name":"res/layout/material_timepicker_textinput_display.xml","size":728,"crc":1914647267},{"key":"res/layout/mtrl_alert_dialog.xml","name":"res/layout/mtrl_alert_dialog.xml","size":2476,"crc":-994855345},{"key":"res/layout/mtrl_alert_dialog_actions.xml","name":"res/layout/mtrl_alert_dialog_actions.xml","size":1764,"crc":585358202},{"key":"res/layout/mtrl_alert_dialog_title.xml","name":"res/layout/mtrl_alert_dialog_title.xml","size":956,"crc":-2017318386},{"key":"res/layout/mtrl_alert_select_dialog_item.xml","name":"res/layout/mtrl_alert_select_dialog_item.xml","size":588,"crc":-1836513740},{"key":"res/layout/mtrl_alert_select_dialog_multichoice.xml","name":"res/layout/mtrl_alert_select_dialog_multichoice.xml","size":940,"crc":1279169010},{"key":"res/layout/mtrl_alert_select_dialog_singlechoice.xml","name":"res/layout/mtrl_alert_select_dialog_singlechoice.xml","size":940,"crc":-1074604810},{"key":"res/layout/mtrl_auto_complete_simple_item.xml","name":"res/layout/mtrl_auto_complete_simple_item.xml","size":612,"crc":1747700357},{"key":"res/layout/mtrl_calendar_day.xml","name":"res/layout/mtrl_calendar_day.xml","size":352,"crc":931986266},{"key":"res/layout/mtrl_calendar_day_of_week.xml","name":"res/layout/mtrl_calendar_day_of_week.xml","size":352,"crc":-2000580741},{"key":"res/layout/mtrl_calendar_days_of_week.xml","name":"res/layout/mtrl_calendar_days_of_week.xml","size":436,"crc":-647728433},{"key":"res/layout/mtrl_calendar_horizontal.xml","name":"res/layout/mtrl_calendar_horizontal.xml","size":1176,"crc":-1150686057},{"key":"res/layout/mtrl_calendar_month.xml","name":"res/layout/mtrl_calendar_month.xml","size":688,"crc":-1763663819},{"key":"res/layout/mtrl_calendar_month_labeled.xml","name":"res/layout/mtrl_calendar_month_labeled.xml","size":728,"crc":1613816487},{"key":"res/layout/mtrl_calendar_month_navigation.xml","name":"res/layout/mtrl_calendar_month_navigation.xml","size":1748,"crc":1192087468},{"key":"res/layout/mtrl_calendar_months.xml","name":"res/layout/mtrl_calendar_months.xml","size":428,"crc":413767710},{"key":"res/layout/mtrl_calendar_vertical.xml","name":"res/layout/mtrl_calendar_vertical.xml","size":740,"crc":1341044368},{"key":"res/layout/mtrl_calendar_year.xml","name":"res/layout/mtrl_calendar_year.xml","size":352,"crc":1419487422},{"key":"res/layout/mtrl_layout_snackbar.xml","name":"res/layout/mtrl_layout_snackbar.xml","size":492,"crc":-1773197127},{"key":"res/layout/mtrl_layout_snackbar_include.xml","name":"res/layout/mtrl_layout_snackbar_include.xml","size":952,"crc":1395998587},{"key":"res/layout/mtrl_navigation_rail_item.xml","name":"res/layout/mtrl_navigation_rail_item.xml","size":1860,"crc":2104890429},{"key":"res/layout/mtrl_picker_actions.xml","name":"res/layout/mtrl_picker_actions.xml","size":984,"crc":1068519946},{"key":"res/layout/mtrl_picker_dialog.xml","name":"res/layout/mtrl_picker_dialog.xml","size":1172,"crc":401081976},{"key":"res/layout/mtrl_picker_fullscreen.xml","name":"res/layout/mtrl_picker_fullscreen.xml","size":880,"crc":855821121},{"key":"res/layout/mtrl_picker_header_dialog.xml","name":"res/layout/mtrl_picker_header_dialog.xml","size":1492,"crc":-892543167},{"key":"res/layout/mtrl_picker_header_fullscreen.xml","name":"res/layout/mtrl_picker_header_fullscreen.xml","size":2800,"crc":-1616869915},{"key":"res/layout/mtrl_picker_header_selection_text.xml","name":"res/layout/mtrl_picker_header_selection_text.xml","size":712,"crc":-63770133},{"key":"res/layout/mtrl_picker_header_title_text.xml","name":"res/layout/mtrl_picker_header_title_text.xml","size":624,"crc":-1927935789},{"key":"res/layout/mtrl_picker_header_toggle.xml","name":"res/layout/mtrl_picker_header_toggle.xml","size":528,"crc":-956939443},{"key":"res/layout/mtrl_picker_text_input_date.xml","name":"res/layout/mtrl_picker_text_input_date.xml","size":984,"crc":-389095420},{"key":"res/layout/mtrl_picker_text_input_date_range.xml","name":"res/layout/mtrl_picker_text_input_date_range.xml","size":1580,"crc":-2114960359},{"key":"res/layout/mtrl_search_bar.xml","name":"res/layout/mtrl_search_bar.xml","size":488,"crc":709014950},{"key":"res/layout/mtrl_search_view.xml","name":"res/layout/mtrl_search_view.xml","size":3424,"crc":193534830},{"key":"res/layout-v21/notification_action.xml","name":"res/layout-v21/notification_action.xml","size":1052,"crc":1173313026},{"key":"res/layout-v21/notification_action_tombstone.xml","name":"res/layout-v21/notification_action_tombstone.xml","size":1228,"crc":-999927346},{"key":"res/layout-v21/notification_template_custom_big.xml","name":"res/layout-v21/notification_template_custom_big.xml","size":2456,"crc":1902476966},{"key":"res/layout-v21/notification_template_icon_group.xml","name":"res/layout-v21/notification_template_icon_group.xml","size":988,"crc":-1730122884},{"key":"res/layout/notification_template_part_chronometer.xml","name":"res/layout/notification_template_part_chronometer.xml","size":440,"crc":398764980},{"key":"res/layout/notification_template_part_time.xml","name":"res/layout/notification_template_part_time.xml","size":440,"crc":-2104683509},{"key":"res/layout/select_dialog_item_material.xml","name":"res/layout/select_dialog_item_material.xml","size":640,"crc":1761548252},{"key":"res/layout/select_dialog_multichoice_material.xml","name":"res/layout/select_dialog_multichoice_material.xml","size":864,"crc":-296407927},{"key":"res/layout/select_dialog_singlechoice_material.xml","name":"res/layout/select_dialog_singlechoice_material.xml","size":864,"crc":1507117034},{"key":"res/layout/support_simple_spinner_dropdown_item.xml","name":"res/layout/support_simple_spinner_dropdown_item.xml","size":464,"crc":-1505441965},{"key":"res/layout-sw600dp-v13/design_layout_snackbar.xml","name":"res/layout-sw600dp-v13/design_layout_snackbar.xml","size":528,"crc":-323875886},{"key":"res/layout-sw600dp-v13/mtrl_layout_snackbar.xml","name":"res/layout-sw600dp-v13/mtrl_layout_snackbar.xml","size":492,"crc":-623746410},{"key":"res/layout-watch-v20/abc_alert_dialog_button_bar_material.xml","name":"res/layout-watch-v20/abc_alert_dialog_button_bar_material.xml","size":1208,"crc":485177610},{"key":"res/layout-watch-v20/abc_alert_dialog_title_material.xml","name":"res/layout-watch-v20/abc_alert_dialog_title_material.xml","size":1352,"crc":-1044549597},{"key":"res/layout-v26/abc_screen_toolbar.xml","name":"res/layout-v26/abc_screen_toolbar.xml","size":1560,"crc":-953485598},{"key":"res/layout-v26/mtrl_calendar_month.xml","name":"res/layout-v26/mtrl_calendar_month.xml","size":744,"crc":1681800050},{"key":"res/layout-land/material_clock_period_toggle_land.xml","name":"res/layout-land/material_clock_period_toggle_land.xml","size":1232,"crc":-2026500140},{"key":"res/layout-land/material_timepicker.xml","name":"res/layout-land/material_timepicker.xml","size":1676,"crc":1153015655},{"key":"res/layout-land/mtrl_picker_header_dialog.xml","name":"res/layout-land/mtrl_picker_header_dialog.xml","size":1532,"crc":235919019},{"key":"res/menu/bottom_nav_menu.xml","name":"res/menu/bottom_nav_menu.xml","size":884,"crc":-493720698},{"key":"res/menu/menu_bottom.xml","name":"res/menu/menu_bottom.xml","size":684,"crc":66354983},{"key":"res/mipmap-mdpi-v4/ic_launcher.png","name":"res/mipmap-mdpi-v4/ic_launcher.png","size":1433,"crc":1938462355},{"key":"res/mipmap-mdpi-v4/ic_launcher_round.png","name":"res/mipmap-mdpi-v4/ic_launcher_round.png","size":1433,"crc":1938462355},{"key":"res/mipmap-hdpi-v4/ic_launcher.png","name":"res/mipmap-hdpi-v4/ic_launcher.png","size":2657,"crc":904336796},{"key":"res/mipmap-hdpi-v4/ic_launcher_round.png","name":"res/mipmap-hdpi-v4/ic_launcher_round.png","size":2657,"crc":904336796},{"key":"res/mipmap-xhdpi-v4/ic_launcher.png","name":"res/mipmap-xhdpi-v4/ic_launcher.png","size":4263,"crc":795682441},{"key":"res/mipmap-xhdpi-v4/ic_launcher_round.png","name":"res/mipmap-xhdpi-v4/ic_launcher_round.png","size":4263,"crc":795682441},{"key":"res/mipmap-xxhdpi-v4/ic_launcher.png","name":"res/mipmap-xxhdpi-v4/ic_launcher.png","size":8520,"crc":1993650940},{"key":"res/mipmap-xxhdpi-v4/ic_launcher_round.png","name":"res/mipmap-xxhdpi-v4/ic_launcher_round.png","size":8520,"crc":1993650940},{"key":"res/mipmap-xxxhdpi-v4/ic_launcher.png","name":"res/mipmap-xxxhdpi-v4/ic_launcher.png","size":14119,"crc":284885630},{"key":"res/mipmap-xxxhdpi-v4/ic_launcher_round.png","name":"res/mipmap-xxxhdpi-v4/ic_launcher_round.png","size":14119,"crc":284885630},{"key":"res/navigation/mobile_navigation.xml","name":"res/navigation/mobile_navigation.xml","size":1808,"crc":-1283057066},{"key":"res/raw/firebase_common_keep.xml","name":"res/raw/firebase_common_keep.xml","size":290,"crc":1372539573},{"key":"res/xml/backup_rules.xml","name":"res/xml/backup_rules.xml","size":408,"crc":-151447439},{"key":"res/xml/data_extraction_rules.xml","name":"res/xml/data_extraction_rules.xml","size":772,"crc":1963637641},{"key":"res/xml/image_share_filepaths.xml","name":"res/xml/image_share_filepaths.xml","size":308,"crc":283987299},{"key":"resources.arsc","name":"resources.arsc","size":1316132,"crc":662978906}]
\ No newline at end of file
+[{"key":"AndroidManifest.xml","name":"AndroidManifest.xml","size":15188,"crc":1523849821},{"key":"res/anim/abc_fade_in.xml","name":"res/anim/abc_fade_in.xml","size":388,"crc":1651564388},{"key":"res/anim/abc_fade_out.xml","name":"res/anim/abc_fade_out.xml","size":388,"crc":1955312412},{"key":"res/anim/abc_grow_fade_in_from_bottom.xml","name":"res/anim/abc_grow_fade_in_from_bottom.xml","size":852,"crc":751294131},{"key":"res/anim/abc_popup_enter.xml","name":"res/anim/abc_popup_enter.xml","size":508,"crc":989243998},{"key":"res/anim/abc_popup_exit.xml","name":"res/anim/abc_popup_exit.xml","size":508,"crc":-780583697},{"key":"res/anim/abc_shrink_fade_out_from_bottom.xml","name":"res/anim/abc_shrink_fade_out_from_bottom.xml","size":852,"crc":-1061117395},{"key":"res/anim/abc_slide_in_bottom.xml","name":"res/anim/abc_slide_in_bottom.xml","size":396,"crc":-865076513},{"key":"res/anim/abc_slide_in_top.xml","name":"res/anim/abc_slide_in_top.xml","size":396,"crc":-17746226},{"key":"res/anim/abc_slide_out_bottom.xml","name":"res/anim/abc_slide_out_bottom.xml","size":396,"crc":-290455445},{"key":"res/anim/abc_slide_out_top.xml","name":"res/anim/abc_slide_out_top.xml","size":396,"crc":-261556731},{"key":"res/anim/abc_tooltip_enter.xml","name":"res/anim/abc_tooltip_enter.xml","size":388,"crc":-920421464},{"key":"res/anim/abc_tooltip_exit.xml","name":"res/anim/abc_tooltip_exit.xml","size":388,"crc":-299882513},{"key":"res/anim/btn_checkbox_to_checked_box_inner_merged_animation.xml","name":"res/anim/btn_checkbox_to_checked_box_inner_merged_animation.xml","size":2124,"crc":-146988082},{"key":"res/anim/btn_checkbox_to_checked_box_outer_merged_animation.xml","name":"res/anim/btn_checkbox_to_checked_box_outer_merged_animation.xml","size":2780,"crc":-1860489622},{"key":"res/anim/btn_checkbox_to_checked_icon_null_animation.xml","name":"res/anim/btn_checkbox_to_checked_icon_null_animation.xml","size":1196,"crc":-1157435201},{"key":"res/anim/btn_checkbox_to_unchecked_box_inner_merged_animation.xml","name":"res/anim/btn_checkbox_to_unchecked_box_inner_merged_animation.xml","size":2360,"crc":1236845091},{"key":"res/anim/btn_checkbox_to_unchecked_check_path_merged_animation.xml","name":"res/anim/btn_checkbox_to_unchecked_check_path_merged_animation.xml","size":2520,"crc":955955241},{"key":"res/anim/btn_checkbox_to_unchecked_icon_null_animation.xml","name":"res/anim/btn_checkbox_to_unchecked_icon_null_animation.xml","size":1196,"crc":-255880154},{"key":"res/anim/btn_radio_to_off_mtrl_dot_group_animation.xml","name":"res/anim/btn_radio_to_off_mtrl_dot_group_animation.xml","size":1656,"crc":706015047},{"key":"res/anim/btn_radio_to_off_mtrl_ring_outer_animation.xml","name":"res/anim/btn_radio_to_off_mtrl_ring_outer_animation.xml","size":1656,"crc":1241258576},{"key":"res/anim/btn_radio_to_off_mtrl_ring_outer_path_animation.xml","name":"res/anim/btn_radio_to_off_mtrl_ring_outer_path_animation.xml","size":1028,"crc":-1575563134},{"key":"res/anim/btn_radio_to_on_mtrl_dot_group_animation.xml","name":"res/anim/btn_radio_to_on_mtrl_dot_group_animation.xml","size":1656,"crc":-1602916095},{"key":"res/anim/btn_radio_to_on_mtrl_ring_outer_animation.xml","name":"res/anim/btn_radio_to_on_mtrl_ring_outer_animation.xml","size":1656,"crc":-901976488},{"key":"res/anim/btn_radio_to_on_mtrl_ring_outer_path_animation.xml","name":"res/anim/btn_radio_to_on_mtrl_ring_outer_path_animation.xml","size":1028,"crc":1253987782},{"key":"res/anim-v21/design_bottom_sheet_slide_in.xml","name":"res/anim-v21/design_bottom_sheet_slide_in.xml","size":616,"crc":1414274429},{"key":"res/anim-v21/design_bottom_sheet_slide_out.xml","name":"res/anim-v21/design_bottom_sheet_slide_out.xml","size":616,"crc":-407051051},{"key":"res/anim/design_snackbar_in.xml","name":"res/anim/design_snackbar_in.xml","size":312,"crc":-674904986},{"key":"res/anim/design_snackbar_out.xml","name":"res/anim/design_snackbar_out.xml","size":312,"crc":244987842},{"key":"res/anim-v21/fragment_fast_out_extra_slow_in.xml","name":"res/anim-v21/fragment_fast_out_extra_slow_in.xml","size":364,"crc":1981137860},{"key":"res/anim/linear_indeterminate_line1_head_interpolator.xml","name":"res/anim/linear_indeterminate_line1_head_interpolator.xml","size":400,"crc":-1214901605},{"key":"res/anim/linear_indeterminate_line1_tail_interpolator.xml","name":"res/anim/linear_indeterminate_line1_tail_interpolator.xml","size":400,"crc":935504197},{"key":"res/anim/linear_indeterminate_line2_head_interpolator.xml","name":"res/anim/linear_indeterminate_line2_head_interpolator.xml","size":400,"crc":1664007024},{"key":"res/anim/linear_indeterminate_line2_tail_interpolator.xml","name":"res/anim/linear_indeterminate_line2_tail_interpolator.xml","size":400,"crc":-1107678304},{"key":"res/anim-v21/m3_bottom_sheet_slide_in.xml","name":"res/anim-v21/m3_bottom_sheet_slide_in.xml","size":616,"crc":876594425},{"key":"res/anim-v21/m3_bottom_sheet_slide_out.xml","name":"res/anim-v21/m3_bottom_sheet_slide_out.xml","size":656,"crc":-954726497},{"key":"res/anim/m3_motion_fade_enter.xml","name":"res/anim/m3_motion_fade_enter.xml","size":812,"crc":929845990},{"key":"res/anim/m3_motion_fade_exit.xml","name":"res/anim/m3_motion_fade_exit.xml","size":508,"crc":-70942987},{"key":"res/anim-v21/m3_side_sheet_enter_from_left.xml","name":"res/anim-v21/m3_side_sheet_enter_from_left.xml","size":464,"crc":-1269635202},{"key":"res/anim-v21/m3_side_sheet_enter_from_right.xml","name":"res/anim-v21/m3_side_sheet_enter_from_right.xml","size":464,"crc":-1636519},{"key":"res/anim-v21/m3_side_sheet_exit_to_left.xml","name":"res/anim-v21/m3_side_sheet_exit_to_left.xml","size":464,"crc":462256293},{"key":"res/anim-v21/m3_side_sheet_exit_to_right.xml","name":"res/anim-v21/m3_side_sheet_exit_to_right.xml","size":464,"crc":-702598337},{"key":"res/anim-v21/mtrl_bottom_sheet_slide_in.xml","name":"res/anim-v21/mtrl_bottom_sheet_slide_in.xml","size":616,"crc":612089289},{"key":"res/anim-v21/mtrl_bottom_sheet_slide_out.xml","name":"res/anim-v21/mtrl_bottom_sheet_slide_out.xml","size":616,"crc":-495779574},{"key":"res/anim/mtrl_card_lowers_interpolator.xml","name":"res/anim/mtrl_card_lowers_interpolator.xml","size":400,"crc":1050886711},{"key":"res/anim/nav_default_enter_anim.xml","name":"res/anim/nav_default_enter_anim.xml","size":388,"crc":1469024980},{"key":"res/anim/nav_default_exit_anim.xml","name":"res/anim/nav_default_exit_anim.xml","size":388,"crc":1098180268},{"key":"res/anim/nav_default_pop_enter_anim.xml","name":"res/anim/nav_default_pop_enter_anim.xml","size":388,"crc":1469024980},{"key":"res/anim/nav_default_pop_exit_anim.xml","name":"res/anim/nav_default_pop_exit_anim.xml","size":388,"crc":1098180268},{"key":"res/animator-v21/design_appbar_state_list_animator.xml","name":"res/animator-v21/design_appbar_state_list_animator.xml","size":1216,"crc":1979477452},{"key":"res/animator/design_fab_hide_motion_spec.xml","name":"res/animator/design_fab_hide_motion_spec.xml","size":796,"crc":1576327407},{"key":"res/animator/design_fab_show_motion_spec.xml","name":"res/animator/design_fab_show_motion_spec.xml","size":796,"crc":-1793940175},{"key":"res/animator/fragment_close_enter.xml","name":"res/animator/fragment_close_enter.xml","size":1128,"crc":-454391277},{"key":"res/animator/fragment_close_exit.xml","name":"res/animator/fragment_close_exit.xml","size":1128,"crc":89389386},{"key":"res/animator/fragment_fade_enter.xml","name":"res/animator/fragment_fade_enter.xml","size":452,"crc":607080404},{"key":"res/animator/fragment_fade_exit.xml","name":"res/animator/fragment_fade_exit.xml","size":452,"crc":-675125289},{"key":"res/animator/fragment_open_enter.xml","name":"res/animator/fragment_open_enter.xml","size":1128,"crc":-153086936},{"key":"res/animator/fragment_open_exit.xml","name":"res/animator/fragment_open_exit.xml","size":1128,"crc":926252761},{"key":"res/animator-v21/m3_appbar_state_list_animator.xml","name":"res/animator-v21/m3_appbar_state_list_animator.xml","size":1216,"crc":670802316},{"key":"res/animator/m3_btn_elevated_btn_state_list_anim.xml","name":"res/animator/m3_btn_elevated_btn_state_list_anim.xml","size":1796,"crc":-1572711601},{"key":"res/animator/m3_btn_state_list_anim.xml","name":"res/animator/m3_btn_state_list_anim.xml","size":1796,"crc":-197382423},{"key":"res/animator/m3_card_elevated_state_list_anim.xml","name":"res/animator/m3_card_elevated_state_list_anim.xml","size":1632,"crc":1432393022},{"key":"res/animator/m3_card_state_list_anim.xml","name":"res/animator/m3_card_state_list_anim.xml","size":1584,"crc":475377931},{"key":"res/animator/m3_chip_state_list_anim.xml","name":"res/animator/m3_chip_state_list_anim.xml","size":1180,"crc":1452770895},{"key":"res/animator/m3_elevated_chip_state_list_anim.xml","name":"res/animator/m3_elevated_chip_state_list_anim.xml","size":1072,"crc":638605030},{"key":"res/animator/m3_extended_fab_change_size_collapse_motion_spec.xml","name":"res/animator/m3_extended_fab_change_size_collapse_motion_spec.xml","size":1116,"crc":1442143121},{"key":"res/animator/m3_extended_fab_change_size_expand_motion_spec.xml","name":"res/animator/m3_extended_fab_change_size_expand_motion_spec.xml","size":1116,"crc":-806175005},{"key":"res/animator/m3_extended_fab_hide_motion_spec.xml","name":"res/animator/m3_extended_fab_hide_motion_spec.xml","size":820,"crc":-657483639},{"key":"res/animator/m3_extended_fab_show_motion_spec.xml","name":"res/animator/m3_extended_fab_show_motion_spec.xml","size":820,"crc":43178608},{"key":"res/animator/m3_extended_fab_state_list_animator.xml","name":"res/animator/m3_extended_fab_state_list_animator.xml","size":2724,"crc":109525731},{"key":"res/animator/mtrl_btn_state_list_anim.xml","name":"res/animator/mtrl_btn_state_list_anim.xml","size":2664,"crc":300493100},{"key":"res/animator/mtrl_btn_unelevated_state_list_anim.xml","name":"res/animator/mtrl_btn_unelevated_state_list_anim.xml","size":120,"crc":1914039208},{"key":"res/animator/mtrl_card_state_list_anim.xml","name":"res/animator/mtrl_card_state_list_anim.xml","size":1208,"crc":1096367424},{"key":"res/animator/mtrl_chip_state_list_anim.xml","name":"res/animator/mtrl_chip_state_list_anim.xml","size":1072,"crc":-1561216507},{"key":"res/animator/mtrl_extended_fab_change_size_collapse_motion_spec.xml","name":"res/animator/mtrl_extended_fab_change_size_collapse_motion_spec.xml","size":1116,"crc":-1615681408},{"key":"res/animator/mtrl_extended_fab_change_size_expand_motion_spec.xml","name":"res/animator/mtrl_extended_fab_change_size_expand_motion_spec.xml","size":1116,"crc":1023646182},{"key":"res/animator/mtrl_extended_fab_hide_motion_spec.xml","name":"res/animator/mtrl_extended_fab_hide_motion_spec.xml","size":608,"crc":1271512629},{"key":"res/animator/mtrl_extended_fab_show_motion_spec.xml","name":"res/animator/mtrl_extended_fab_show_motion_spec.xml","size":820,"crc":1065923901},{"key":"res/animator/mtrl_extended_fab_state_list_animator.xml","name":"res/animator/mtrl_extended_fab_state_list_animator.xml","size":2724,"crc":-2118674184},{"key":"res/animator/mtrl_fab_hide_motion_spec.xml","name":"res/animator/mtrl_fab_hide_motion_spec.xml","size":796,"crc":882377992},{"key":"res/animator/mtrl_fab_show_motion_spec.xml","name":"res/animator/mtrl_fab_show_motion_spec.xml","size":796,"crc":-959797063},{"key":"res/animator/mtrl_fab_transformation_sheet_collapse_spec.xml","name":"res/animator/mtrl_fab_transformation_sheet_collapse_spec.xml","size":1888,"crc":1255551011},{"key":"res/animator/mtrl_fab_transformation_sheet_expand_spec.xml","name":"res/animator/mtrl_fab_transformation_sheet_expand_spec.xml","size":1888,"crc":-435920809},{"key":"res/animator/nav_default_enter_anim.xml","name":"res/animator/nav_default_enter_anim.xml","size":452,"crc":1047083570},{"key":"res/animator/nav_default_exit_anim.xml","name":"res/animator/nav_default_exit_anim.xml","size":452,"crc":-846982607},{"key":"res/animator/nav_default_pop_enter_anim.xml","name":"res/animator/nav_default_pop_enter_anim.xml","size":452,"crc":1047083570},{"key":"res/animator/nav_default_pop_exit_anim.xml","name":"res/animator/nav_default_pop_exit_anim.xml","size":452,"crc":-846982607},{"key":"res/color/abc_background_cache_hint_selector_material_dark.xml","name":"res/color/abc_background_cache_hint_selector_material_dark.xml","size":468,"crc":-214821868},{"key":"res/color/abc_background_cache_hint_selector_material_light.xml","name":"res/color/abc_background_cache_hint_selector_material_light.xml","size":468,"crc":-1456888759},{"key":"res/color-v23/abc_btn_colored_borderless_text_material.xml","name":"res/color-v23/abc_btn_colored_borderless_text_material.xml","size":500,"crc":-660497310},{"key":"res/color-v23/abc_btn_colored_text_material.xml","name":"res/color-v23/abc_btn_colored_text_material.xml","size":500,"crc":2018759506},{"key":"res/color-v23/abc_color_highlight_material.xml","name":"res/color-v23/abc_color_highlight_material.xml","size":544,"crc":805578306},{"key":"res/color/abc_hint_foreground_material_dark.xml","name":"res/color/abc_hint_foreground_material_dark.xml","size":564,"crc":-1861753172},{"key":"res/color/abc_hint_foreground_material_light.xml","name":"res/color/abc_hint_foreground_material_light.xml","size":564,"crc":1030962633},{"key":"res/color/abc_primary_text_disable_only_material_dark.xml","name":"res/color/abc_primary_text_disable_only_material_dark.xml","size":464,"crc":-20224979},{"key":"res/color/abc_primary_text_disable_only_material_light.xml","name":"res/color/abc_primary_text_disable_only_material_light.xml","size":464,"crc":1842617175},{"key":"res/color/abc_primary_text_material_dark.xml","name":"res/color/abc_primary_text_material_dark.xml","size":464,"crc":-1265922333},{"key":"res/color/abc_primary_text_material_light.xml","name":"res/color/abc_primary_text_material_light.xml","size":464,"crc":664072601},{"key":"res/color/abc_search_url_text.xml","name":"res/color/abc_search_url_text.xml","size":588,"crc":-373879818},{"key":"res/color/abc_secondary_text_material_dark.xml","name":"res/color/abc_secondary_text_material_dark.xml","size":464,"crc":-485004901},{"key":"res/color/abc_secondary_text_material_light.xml","name":"res/color/abc_secondary_text_material_light.xml","size":464,"crc":-131016892},{"key":"res/color-v23/abc_tint_btn_checkable.xml","name":"res/color-v23/abc_tint_btn_checkable.xml","size":624,"crc":-1039798998},{"key":"res/color-v23/abc_tint_default.xml","name":"res/color-v23/abc_tint_default.xml","size":1120,"crc":1933301183},{"key":"res/color-v23/abc_tint_edittext.xml","name":"res/color-v23/abc_tint_edittext.xml","size":668,"crc":994010686},{"key":"res/color-v23/abc_tint_seek_thumb.xml","name":"res/color-v23/abc_tint_seek_thumb.xml","size":500,"crc":1198778772},{"key":"res/color-v23/abc_tint_spinner.xml","name":"res/color-v23/abc_tint_spinner.xml","size":668,"crc":994010686},{"key":"res/color-v23/abc_tint_switch_track.xml","name":"res/color-v23/abc_tint_switch_track.xml","size":664,"crc":394862852},{"key":"res/color/common_google_signin_btn_text_dark.xml","name":"res/color/common_google_signin_btn_text_dark.xml","size":712,"crc":-222425542},{"key":"res/color/common_google_signin_btn_text_light.xml","name":"res/color/common_google_signin_btn_text_light.xml","size":712,"crc":1157419525},{"key":"res/color/common_google_signin_btn_tint.xml","name":"res/color/common_google_signin_btn_tint.xml","size":464,"crc":1144351805},{"key":"res/color/design_box_stroke_color.xml","name":"res/color/design_box_stroke_color.xml","size":712,"crc":-1445228332},{"key":"res/color/design_error.xml","name":"res/color/design_error.xml","size":464,"crc":1839983861},{"key":"res/color/design_icon_tint.xml","name":"res/color/design_icon_tint.xml","size":376,"crc":-776008690},{"key":"res/color/m3_appbar_overlay_color.xml","name":"res/color/m3_appbar_overlay_color.xml","size":376,"crc":940783738},{"key":"res/color/m3_assist_chip_icon_tint_color.xml","name":"res/color/m3_assist_chip_icon_tint_color.xml","size":500,"crc":-322082820},{"key":"res/color/m3_assist_chip_stroke_color.xml","name":"res/color/m3_assist_chip_stroke_color.xml","size":872,"crc":-765319089},{"key":"res/color/m3_bottom_sheet_drag_handle_color.xml","name":"res/color/m3_bottom_sheet_drag_handle_color.xml","size":340,"crc":706461905},{"key":"res/color/m3_button_background_color_selector.xml","name":"res/color/m3_button_background_color_selector.xml","size":500,"crc":1431054},{"key":"res/color/m3_button_foreground_color_selector.xml","name":"res/color/m3_button_foreground_color_selector.xml","size":500,"crc":520860826},{"key":"res/color/m3_button_outline_color_selector.xml","name":"res/color/m3_button_outline_color_selector.xml","size":500,"crc":1836165633},{"key":"res/color/m3_button_ripple_color.xml","name":"res/color/m3_button_ripple_color.xml","size":808,"crc":1817261047},{"key":"res/color/m3_button_ripple_color_selector.xml","name":"res/color/m3_button_ripple_color_selector.xml","size":808,"crc":-1160989734},{"key":"res/color/m3_calendar_item_disabled_text.xml","name":"res/color/m3_calendar_item_disabled_text.xml","size":376,"crc":-2051511173},{"key":"res/color/m3_calendar_item_stroke_color.xml","name":"res/color/m3_calendar_item_stroke_color.xml","size":712,"crc":-100095401},{"key":"res/color/m3_card_foreground_color.xml","name":"res/color/m3_card_foreground_color.xml","size":768,"crc":-68932420},{"key":"res/color/m3_card_ripple_color.xml","name":"res/color/m3_card_ripple_color.xml","size":1556,"crc":-1844804471},{"key":"res/color/m3_card_stroke_color.xml","name":"res/color/m3_card_stroke_color.xml","size":1224,"crc":1725230945},{"key":"res/color/m3_checkbox_button_icon_tint.xml","name":"res/color/m3_checkbox_button_icon_tint.xml","size":964,"crc":-824090955},{"key":"res/color/m3_checkbox_button_tint.xml","name":"res/color/m3_checkbox_button_tint.xml","size":1000,"crc":-2067241791},{"key":"res/color/m3_chip_assist_text_color.xml","name":"res/color/m3_chip_assist_text_color.xml","size":500,"crc":431160280},{"key":"res/color/m3_chip_background_color.xml","name":"res/color/m3_chip_background_color.xml","size":712,"crc":-820740743},{"key":"res/color/m3_chip_ripple_color.xml","name":"res/color/m3_chip_ripple_color.xml","size":1556,"crc":-2108843416},{"key":"res/color/m3_chip_stroke_color.xml","name":"res/color/m3_chip_stroke_color.xml","size":872,"crc":-1649504809},{"key":"res/color/m3_chip_text_color.xml","name":"res/color/m3_chip_text_color.xml","size":624,"crc":1441075769},{"key":"res/color/m3_dark_default_color_primary_text.xml","name":"res/color/m3_dark_default_color_primary_text.xml","size":500,"crc":-1927912647},{"key":"res/color/m3_dark_default_color_secondary_text.xml","name":"res/color/m3_dark_default_color_secondary_text.xml","size":500,"crc":55890439},{"key":"res/color/m3_dark_highlighted_text.xml","name":"res/color/m3_dark_highlighted_text.xml","size":376,"crc":1581937693},{"key":"res/color/m3_dark_hint_foreground.xml","name":"res/color/m3_dark_hint_foreground.xml","size":564,"crc":821014056},{"key":"res/color/m3_dark_primary_text_disable_only.xml","name":"res/color/m3_dark_primary_text_disable_only.xml","size":500,"crc":-1403569227},{"key":"res/color/m3_default_color_primary_text.xml","name":"res/color/m3_default_color_primary_text.xml","size":500,"crc":-1183575610},{"key":"res/color/m3_default_color_secondary_text.xml","name":"res/color/m3_default_color_secondary_text.xml","size":500,"crc":926327032},{"key":"res/color/m3_efab_ripple_color_selector.xml","name":"res/color/m3_efab_ripple_color_selector.xml","size":808,"crc":1747868661},{"key":"res/color/m3_elevated_chip_background_color.xml","name":"res/color/m3_elevated_chip_background_color.xml","size":748,"crc":-2057648631},{"key":"res/color/m3_fab_efab_background_color_selector.xml","name":"res/color/m3_fab_efab_background_color_selector.xml","size":500,"crc":1431054},{"key":"res/color/m3_fab_efab_foreground_color_selector.xml","name":"res/color/m3_fab_efab_foreground_color_selector.xml","size":500,"crc":520860826},{"key":"res/color/m3_fab_ripple_color_selector.xml","name":"res/color/m3_fab_ripple_color_selector.xml","size":808,"crc":1666521098},{"key":"res/color/m3_filled_icon_button_container_color_selector.xml","name":"res/color/m3_filled_icon_button_container_color_selector.xml","size":668,"crc":1325414287},{"key":"res/color/m3_highlighted_text.xml","name":"res/color/m3_highlighted_text.xml","size":376,"crc":-1794798684},{"key":"res/color/m3_hint_foreground.xml","name":"res/color/m3_hint_foreground.xml","size":564,"crc":197104272},{"key":"res/color/m3_icon_button_icon_color_selector.xml","name":"res/color/m3_icon_button_icon_color_selector.xml","size":668,"crc":-448447158},{"key":"res/color/m3_navigation_bar_item_with_indicator_icon_tint.xml","name":"res/color/m3_navigation_bar_item_with_indicator_icon_tint.xml","size":1196,"crc":-787967621},{"key":"res/color/m3_navigation_bar_item_with_indicator_label_tint.xml","name":"res/color/m3_navigation_bar_item_with_indicator_label_tint.xml","size":1196,"crc":1628892984},{"key":"res/color/m3_navigation_bar_ripple_color_selector.xml","name":"res/color/m3_navigation_bar_ripple_color_selector.xml","size":1232,"crc":-1398412064},{"key":"res/color/m3_navigation_item_background_color.xml","name":"res/color/m3_navigation_item_background_color.xml","size":588,"crc":-348595502},{"key":"res/color/m3_navigation_item_icon_tint.xml","name":"res/color/m3_navigation_item_icon_tint.xml","size":1356,"crc":-207826482},{"key":"res/color/m3_navigation_item_ripple_color.xml","name":"res/color/m3_navigation_item_ripple_color.xml","size":1372,"crc":317881936},{"key":"res/color/m3_navigation_item_text_color.xml","name":"res/color/m3_navigation_item_text_color.xml","size":1356,"crc":1494472847},{"key":"res/color/m3_navigation_rail_item_with_indicator_icon_tint.xml","name":"res/color/m3_navigation_rail_item_with_indicator_icon_tint.xml","size":464,"crc":-755596530},{"key":"res/color/m3_navigation_rail_item_with_indicator_label_tint.xml","name":"res/color/m3_navigation_rail_item_with_indicator_label_tint.xml","size":464,"crc":1587537019},{"key":"res/color/m3_navigation_rail_ripple_color_selector.xml","name":"res/color/m3_navigation_rail_ripple_color_selector.xml","size":1232,"crc":-905635925},{"key":"res/color/m3_popupmenu_overlay_color.xml","name":"res/color/m3_popupmenu_overlay_color.xml","size":376,"crc":468632849},{"key":"res/color/m3_primary_text_disable_only.xml","name":"res/color/m3_primary_text_disable_only.xml","size":500,"crc":-1328586256},{"key":"res/color/m3_radiobutton_button_tint.xml","name":"res/color/m3_radiobutton_button_tint.xml","size":1576,"crc":-1885189644},{"key":"res/color/m3_radiobutton_ripple_tint.xml","name":"res/color/m3_radiobutton_ripple_tint.xml","size":1372,"crc":-2096081237},{"key":"res/color/m3_selection_control_ripple_color_selector.xml","name":"res/color/m3_selection_control_ripple_color_selector.xml","size":1372,"crc":-1943086396},{"key":"res/color/m3_simple_item_ripple_color.xml","name":"res/color/m3_simple_item_ripple_color.xml","size":748,"crc":1906860746},{"key":"res/color/m3_slider_active_track_color.xml","name":"res/color/m3_slider_active_track_color.xml","size":500,"crc":-818216278},{"key":"res/color/m3_slider_halo_color.xml","name":"res/color/m3_slider_halo_color.xml","size":500,"crc":-1105181421},{"key":"res/color/m3_slider_inactive_track_color.xml","name":"res/color/m3_slider_inactive_track_color.xml","size":500,"crc":1648046939},{"key":"res/color/m3_slider_thumb_color.xml","name":"res/color/m3_slider_thumb_color.xml","size":500,"crc":2032162726},{"key":"res/color/m3_switch_thumb_tint.xml","name":"res/color/m3_switch_thumb_tint.xml","size":588,"crc":-151121742},{"key":"res/color/m3_switch_track_tint.xml","name":"res/color/m3_switch_track_tint.xml","size":624,"crc":1277880160},{"key":"res/color/m3_tabs_icon_color.xml","name":"res/color/m3_tabs_icon_color.xml","size":624,"crc":-1924398551},{"key":"res/color/m3_tabs_icon_color_secondary.xml","name":"res/color/m3_tabs_icon_color_secondary.xml","size":624,"crc":2063580749},{"key":"res/color/m3_tabs_ripple_color.xml","name":"res/color/m3_tabs_ripple_color.xml","size":1372,"crc":-481980335},{"key":"res/color/m3_tabs_ripple_color_secondary.xml","name":"res/color/m3_tabs_ripple_color_secondary.xml","size":1372,"crc":1106885231},{"key":"res/color/m3_tabs_text_color.xml","name":"res/color/m3_tabs_text_color.xml","size":624,"crc":-1924398551},{"key":"res/color/m3_tabs_text_color_secondary.xml","name":"res/color/m3_tabs_text_color_secondary.xml","size":624,"crc":2063580749},{"key":"res/color/m3_text_button_background_color_selector.xml","name":"res/color/m3_text_button_background_color_selector.xml","size":508,"crc":1488336652},{"key":"res/color/m3_text_button_foreground_color_selector.xml","name":"res/color/m3_text_button_foreground_color_selector.xml","size":748,"crc":1603618837},{"key":"res/color/m3_text_button_ripple_color_selector.xml","name":"res/color/m3_text_button_ripple_color_selector.xml","size":1936,"crc":-2064238425},{"key":"res/color/m3_textfield_filled_background_color.xml","name":"res/color/m3_textfield_filled_background_color.xml","size":500,"crc":1990304049},{"key":"res/color/m3_textfield_indicator_text_color.xml","name":"res/color/m3_textfield_indicator_text_color.xml","size":872,"crc":1340612816},{"key":"res/color/m3_textfield_input_text_color.xml","name":"res/color/m3_textfield_input_text_color.xml","size":748,"crc":-168518029},{"key":"res/color/m3_textfield_label_color.xml","name":"res/color/m3_textfield_label_color.xml","size":624,"crc":1015400073},{"key":"res/color/m3_textfield_stroke_color.xml","name":"res/color/m3_textfield_stroke_color.xml","size":748,"crc":805492503},{"key":"res/color/m3_timepicker_button_background_color.xml","name":"res/color/m3_timepicker_button_background_color.xml","size":528,"crc":-2045213224},{"key":"res/color/m3_timepicker_button_ripple_color.xml","name":"res/color/m3_timepicker_button_ripple_color.xml","size":1536,"crc":1556797642},{"key":"res/color/m3_timepicker_button_text_color.xml","name":"res/color/m3_timepicker_button_text_color.xml","size":768,"crc":-1861026794},{"key":"res/color/m3_timepicker_clock_text_color.xml","name":"res/color/m3_timepicker_clock_text_color.xml","size":464,"crc":-1051823032},{"key":"res/color/m3_timepicker_display_background_color.xml","name":"res/color/m3_timepicker_display_background_color.xml","size":464,"crc":-1025021997},{"key":"res/color/m3_timepicker_display_ripple_color.xml","name":"res/color/m3_timepicker_display_ripple_color.xml","size":1372,"crc":201648889},{"key":"res/color/m3_timepicker_display_text_color.xml","name":"res/color/m3_timepicker_display_text_color.xml","size":624,"crc":-251212826},{"key":"res/color/m3_timepicker_secondary_text_button_ripple_color.xml","name":"res/color/m3_timepicker_secondary_text_button_ripple_color.xml","size":808,"crc":234042726},{"key":"res/color/m3_timepicker_secondary_text_button_text_color.xml","name":"res/color/m3_timepicker_secondary_text_button_text_color.xml","size":500,"crc":2143865884},{"key":"res/color/m3_timepicker_time_input_stroke_color.xml","name":"res/color/m3_timepicker_time_input_stroke_color.xml","size":464,"crc":142631324},{"key":"res/color/m3_tonal_button_ripple_color_selector.xml","name":"res/color/m3_tonal_button_ripple_color_selector.xml","size":808,"crc":-1160989734},{"key":"res/color/material_cursor_color.xml","name":"res/color/material_cursor_color.xml","size":340,"crc":1536521346},{"key":"res/color/material_divider_color.xml","name":"res/color/material_divider_color.xml","size":376,"crc":-1279336076},{"key":"res/color/material_on_background_disabled.xml","name":"res/color/material_on_background_disabled.xml","size":376,"crc":555949054},{"key":"res/color/material_on_background_emphasis_high_type.xml","name":"res/color/material_on_background_emphasis_high_type.xml","size":376,"crc":-422084669},{"key":"res/color/material_on_background_emphasis_medium.xml","name":"res/color/material_on_background_emphasis_medium.xml","size":376,"crc":1754648317},{"key":"res/color/material_on_primary_disabled.xml","name":"res/color/material_on_primary_disabled.xml","size":376,"crc":2052906211},{"key":"res/color/material_on_primary_emphasis_high_type.xml","name":"res/color/material_on_primary_emphasis_high_type.xml","size":376,"crc":-1113016098},{"key":"res/color/material_on_primary_emphasis_medium.xml","name":"res/color/material_on_primary_emphasis_medium.xml","size":376,"crc":870975968},{"key":"res/color/material_on_surface_disabled.xml","name":"res/color/material_on_surface_disabled.xml","size":376,"crc":329637659},{"key":"res/color/material_on_surface_emphasis_high_type.xml","name":"res/color/material_on_surface_emphasis_high_type.xml","size":376,"crc":-732841178},{"key":"res/color/material_on_surface_emphasis_medium.xml","name":"res/color/material_on_surface_emphasis_medium.xml","size":376,"crc":1511197208},{"key":"res/color/material_on_surface_stroke.xml","name":"res/color/material_on_surface_stroke.xml","size":376,"crc":-123426414},{"key":"res/color/material_personalized__highlighted_text.xml","name":"res/color/material_personalized__highlighted_text.xml","size":376,"crc":-533219197},{"key":"res/color/material_personalized__highlighted_text_inverse.xml","name":"res/color/material_personalized__highlighted_text_inverse.xml","size":376,"crc":-2058640058},{"key":"res/color/material_personalized_color_primary_text.xml","name":"res/color/material_personalized_color_primary_text.xml","size":500,"crc":512317136},{"key":"res/color/material_personalized_color_primary_text_inverse.xml","name":"res/color/material_personalized_color_primary_text_inverse.xml","size":500,"crc":2090995657},{"key":"res/color/material_personalized_color_secondary_text.xml","name":"res/color/material_personalized_color_secondary_text.xml","size":500,"crc":618094752},{"key":"res/color/material_personalized_color_secondary_text_inverse.xml","name":"res/color/material_personalized_color_secondary_text_inverse.xml","size":500,"crc":114021031},{"key":"res/color/material_personalized_hint_foreground.xml","name":"res/color/material_personalized_hint_foreground.xml","size":564,"crc":481772023},{"key":"res/color/material_personalized_hint_foreground_inverse.xml","name":"res/color/material_personalized_hint_foreground_inverse.xml","size":564,"crc":278734246},{"key":"res/color/material_personalized_primary_inverse_text_disable_only.xml","name":"res/color/material_personalized_primary_inverse_text_disable_only.xml","size":500,"crc":-182360533},{"key":"res/color/material_personalized_primary_text_disable_only.xml","name":"res/color/material_personalized_primary_text_disable_only.xml","size":500,"crc":1070075484},{"key":"res/color/material_slider_active_tick_marks_color.xml","name":"res/color/material_slider_active_tick_marks_color.xml","size":520,"crc":-1848312163},{"key":"res/color/material_slider_active_track_color.xml","name":"res/color/material_slider_active_track_color.xml","size":500,"crc":1960931503},{"key":"res/color/material_slider_halo_color.xml","name":"res/color/material_slider_halo_color.xml","size":500,"crc":2139057503},{"key":"res/color/material_slider_inactive_tick_marks_color.xml","name":"res/color/material_slider_inactive_tick_marks_color.xml","size":520,"crc":-32600660},{"key":"res/color/material_slider_inactive_track_color.xml","name":"res/color/material_slider_inactive_track_color.xml","size":520,"crc":866365684},{"key":"res/color/material_slider_thumb_color.xml","name":"res/color/material_slider_thumb_color.xml","size":500,"crc":2102950569},{"key":"res/color/material_timepicker_button_background.xml","name":"res/color/material_timepicker_button_background.xml","size":500,"crc":-1569347398},{"key":"res/color/material_timepicker_button_stroke.xml","name":"res/color/material_timepicker_button_stroke.xml","size":376,"crc":1739697651},{"key":"res/color/material_timepicker_clock_text_color.xml","name":"res/color/material_timepicker_clock_text_color.xml","size":464,"crc":-965860127},{"key":"res/color/material_timepicker_clockface.xml","name":"res/color/material_timepicker_clockface.xml","size":376,"crc":1291409233},{"key":"res/color/material_timepicker_modebutton_tint.xml","name":"res/color/material_timepicker_modebutton_tint.xml","size":376,"crc":-86760651},{"key":"res/color/mtrl_btn_bg_color_selector.xml","name":"res/color/mtrl_btn_bg_color_selector.xml","size":500,"crc":-1051432089},{"key":"res/color/mtrl_btn_ripple_color.xml","name":"res/color/mtrl_btn_ripple_color.xml","size":948,"crc":-1364937085},{"key":"res/color/mtrl_btn_stroke_color_selector.xml","name":"res/color/mtrl_btn_stroke_color_selector.xml","size":520,"crc":1891771984},{"key":"res/color/mtrl_btn_text_btn_bg_color_selector.xml","name":"res/color/mtrl_btn_text_btn_bg_color_selector.xml","size":520,"crc":-66415344},{"key":"res/color/mtrl_btn_text_btn_ripple_color.xml","name":"res/color/mtrl_btn_text_btn_ripple_color.xml","size":948,"crc":860694578},{"key":"res/color/mtrl_btn_text_color_selector.xml","name":"res/color/mtrl_btn_text_color_selector.xml","size":500,"crc":1753418756},{"key":"res/color/mtrl_calendar_item_stroke_color.xml","name":"res/color/mtrl_calendar_item_stroke_color.xml","size":808,"crc":-1897765442},{"key":"res/color/mtrl_calendar_selected_range.xml","name":"res/color/mtrl_calendar_selected_range.xml","size":376,"crc":574168547},{"key":"res/color/mtrl_card_view_foreground.xml","name":"res/color/mtrl_card_view_foreground.xml","size":788,"crc":-89568530},{"key":"res/color/mtrl_card_view_ripple.xml","name":"res/color/mtrl_card_view_ripple.xml","size":768,"crc":965878192},{"key":"res/color/mtrl_chip_background_color.xml","name":"res/color/mtrl_chip_background_color.xml","size":848,"crc":1130345132},{"key":"res/color/mtrl_chip_close_icon_tint.xml","name":"res/color/mtrl_chip_close_icon_tint.xml","size":1092,"crc":163081984},{"key":"res/color/mtrl_chip_surface_color.xml","name":"res/color/mtrl_chip_surface_color.xml","size":340,"crc":1125854904},{"key":"res/color/mtrl_chip_text_color.xml","name":"res/color/mtrl_chip_text_color.xml","size":520,"crc":1100666539},{"key":"res/color/mtrl_choice_chip_background_color.xml","name":"res/color/mtrl_choice_chip_background_color.xml","size":848,"crc":-948289294},{"key":"res/color/mtrl_choice_chip_ripple_color.xml","name":"res/color/mtrl_choice_chip_ripple_color.xml","size":948,"crc":665806037},{"key":"res/color/mtrl_choice_chip_text_color.xml","name":"res/color/mtrl_choice_chip_text_color.xml","size":808,"crc":-508732010},{"key":"res/color/mtrl_error.xml","name":"res/color/mtrl_error.xml","size":464,"crc":2113506919},{"key":"res/color/mtrl_fab_bg_color_selector.xml","name":"res/color/mtrl_fab_bg_color_selector.xml","size":500,"crc":409782502},{"key":"res/color/mtrl_fab_icon_text_color_selector.xml","name":"res/color/mtrl_fab_icon_text_color_selector.xml","size":500,"crc":900733910},{"key":"res/color/mtrl_fab_ripple_color.xml","name":"res/color/mtrl_fab_ripple_color.xml","size":948,"crc":-1554783790},{"key":"res/color/mtrl_filled_background_color.xml","name":"res/color/mtrl_filled_background_color.xml","size":808,"crc":-339486878},{"key":"res/color/mtrl_filled_icon_tint.xml","name":"res/color/mtrl_filled_icon_tint.xml","size":644,"crc":-350017018},{"key":"res/color/mtrl_filled_stroke_color.xml","name":"res/color/mtrl_filled_stroke_color.xml","size":788,"crc":-2138293321},{"key":"res/color/mtrl_indicator_text_color.xml","name":"res/color/mtrl_indicator_text_color.xml","size":520,"crc":-1272518866},{"key":"res/color/mtrl_navigation_bar_colored_item_tint.xml","name":"res/color/mtrl_navigation_bar_colored_item_tint.xml","size":520,"crc":586014296},{"key":"res/color/mtrl_navigation_bar_colored_ripple_color.xml","name":"res/color/mtrl_navigation_bar_colored_ripple_color.xml","size":948,"crc":51010866},{"key":"res/color/mtrl_navigation_bar_item_tint.xml","name":"res/color/mtrl_navigation_bar_item_tint.xml","size":520,"crc":1295494505},{"key":"res/color/mtrl_navigation_bar_ripple_color.xml","name":"res/color/mtrl_navigation_bar_ripple_color.xml","size":1672,"crc":-2104800327},{"key":"res/color/mtrl_navigation_item_background_color.xml","name":"res/color/mtrl_navigation_item_background_color.xml","size":644,"crc":-1640328340},{"key":"res/color/mtrl_navigation_item_icon_tint.xml","name":"res/color/mtrl_navigation_item_icon_tint.xml","size":624,"crc":176928592},{"key":"res/color/mtrl_navigation_item_text_color.xml","name":"res/color/mtrl_navigation_item_text_color.xml","size":624,"crc":176928592},{"key":"res/color/mtrl_on_primary_text_btn_text_color_selector.xml","name":"res/color/mtrl_on_primary_text_btn_text_color_selector.xml","size":500,"crc":769057228},{"key":"res/color/mtrl_on_surface_ripple_color.xml","name":"res/color/mtrl_on_surface_ripple_color.xml","size":808,"crc":-1382685745},{"key":"res/color/mtrl_outlined_icon_tint.xml","name":"res/color/mtrl_outlined_icon_tint.xml","size":644,"crc":-844237075},{"key":"res/color/mtrl_outlined_stroke_color.xml","name":"res/color/mtrl_outlined_stroke_color.xml","size":788,"crc":748122300},{"key":"res/color/mtrl_popupmenu_overlay_color.xml","name":"res/color/mtrl_popupmenu_overlay_color.xml","size":376,"crc":-1073170695},{"key":"res/color/mtrl_switch_thumb_icon_tint.xml","name":"res/color/mtrl_switch_thumb_icon_tint.xml","size":1236,"crc":-463757771},{"key":"res/color/mtrl_switch_thumb_tint.xml","name":"res/color/mtrl_switch_thumb_tint.xml","size":1028,"crc":-67378190},{"key":"res/color/mtrl_switch_track_decoration_tint.xml","name":"res/color/mtrl_switch_track_decoration_tint.xml","size":624,"crc":294261686},{"key":"res/color/mtrl_switch_track_tint.xml","name":"res/color/mtrl_switch_track_tint.xml","size":1236,"crc":-243543750},{"key":"res/color/mtrl_tabs_colored_ripple_color.xml","name":"res/color/mtrl_tabs_colored_ripple_color.xml","size":948,"crc":51010866},{"key":"res/color/mtrl_tabs_icon_color_selector.xml","name":"res/color/mtrl_tabs_icon_color_selector.xml","size":500,"crc":-1604277735},{"key":"res/color/mtrl_tabs_icon_color_selector_colored.xml","name":"res/color/mtrl_tabs_icon_color_selector_colored.xml","size":500,"crc":-599597236},{"key":"res/color/mtrl_tabs_legacy_text_color_selector.xml","name":"res/color/mtrl_tabs_legacy_text_color_selector.xml","size":464,"crc":301181175},{"key":"res/color/mtrl_tabs_ripple_color.xml","name":"res/color/mtrl_tabs_ripple_color.xml","size":1672,"crc":-2104800327},{"key":"res/color/mtrl_text_btn_text_color_selector.xml","name":"res/color/mtrl_text_btn_text_color_selector.xml","size":888,"crc":-1696089436},{"key":"res/color/switch_thumb_material_dark.xml","name":"res/color/switch_thumb_material_dark.xml","size":464,"crc":1807275962},{"key":"res/color/switch_thumb_material_light.xml","name":"res/color/switch_thumb_material_light.xml","size":464,"crc":-123230016},{"key":"res/color-night-v8/material_timepicker_button_stroke.xml","name":"res/color-night-v8/material_timepicker_button_stroke.xml","size":376,"crc":1151907932},{"key":"res/color-night-v8/material_timepicker_clockface.xml","name":"res/color-night-v8/material_timepicker_clockface.xml","size":376,"crc":-1279336076},{"key":"res/color-night-v8/material_timepicker_modebutton_tint.xml","name":"res/color-night-v8/material_timepicker_modebutton_tint.xml","size":340,"crc":-1183421737},{"key":"res/color-v26/biometric_error_color.xml","name":"res/color-v26/biometric_error_color.xml","size":464,"crc":-1363387313},{"key":"res/color-v31/m3_dynamic_dark_default_color_primary_text.xml","name":"res/color-v31/m3_dynamic_dark_default_color_primary_text.xml","size":500,"crc":1670564576},{"key":"res/color-v31/m3_dynamic_dark_default_color_secondary_text.xml","name":"res/color-v31/m3_dynamic_dark_default_color_secondary_text.xml","size":500,"crc":-305103906},{"key":"res/color-v31/m3_dynamic_dark_highlighted_text.xml","name":"res/color-v31/m3_dynamic_dark_highlighted_text.xml","size":376,"crc":-253023632},{"key":"res/color-v31/m3_dynamic_dark_hint_foreground.xml","name":"res/color-v31/m3_dynamic_dark_hint_foreground.xml","size":564,"crc":1829426210},{"key":"res/color-v31/m3_dynamic_dark_primary_text_disable_only.xml","name":"res/color-v31/m3_dynamic_dark_primary_text_disable_only.xml","size":500,"crc":1781119702},{"key":"res/color-v31/m3_dynamic_default_color_primary_text.xml","name":"res/color-v31/m3_dynamic_default_color_primary_text.xml","size":500,"crc":1101373203},{"key":"res/color-v31/m3_dynamic_default_color_secondary_text.xml","name":"res/color-v31/m3_dynamic_default_color_secondary_text.xml","size":500,"crc":-806932947},{"key":"res/color-v31/m3_dynamic_highlighted_text.xml","name":"res/color-v31/m3_dynamic_highlighted_text.xml","size":376,"crc":-1787551829},{"key":"res/color-v31/m3_dynamic_hint_foreground.xml","name":"res/color-v31/m3_dynamic_hint_foreground.xml","size":564,"crc":2108289355},{"key":"res/color-v31/m3_dynamic_primary_text_disable_only.xml","name":"res/color-v31/m3_dynamic_primary_text_disable_only.xml","size":500,"crc":1209986853},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral12.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral12.xml","size":376,"crc":-263691429},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral17.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral17.xml","size":376,"crc":207538851},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral22.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral22.xml","size":376,"crc":1896790006},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral24.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral24.xml","size":376,"crc":-1951511204},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral4.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral4.xml","size":376,"crc":-1406565007},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral6.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral6.xml","size":376,"crc":2086801746},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral87.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral87.xml","size":376,"crc":1960127704},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral92.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral92.xml","size":376,"crc":-443529607},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral94.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral94.xml","size":376,"crc":-833761385},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral96.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral96.xml","size":376,"crc":1217113871},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral98.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral98.xml","size":376,"crc":1666590433},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant12.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant12.xml","size":376,"crc":-38774044},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant17.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant17.xml","size":376,"crc":27718428},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant22.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant22.xml","size":376,"crc":2096533065},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant24.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant24.xml","size":376,"crc":-2041154333},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant4.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant4.xml","size":376,"crc":-1580090162},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant6.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant6.xml","size":376,"crc":1905928429},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant87.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant87.xml","size":376,"crc":2032997735},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant92.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant92.xml","size":376,"crc":-395804730},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant94.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant94.xml","size":376,"crc":-1011485144},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant96.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant96.xml","size":376,"crc":1165203120},{"key":"res/color-v31/m3_ref_palette_dynamic_neutral_variant98.xml","name":"res/color-v31/m3_ref_palette_dynamic_neutral_variant98.xml","size":376,"crc":1856905054},{"key":"res/drawable/$avd_hide_password__0.xml","name":"res/drawable/$avd_hide_password__0.xml","size":1176,"crc":-1004709201},{"key":"res/drawable/$avd_hide_password__1.xml","name":"res/drawable/$avd_hide_password__1.xml","size":592,"crc":1851969249},{"key":"res/drawable/$avd_hide_password__2.xml","name":"res/drawable/$avd_hide_password__2.xml","size":556,"crc":324904570},{"key":"res/drawable/$avd_show_password__0.xml","name":"res/drawable/$avd_show_password__0.xml","size":1136,"crc":-1503536883},{"key":"res/drawable/$avd_show_password__1.xml","name":"res/drawable/$avd_show_password__1.xml","size":592,"crc":571917382},{"key":"res/drawable/$avd_show_password__2.xml","name":"res/drawable/$avd_show_password__2.xml","size":556,"crc":-1951102379},{"key":"res/drawable/$m3_avd_hide_password__0.xml","name":"res/drawable/$m3_avd_hide_password__0.xml","size":1176,"crc":-1004709201},{"key":"res/drawable/$m3_avd_hide_password__1.xml","name":"res/drawable/$m3_avd_hide_password__1.xml","size":592,"crc":-30124918},{"key":"res/drawable/$m3_avd_hide_password__2.xml","name":"res/drawable/$m3_avd_hide_password__2.xml","size":556,"crc":1236622639},{"key":"res/drawable/$m3_avd_show_password__0.xml","name":"res/drawable/$m3_avd_show_password__0.xml","size":1136,"crc":-1503536883},{"key":"res/drawable/$m3_avd_show_password__1.xml","name":"res/drawable/$m3_avd_show_password__1.xml","size":592,"crc":1626743172},{"key":"res/drawable/$m3_avd_show_password__2.xml","name":"res/drawable/$m3_avd_show_password__2.xml","size":556,"crc":-772615930},{"key":"res/drawable/$mtrl_checkbox_button_checked_unchecked__0.xml","name":"res/drawable/$mtrl_checkbox_button_checked_unchecked__0.xml","size":592,"crc":-346686892},{"key":"res/drawable/$mtrl_checkbox_button_checked_unchecked__1.xml","name":"res/drawable/$mtrl_checkbox_button_checked_unchecked__1.xml","size":592,"crc":1451570791},{"key":"res/drawable/$mtrl_checkbox_button_checked_unchecked__2.xml","name":"res/drawable/$mtrl_checkbox_button_checked_unchecked__2.xml","size":592,"crc":-569341694},{"key":"res/drawable/$mtrl_checkbox_button_icon_checked_indeterminate__0.xml","name":"res/drawable/$mtrl_checkbox_button_icon_checked_indeterminate__0.xml","size":592,"crc":-989295867},{"key":"res/drawable/$mtrl_checkbox_button_icon_checked_unchecked__0.xml","name":"res/drawable/$mtrl_checkbox_button_icon_checked_unchecked__0.xml","size":592,"crc":-346686892},{"key":"res/drawable/$mtrl_checkbox_button_icon_checked_unchecked__1.xml","name":"res/drawable/$mtrl_checkbox_button_icon_checked_unchecked__1.xml","size":592,"crc":1451570791},{"key":"res/drawable/$mtrl_checkbox_button_icon_checked_unchecked__2.xml","name":"res/drawable/$mtrl_checkbox_button_icon_checked_unchecked__2.xml","size":592,"crc":-569341694},{"key":"res/drawable/$mtrl_checkbox_button_icon_indeterminate_checked__0.xml","name":"res/drawable/$mtrl_checkbox_button_icon_indeterminate_checked__0.xml","size":592,"crc":-1195764191},{"key":"res/drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__0.xml","name":"res/drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__0.xml","size":592,"crc":-346686892},{"key":"res/drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__1.xml","name":"res/drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__1.xml","size":592,"crc":1451570791},{"key":"res/drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__2.xml","name":"res/drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__2.xml","size":592,"crc":-569341694},{"key":"res/drawable/$mtrl_checkbox_button_icon_unchecked_checked__0.xml","name":"res/drawable/$mtrl_checkbox_button_icon_unchecked_checked__0.xml","size":592,"crc":-1036261069},{"key":"res/drawable/$mtrl_checkbox_button_icon_unchecked_checked__1.xml","name":"res/drawable/$mtrl_checkbox_button_icon_unchecked_checked__1.xml","size":592,"crc":2146116864},{"key":"res/drawable/$mtrl_checkbox_button_icon_unchecked_checked__2.xml","name":"res/drawable/$mtrl_checkbox_button_icon_unchecked_checked__2.xml","size":596,"crc":-2035886171},{"key":"res/drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__0.xml","name":"res/drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__0.xml","size":592,"crc":-1036261069},{"key":"res/drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__1.xml","name":"res/drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__1.xml","size":592,"crc":2146116864},{"key":"res/drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__2.xml","name":"res/drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__2.xml","size":592,"crc":-838612980},{"key":"res/drawable/$mtrl_checkbox_button_unchecked_checked__0.xml","name":"res/drawable/$mtrl_checkbox_button_unchecked_checked__0.xml","size":592,"crc":-1036261069},{"key":"res/drawable/$mtrl_checkbox_button_unchecked_checked__1.xml","name":"res/drawable/$mtrl_checkbox_button_unchecked_checked__1.xml","size":592,"crc":2146116864},{"key":"res/drawable/$mtrl_checkbox_button_unchecked_checked__2.xml","name":"res/drawable/$mtrl_checkbox_button_unchecked_checked__2.xml","size":592,"crc":-838612980},{"key":"res/drawable/$mtrl_switch_thumb_checked_pressed__0.xml","name":"res/drawable/$mtrl_switch_thumb_checked_pressed__0.xml","size":592,"crc":-885936288},{"key":"res/drawable/$mtrl_switch_thumb_checked_unchecked__0.xml","name":"res/drawable/$mtrl_switch_thumb_checked_unchecked__0.xml","size":548,"crc":444581775},{"key":"res/drawable/$mtrl_switch_thumb_checked_unchecked__1.xml","name":"res/drawable/$mtrl_switch_thumb_checked_unchecked__1.xml","size":592,"crc":60600292},{"key":"res/drawable/$mtrl_switch_thumb_pressed_checked__0.xml","name":"res/drawable/$mtrl_switch_thumb_pressed_checked__0.xml","size":592,"crc":-2007335722},{"key":"res/drawable/$mtrl_switch_thumb_pressed_unchecked__0.xml","name":"res/drawable/$mtrl_switch_thumb_pressed_unchecked__0.xml","size":592,"crc":-1935040728},{"key":"res/drawable/$mtrl_switch_thumb_unchecked_checked__0.xml","name":"res/drawable/$mtrl_switch_thumb_unchecked_checked__0.xml","size":548,"crc":-505056966},{"key":"res/drawable/$mtrl_switch_thumb_unchecked_checked__1.xml","name":"res/drawable/$mtrl_switch_thumb_unchecked_checked__1.xml","size":592,"crc":-1057717969},{"key":"res/drawable/$mtrl_switch_thumb_unchecked_pressed__0.xml","name":"res/drawable/$mtrl_switch_thumb_unchecked_pressed__0.xml","size":592,"crc":390941465},{"key":"res/drawable-v21/abc_action_bar_item_background_material.xml","name":"res/drawable-v21/abc_action_bar_item_background_material.xml","size":264,"crc":893712625},{"key":"res/drawable/abc_btn_borderless_material.xml","name":"res/drawable/abc_btn_borderless_material.xml","size":588,"crc":352031250},{"key":"res/drawable/abc_btn_check_material.xml","name":"res/drawable/abc_btn_check_material.xml","size":464,"crc":-815546010},{"key":"res/drawable/abc_btn_check_material_anim.xml","name":"res/drawable/abc_btn_check_material_anim.xml","size":816,"crc":1184919631},{"key":"res/drawable-v21/abc_btn_colored_material.xml","name":"res/drawable-v21/abc_btn_colored_material.xml","size":1716,"crc":-989192254},{"key":"res/drawable/abc_btn_default_mtrl_shape.xml","name":"res/drawable/abc_btn_default_mtrl_shape.xml","size":932,"crc":-1471577726},{"key":"res/drawable/abc_btn_radio_material.xml","name":"res/drawable/abc_btn_radio_material.xml","size":464,"crc":-1563179758},{"key":"res/drawable/abc_btn_radio_material_anim.xml","name":"res/drawable/abc_btn_radio_material_anim.xml","size":816,"crc":893282678},{"key":"res/drawable/abc_cab_background_internal_bg.xml","name":"res/drawable/abc_cab_background_internal_bg.xml","size":372,"crc":-693425677},{"key":"res/drawable/abc_cab_background_top_material.xml","name":"res/drawable/abc_cab_background_top_material.xml","size":336,"crc":-1512034296},{"key":"res/drawable-v23/abc_control_background_material.xml","name":"res/drawable-v23/abc_control_background_material.xml","size":304,"crc":447853151},{"key":"res/drawable-v21/abc_dialog_material_background.xml","name":"res/drawable-v21/abc_dialog_material_background.xml","size":716,"crc":369435469},{"key":"res/drawable-v21/abc_edit_text_material.xml","name":"res/drawable-v21/abc_edit_text_material.xml","size":1172,"crc":-1754535450},{"key":"res/drawable/abc_ic_ab_back_material.xml","name":"res/drawable/abc_ic_ab_back_material.xml","size":692,"crc":-238478857},{"key":"res/drawable/abc_ic_arrow_drop_right_black_24dp.xml","name":"res/drawable/abc_ic_arrow_drop_right_black_24dp.xml","size":1000,"crc":-766638774},{"key":"res/drawable/abc_ic_clear_material.xml","name":"res/drawable/abc_ic_clear_material.xml","size":684,"crc":2134066410},{"key":"res/drawable/abc_ic_go_search_api_material.xml","name":"res/drawable/abc_ic_go_search_api_material.xml","size":640,"crc":445212600},{"key":"res/drawable/abc_ic_menu_copy_mtrl_am_alpha.xml","name":"res/drawable/abc_ic_menu_copy_mtrl_am_alpha.xml","size":756,"crc":141324321},{"key":"res/drawable/abc_ic_menu_cut_mtrl_alpha.xml","name":"res/drawable/abc_ic_menu_cut_mtrl_alpha.xml","size":1096,"crc":459529817},{"key":"res/drawable/abc_ic_menu_overflow_material.xml","name":"res/drawable/abc_ic_menu_overflow_material.xml","size":792,"crc":670428759},{"key":"res/drawable/abc_ic_menu_paste_mtrl_am_alpha.xml","name":"res/drawable/abc_ic_menu_paste_mtrl_am_alpha.xml","size":796,"crc":1534258133},{"key":"res/drawable/abc_ic_menu_selectall_mtrl_alpha.xml","name":"res/drawable/abc_ic_menu_selectall_mtrl_alpha.xml","size":920,"crc":1929046294},{"key":"res/drawable/abc_ic_menu_share_mtrl_alpha.xml","name":"res/drawable/abc_ic_menu_share_mtrl_alpha.xml","size":980,"crc":547834227},{"key":"res/drawable/abc_ic_search_api_material.xml","name":"res/drawable/abc_ic_search_api_material.xml","size":812,"crc":1282784005},{"key":"res/drawable/abc_ic_voice_search_api_material.xml","name":"res/drawable/abc_ic_voice_search_api_material.xml","size":828,"crc":-114005597},{"key":"res/drawable/abc_item_background_holo_dark.xml","name":"res/drawable/abc_item_background_holo_dark.xml","size":1012,"crc":-1100220083},{"key":"res/drawable/abc_item_background_holo_light.xml","name":"res/drawable/abc_item_background_holo_light.xml","size":1012,"crc":121753374},{"key":"res/drawable-v21/abc_list_divider_material.xml","name":"res/drawable-v21/abc_list_divider_material.xml","size":516,"crc":-2096256569},{"key":"res/drawable/abc_list_selector_background_transition_holo_dark.xml","name":"res/drawable/abc_list_selector_background_transition_holo_dark.xml","size":424,"crc":886525859},{"key":"res/drawable/abc_list_selector_background_transition_holo_light.xml","name":"res/drawable/abc_list_selector_background_transition_holo_light.xml","size":424,"crc":696943079},{"key":"res/drawable/abc_list_selector_holo_dark.xml","name":"res/drawable/abc_list_selector_holo_dark.xml","size":1064,"crc":-1514718402},{"key":"res/drawable/abc_list_selector_holo_light.xml","name":"res/drawable/abc_list_selector_holo_light.xml","size":1064,"crc":-1869964317},{"key":"res/drawable/abc_ratingbar_indicator_material.xml","name":"res/drawable/abc_ratingbar_indicator_material.xml","size":124,"crc":1548506544},{"key":"res/drawable/abc_ratingbar_material.xml","name":"res/drawable/abc_ratingbar_material.xml","size":124,"crc":1548506544},{"key":"res/drawable/abc_ratingbar_small_material.xml","name":"res/drawable/abc_ratingbar_small_material.xml","size":124,"crc":1548506544},{"key":"res/drawable/abc_seekbar_thumb_material.xml","name":"res/drawable/abc_seekbar_thumb_material.xml","size":1100,"crc":910207004},{"key":"res/drawable/abc_seekbar_tick_mark_material.xml","name":"res/drawable/abc_seekbar_tick_mark_material.xml","size":516,"crc":268187399},{"key":"res/drawable/abc_seekbar_track_material.xml","name":"res/drawable/abc_seekbar_track_material.xml","size":1408,"crc":-1074493088},{"key":"res/drawable/abc_spinner_textfield_background_material.xml","name":"res/drawable/abc_spinner_textfield_background_material.xml","size":1160,"crc":2001648743},{"key":"res/drawable/abc_star_black_48dp.xml","name":"res/drawable/abc_star_black_48dp.xml","size":640,"crc":1103021236},{"key":"res/drawable/abc_star_half_black_48dp.xml","name":"res/drawable/abc_star_half_black_48dp.xml","size":600,"crc":-1411498920},{"key":"res/drawable/abc_switch_thumb_material.xml","name":"res/drawable/abc_switch_thumb_material.xml","size":464,"crc":184939420},{"key":"res/drawable/abc_tab_indicator_material.xml","name":"res/drawable/abc_tab_indicator_material.xml","size":468,"crc":-1462818277},{"key":"res/drawable/abc_text_cursor_material.xml","name":"res/drawable/abc_text_cursor_material.xml","size":516,"crc":46912569},{"key":"res/drawable/abc_textfield_search_material.xml","name":"res/drawable/abc_textfield_search_material.xml","size":756,"crc":-446896712},{"key":"res/drawable/abc_vector_test.xml","name":"res/drawable/abc_vector_test.xml","size":612,"crc":-1414823522},{"key":"res/drawable/avd_hide_password.xml","name":"res/drawable/avd_hide_password.xml","size":660,"crc":123778880},{"key":"res/drawable/avd_show_password.xml","name":"res/drawable/avd_show_password.xml","size":660,"crc":-1257998099},{"key":"res/drawable/bg_bubble_receive.xml","name":"res/drawable/bg_bubble_receive.xml","size":632,"crc":-161217299},{"key":"res/drawable/bg_bubble_send.xml","name":"res/drawable/bg_bubble_send.xml","size":632,"crc":56045698},{"key":"res/drawable/bg_chat_input.xml","name":"res/drawable/bg_chat_input.xml","size":612,"crc":-2130544738},{"key":"res/drawable/btn_checkbox_checked_mtrl.xml","name":"res/drawable/btn_checkbox_checked_mtrl.xml","size":2688,"crc":-929037891},{"key":"res/drawable/btn_checkbox_checked_to_unchecked_mtrl_animation.xml","name":"res/drawable/btn_checkbox_checked_to_unchecked_mtrl_animation.xml","size":688,"crc":-593636440},{"key":"res/drawable/btn_checkbox_unchecked_mtrl.xml","name":"res/drawable/btn_checkbox_unchecked_mtrl.xml","size":2660,"crc":1605872269},{"key":"res/drawable/btn_checkbox_unchecked_to_checked_mtrl_animation.xml","name":"res/drawable/btn_checkbox_unchecked_to_checked_mtrl_animation.xml","size":688,"crc":2028575714},{"key":"res/drawable/btn_outline_error.xml","name":"res/drawable/btn_outline_error.xml","size":776,"crc":1535757045},{"key":"res/drawable/btn_outline_primary.xml","name":"res/drawable/btn_outline_primary.xml","size":776,"crc":-1183621919},{"key":"res/drawable/btn_radio_off_mtrl.xml","name":"res/drawable/btn_radio_off_mtrl.xml","size":1728,"crc":1230695815},{"key":"res/drawable/btn_radio_off_to_on_mtrl_animation.xml","name":"res/drawable/btn_radio_off_to_on_mtrl_animation.xml","size":680,"crc":568276024},{"key":"res/drawable/btn_radio_on_mtrl.xml","name":"res/drawable/btn_radio_on_mtrl.xml","size":1656,"crc":-1785735633},{"key":"res/drawable/btn_radio_on_to_off_mtrl_animation.xml","name":"res/drawable/btn_radio_on_to_off_mtrl_animation.xml","size":680,"crc":-1740213328},{"key":"res/drawable/circle_bg.xml","name":"res/drawable/circle_bg.xml","size":372,"crc":-1282807193},{"key":"res/drawable/common_google_signin_btn_icon_dark.xml","name":"res/drawable/common_google_signin_btn_icon_dark.xml","size":588,"crc":-867780118},{"key":"res/drawable/common_google_signin_btn_icon_dark_focused.xml","name":"res/drawable/common_google_signin_btn_icon_dark_focused.xml","size":892,"crc":-1628128507},{"key":"res/drawable/common_google_signin_btn_icon_dark_normal.xml","name":"res/drawable/common_google_signin_btn_icon_dark_normal.xml","size":548,"crc":-737512177},{"key":"res/drawable/common_google_signin_btn_icon_disabled.xml","name":"res/drawable/common_google_signin_btn_icon_disabled.xml","size":1132,"crc":225429495},{"key":"res/drawable/common_google_signin_btn_icon_light.xml","name":"res/drawable/common_google_signin_btn_icon_light.xml","size":588,"crc":1141681459},{"key":"res/drawable/common_google_signin_btn_icon_light_focused.xml","name":"res/drawable/common_google_signin_btn_icon_light_focused.xml","size":892,"crc":2009654076},{"key":"res/drawable/common_google_signin_btn_icon_light_normal.xml","name":"res/drawable/common_google_signin_btn_icon_light_normal.xml","size":548,"crc":692441811},{"key":"res/drawable/common_google_signin_btn_text_dark.xml","name":"res/drawable/common_google_signin_btn_text_dark.xml","size":588,"crc":293808477},{"key":"res/drawable/common_google_signin_btn_text_dark_focused.xml","name":"res/drawable/common_google_signin_btn_text_dark_focused.xml","size":892,"crc":814983392},{"key":"res/drawable/common_google_signin_btn_text_dark_normal.xml","name":"res/drawable/common_google_signin_btn_text_dark_normal.xml","size":584,"crc":-1223201261},{"key":"res/drawable/common_google_signin_btn_text_disabled.xml","name":"res/drawable/common_google_signin_btn_text_disabled.xml","size":1152,"crc":-1923056973},{"key":"res/drawable/common_google_signin_btn_text_light.xml","name":"res/drawable/common_google_signin_btn_text_light.xml","size":588,"crc":1964642926},{"key":"res/drawable/common_google_signin_btn_text_light_focused.xml","name":"res/drawable/common_google_signin_btn_text_light_focused.xml","size":892,"crc":-470694231},{"key":"res/drawable/common_google_signin_btn_text_light_normal.xml","name":"res/drawable/common_google_signin_btn_text_light_normal.xml","size":584,"crc":807748971},{"key":"res/drawable/design_fab_background.xml","name":"res/drawable/design_fab_background.xml","size":372,"crc":522588254},{"key":"res/drawable/design_ic_visibility.xml","name":"res/drawable/design_ic_visibility.xml","size":540,"crc":-1513314028},{"key":"res/drawable/design_ic_visibility_off.xml","name":"res/drawable/design_ic_visibility_off.xml","size":1144,"crc":-1859213009},{"key":"res/drawable/design_password_eye.xml","name":"res/drawable/design_password_eye.xml","size":816,"crc":309552417},{"key":"res/drawable/design_snackbar_background.xml","name":"res/drawable/design_snackbar_background.xml","size":484,"crc":458340000},{"key":"res/drawable/ic_arrow_back.xml","name":"res/drawable/ic_arrow_back.xml","size":612,"crc":1975191562},{"key":"res/drawable/ic_arrow_back_black_24.xml","name":"res/drawable/ic_arrow_back_black_24.xml","size":612,"crc":1298099340},{"key":"res/drawable/ic_call_answer.xml","name":"res/drawable/ic_call_answer.xml","size":1356,"crc":-417851860},{"key":"res/drawable/ic_call_answer_low.xml","name":"res/drawable/ic_call_answer_low.xml","size":1320,"crc":-2078588160},{"key":"res/drawable/ic_call_answer_video.xml","name":"res/drawable/ic_call_answer_video.xml","size":772,"crc":1837259622},{"key":"res/drawable/ic_call_answer_video_low.xml","name":"res/drawable/ic_call_answer_video_low.xml","size":736,"crc":1149510206},{"key":"res/drawable/ic_call_decline.xml","name":"res/drawable/ic_call_decline.xml","size":1528,"crc":-1902206380},{"key":"res/drawable/ic_call_decline_low.xml","name":"res/drawable/ic_call_decline_low.xml","size":1492,"crc":-593934670},{"key":"res/drawable/ic_chat.xml","name":"res/drawable/ic_chat.xml","size":628,"crc":-1463106920},{"key":"res/drawable/ic_clear_black_24.xml","name":"res/drawable/ic_clear_black_24.xml","size":684,"crc":-1106505277},{"key":"res/drawable/ic_clock_black_24dp.xml","name":"res/drawable/ic_clock_black_24dp.xml","size":752,"crc":-1073021850},{"key":"res/drawable/ic_keyboard_black_24dp.xml","name":"res/drawable/ic_keyboard_black_24dp.xml","size":852,"crc":173715929},{"key":"res/drawable/ic_launcher.xml","name":"res/drawable/ic_launcher.xml","size":720,"crc":-1176689471},{"key":"res/drawable/ic_launcher_final.xml","name":"res/drawable/ic_launcher_final.xml","size":344,"crc":1899879448},{"key":"res/drawable/ic_launcher_round.xml","name":"res/drawable/ic_launcher_round.xml","size":748,"crc":-1674671304},{"key":"res/drawable/ic_logo.png","name":"res/drawable/ic_logo.png","size":83841,"crc":1923104465},{"key":"res/drawable/ic_logo_scaled.xml","name":"res/drawable/ic_logo_scaled.xml","size":592,"crc":-1133789932},{"key":"res/drawable/ic_m3_chip_check.xml","name":"res/drawable/ic_m3_chip_check.xml","size":704,"crc":1455308475},{"key":"res/drawable/ic_m3_chip_checked_circle.xml","name":"res/drawable/ic_m3_chip_checked_circle.xml","size":900,"crc":888185085},{"key":"res/drawable/ic_m3_chip_close.xml","name":"res/drawable/ic_m3_chip_close.xml","size":648,"crc":1348968016},{"key":"res/drawable/ic_mtrl_checked_circle.xml","name":"res/drawable/ic_mtrl_checked_circle.xml","size":672,"crc":-943865253},{"key":"res/drawable/ic_mtrl_chip_checked_black.xml","name":"res/drawable/ic_mtrl_chip_checked_black.xml","size":600,"crc":1633852816},{"key":"res/drawable/ic_mtrl_chip_checked_circle.xml","name":"res/drawable/ic_mtrl_chip_checked_circle.xml","size":940,"crc":1250486260},{"key":"res/drawable/ic_mtrl_chip_close_circle.xml","name":"res/drawable/ic_mtrl_chip_close_circle.xml","size":808,"crc":-160089038},{"key":"res/drawable/ic_nav_agenda.xml","name":"res/drawable/ic_nav_agenda.xml","size":768,"crc":-1195895539},{"key":"res/drawable/ic_nav_contactos.xml","name":"res/drawable/ic_nav_contactos.xml","size":844,"crc":-1361833109},{"key":"res/drawable/ic_nav_inicio.xml","name":"res/drawable/ic_nav_inicio.xml","size":720,"crc":-898021318},{"key":"res/drawable/ic_nav_pacientes.xml","name":"res/drawable/ic_nav_pacientes.xml","size":944,"crc":-682927403},{"key":"res/drawable/ic_other_sign_in.xml","name":"res/drawable/ic_other_sign_in.xml","size":1228,"crc":376371943},{"key":"res/drawable/ic_passkey.xml","name":"res/drawable/ic_passkey.xml","size":1200,"crc":821501914},{"key":"res/drawable/ic_password.xml","name":"res/drawable/ic_password.xml","size":2092,"crc":1109675091},{"key":"res/drawable/ic_placeholder.xml","name":"res/drawable/ic_placeholder.xml","size":708,"crc":-990390380},{"key":"res/drawable/ic_search_black_24.xml","name":"res/drawable/ic_search_black_24.xml","size":800,"crc":-1571083540},{"key":"res/drawable/ic_send.xml","name":"res/drawable/ic_send.xml","size":588,"crc":-961705175},{"key":"res/drawable/ic_user.xml","name":"res/drawable/ic_user.xml","size":672,"crc":-1154825104},{"key":"res/drawable/logo_app.png","name":"res/drawable/logo_app.png","size":23441,"crc":-1547525012},{"key":"res/drawable/m3_avd_hide_password.xml","name":"res/drawable/m3_avd_hide_password.xml","size":660,"crc":408149717},{"key":"res/drawable/m3_avd_show_password.xml","name":"res/drawable/m3_avd_show_password.xml","size":660,"crc":1375469874},{"key":"res/drawable/m3_bottom_sheet_drag_handle.xml","name":"res/drawable/m3_bottom_sheet_drag_handle.xml","size":628,"crc":-76628415},{"key":"res/drawable/m3_password_eye.xml","name":"res/drawable/m3_password_eye.xml","size":816,"crc":-1793103151},{"key":"res/drawable/m3_popupmenu_background_overlay.xml","name":"res/drawable/m3_popupmenu_background_overlay.xml","size":740,"crc":-1501976386},{"key":"res/drawable-v23/m3_radiobutton_ripple.xml","name":"res/drawable-v23/m3_radiobutton_ripple.xml","size":304,"crc":1123314444},{"key":"res/drawable-v23/m3_selection_control_ripple.xml","name":"res/drawable-v23/m3_selection_control_ripple.xml","size":304,"crc":1333793827},{"key":"res/drawable-v23/m3_tabs_background.xml","name":"res/drawable-v23/m3_tabs_background.xml","size":868,"crc":814971799},{"key":"res/drawable/m3_tabs_line_indicator.xml","name":"res/drawable/m3_tabs_line_indicator.xml","size":480,"crc":1189781760},{"key":"res/drawable/m3_tabs_rounded_line_indicator.xml","name":"res/drawable/m3_tabs_rounded_line_indicator.xml","size":956,"crc":175350675},{"key":"res/drawable-v23/m3_tabs_transparent_background.xml","name":"res/drawable-v23/m3_tabs_transparent_background.xml","size":632,"crc":-168091800},{"key":"res/drawable-v21/material_cursor_drawable.xml","name":"res/drawable-v21/material_cursor_drawable.xml","size":588,"crc":-1982380937},{"key":"res/drawable/material_ic_calendar_black_24dp.xml","name":"res/drawable/material_ic_calendar_black_24dp.xml","size":696,"crc":1880928615},{"key":"res/drawable/material_ic_clear_black_24dp.xml","name":"res/drawable/material_ic_clear_black_24dp.xml","size":752,"crc":2137394315},{"key":"res/drawable/material_ic_edit_black_24dp.xml","name":"res/drawable/material_ic_edit_black_24dp.xml","size":716,"crc":604732683},{"key":"res/drawable/material_ic_keyboard_arrow_left_black_24dp.xml","name":"res/drawable/material_ic_keyboard_arrow_left_black_24dp.xml","size":712,"crc":-484329892},{"key":"res/drawable/material_ic_keyboard_arrow_right_black_24dp.xml","name":"res/drawable/material_ic_keyboard_arrow_right_black_24dp.xml","size":700,"crc":-1345623571},{"key":"res/drawable/material_ic_menu_arrow_down_black_24dp.xml","name":"res/drawable/material_ic_menu_arrow_down_black_24dp.xml","size":648,"crc":1326784656},{"key":"res/drawable/material_ic_menu_arrow_up_black_24dp.xml","name":"res/drawable/material_ic_menu_arrow_up_black_24dp.xml","size":648,"crc":-796709783},{"key":"res/drawable/mtrl_bottomsheet_drag_handle.xml","name":"res/drawable/mtrl_bottomsheet_drag_handle.xml","size":628,"crc":-1199591059},{"key":"res/drawable/mtrl_checkbox_button.xml","name":"res/drawable/mtrl_checkbox_button.xml","size":1332,"crc":-1965779957},{"key":"res/drawable/mtrl_checkbox_button_checked_unchecked.xml","name":"res/drawable/mtrl_checkbox_button_checked_unchecked.xml","size":724,"crc":371898726},{"key":"res/drawable/mtrl_checkbox_button_icon.xml","name":"res/drawable/mtrl_checkbox_button_icon.xml","size":1572,"crc":704812098},{"key":"res/drawable/mtrl_checkbox_button_icon_checked_indeterminate.xml","name":"res/drawable/mtrl_checkbox_button_icon_checked_indeterminate.xml","size":524,"crc":-1612161683},{"key":"res/drawable/mtrl_checkbox_button_icon_checked_unchecked.xml","name":"res/drawable/mtrl_checkbox_button_icon_checked_unchecked.xml","size":724,"crc":121377866},{"key":"res/drawable/mtrl_checkbox_button_icon_indeterminate_checked.xml","name":"res/drawable/mtrl_checkbox_button_icon_indeterminate_checked.xml","size":524,"crc":327110895},{"key":"res/drawable/mtrl_checkbox_button_icon_indeterminate_unchecked.xml","name":"res/drawable/mtrl_checkbox_button_icon_indeterminate_unchecked.xml","size":724,"crc":-206354934},{"key":"res/drawable/mtrl_checkbox_button_icon_unchecked_checked.xml","name":"res/drawable/mtrl_checkbox_button_icon_unchecked_checked.xml","size":724,"crc":1730303048},{"key":"res/drawable/mtrl_checkbox_button_icon_unchecked_indeterminate.xml","name":"res/drawable/mtrl_checkbox_button_icon_unchecked_indeterminate.xml","size":724,"crc":-1445035446},{"key":"res/drawable/mtrl_checkbox_button_unchecked_checked.xml","name":"res/drawable/mtrl_checkbox_button_unchecked_checked.xml","size":724,"crc":756823660},{"key":"res/drawable/mtrl_dialog_background.xml","name":"res/drawable/mtrl_dialog_background.xml","size":716,"crc":-641696484},{"key":"res/drawable/mtrl_dropdown_arrow.xml","name":"res/drawable/mtrl_dropdown_arrow.xml","size":464,"crc":-631764301},{"key":"res/drawable/mtrl_ic_arrow_drop_down.xml","name":"res/drawable/mtrl_ic_arrow_drop_down.xml","size":564,"crc":1573648397},{"key":"res/drawable/mtrl_ic_arrow_drop_up.xml","name":"res/drawable/mtrl_ic_arrow_drop_up.xml","size":564,"crc":-1957332043},{"key":"res/drawable/mtrl_ic_cancel.xml","name":"res/drawable/mtrl_ic_cancel.xml","size":724,"crc":-1697437044},{"key":"res/drawable/mtrl_ic_check_mark.xml","name":"res/drawable/mtrl_ic_check_mark.xml","size":744,"crc":-90456800},{"key":"res/drawable/mtrl_ic_checkbox_checked.xml","name":"res/drawable/mtrl_ic_checkbox_checked.xml","size":904,"crc":-91560387},{"key":"res/drawable/mtrl_ic_checkbox_unchecked.xml","name":"res/drawable/mtrl_ic_checkbox_unchecked.xml","size":612,"crc":-327961786},{"key":"res/drawable/mtrl_ic_error.xml","name":"res/drawable/mtrl_ic_error.xml","size":644,"crc":1937222060},{"key":"res/drawable/mtrl_ic_indeterminate.xml","name":"res/drawable/mtrl_ic_indeterminate.xml","size":744,"crc":295972890},{"key":"res/drawable-v21/mtrl_navigation_bar_item_background.xml","name":"res/drawable-v21/mtrl_navigation_bar_item_background.xml","size":264,"crc":649188693},{"key":"res/drawable/mtrl_popupmenu_background.xml","name":"res/drawable/mtrl_popupmenu_background.xml","size":740,"crc":-1934821685},{"key":"res/drawable-v23/mtrl_popupmenu_background_overlay.xml","name":"res/drawable-v23/mtrl_popupmenu_background_overlay.xml","size":1228,"crc":1876393037},{"key":"res/drawable/mtrl_switch_thumb.xml","name":"res/drawable/mtrl_switch_thumb.xml","size":2004,"crc":1330484658},{"key":"res/drawable/mtrl_switch_thumb_checked.xml","name":"res/drawable/mtrl_switch_thumb_checked.xml","size":744,"crc":994429792},{"key":"res/drawable/mtrl_switch_thumb_checked_pressed.xml","name":"res/drawable/mtrl_switch_thumb_checked_pressed.xml","size":524,"crc":-1612752073},{"key":"res/drawable/mtrl_switch_thumb_checked_unchecked.xml","name":"res/drawable/mtrl_switch_thumb_checked_unchecked.xml","size":784,"crc":-1109747304},{"key":"res/drawable/mtrl_switch_thumb_pressed.xml","name":"res/drawable/mtrl_switch_thumb_pressed.xml","size":744,"crc":-1511685945},{"key":"res/drawable/mtrl_switch_thumb_pressed_checked.xml","name":"res/drawable/mtrl_switch_thumb_pressed_checked.xml","size":524,"crc":1429598163},{"key":"res/drawable/mtrl_switch_thumb_pressed_unchecked.xml","name":"res/drawable/mtrl_switch_thumb_pressed_unchecked.xml","size":524,"crc":-962873279},{"key":"res/drawable/mtrl_switch_thumb_unchecked.xml","name":"res/drawable/mtrl_switch_thumb_unchecked.xml","size":744,"crc":743960383},{"key":"res/drawable/mtrl_switch_thumb_unchecked_checked.xml","name":"res/drawable/mtrl_switch_thumb_unchecked_checked.xml","size":784,"crc":-323746710},{"key":"res/drawable/mtrl_switch_thumb_unchecked_pressed.xml","name":"res/drawable/mtrl_switch_thumb_unchecked_pressed.xml","size":524,"crc":-1239997695},{"key":"res/drawable/mtrl_switch_track.xml","name":"res/drawable/mtrl_switch_track.xml","size":588,"crc":619132713},{"key":"res/drawable/mtrl_switch_track_decoration.xml","name":"res/drawable/mtrl_switch_track_decoration.xml","size":636,"crc":-337550886},{"key":"res/drawable/mtrl_tabs_default_indicator.xml","name":"res/drawable/mtrl_tabs_default_indicator.xml","size":628,"crc":-1187923997},{"key":"res/drawable/navigation_empty_icon.xml","name":"res/drawable/navigation_empty_icon.xml","size":516,"crc":-1097598381},{"key":"res/drawable-v21/notification_action_background.xml","name":"res/drawable-v21/notification_action_background.xml","size":1180,"crc":597293643},{"key":"res/drawable/notification_bg.xml","name":"res/drawable/notification_bg.xml","size":532,"crc":-1359074412},{"key":"res/drawable/notification_bg_low.xml","name":"res/drawable/notification_bg_low.xml","size":532,"crc":463927355},{"key":"res/drawable/notification_icon_background.xml","name":"res/drawable/notification_icon_background.xml","size":372,"crc":1128694486},{"key":"res/drawable/notification_tile_bg.xml","name":"res/drawable/notification_tile_bg.xml","size":304,"crc":1071881688},{"key":"res/drawable/test_level_drawable.xml","name":"res/drawable/test_level_drawable.xml","size":448,"crc":-1173986526},{"key":"res/drawable/tooltip_frame_dark.xml","name":"res/drawable/tooltip_frame_dark.xml","size":484,"crc":-999993203},{"key":"res/drawable/tooltip_frame_light.xml","name":"res/drawable/tooltip_frame_light.xml","size":484,"crc":-650600759},{"key":"res/drawable-watch-v20/abc_dialog_material_background.xml","name":"res/drawable-watch-v20/abc_dialog_material_background.xml","size":372,"crc":-394371206},{"key":"res/drawable-watch-v20/common_google_signin_btn_text_dark_normal.xml","name":"res/drawable-watch-v20/common_google_signin_btn_text_dark_normal.xml","size":908,"crc":-1281764111},{"key":"res/drawable-watch-v20/common_google_signin_btn_text_disabled.xml","name":"res/drawable-watch-v20/common_google_signin_btn_text_disabled.xml","size":1040,"crc":2059630090},{"key":"res/drawable-watch-v20/common_google_signin_btn_text_light_normal.xml","name":"res/drawable-watch-v20/common_google_signin_btn_text_light_normal.xml","size":872,"crc":-1106256123},{"key":"res/drawable-v26/ic_launcher_final.xml","name":"res/drawable-v26/ic_launcher_final.xml","size":448,"crc":1934410534},{"key":"res/drawable-ldpi-v23/fingerprint_dialog_error.png","name":"res/drawable-ldpi-v23/fingerprint_dialog_error.png","size":431,"crc":-1899797091},{"key":"res/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png","size":267,"crc":-1782854401},{"key":"res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png","name":"res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_000.png","size":214,"crc":1784469944},{"key":"res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png","name":"res/drawable-mdpi-v4/abc_btn_check_to_on_mtrl_015.png","size":321,"crc":417858442},{"key":"res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png","name":"res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_000.png","size":324,"crc":-25912589},{"key":"res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png","name":"res/drawable-mdpi-v4/abc_btn_radio_to_on_mtrl_015.png","size":356,"crc":483927252},{"key":"res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png","name":"res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png","size":754,"crc":-2043172043},{"key":"res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png","name":"res/drawable-mdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png","size":825,"crc":746268540},{"key":"res/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_cab_background_top_mtrl_alpha.9.png","size":216,"crc":1331007226},{"key":"res/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png","name":"res/drawable-mdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png","size":173,"crc":188325625},{"key":"res/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_list_divider_mtrl_alpha.9.png","size":167,"crc":895755044},{"key":"res/drawable-mdpi-v4/abc_list_focused_holo.9.png","name":"res/drawable-mdpi-v4/abc_list_focused_holo.9.png","size":222,"crc":-1314153213},{"key":"res/drawable-mdpi-v4/abc_list_longpressed_holo.9.png","name":"res/drawable-mdpi-v4/abc_list_longpressed_holo.9.png","size":211,"crc":2026076309},{"key":"res/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png","name":"res/drawable-mdpi-v4/abc_list_pressed_holo_dark.9.png","size":207,"crc":247870200},{"key":"res/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png","name":"res/drawable-mdpi-v4/abc_list_pressed_holo_light.9.png","size":207,"crc":1914292392},{"key":"res/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png","name":"res/drawable-mdpi-v4/abc_list_selector_disabled_holo_dark.9.png","size":217,"crc":-1161232362},{"key":"res/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png","name":"res/drawable-mdpi-v4/abc_list_selector_disabled_holo_light.9.png","size":217,"crc":-321357989},{"key":"res/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png","name":"res/drawable-mdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png","size":541,"crc":-973152337},{"key":"res/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png","name":"res/drawable-mdpi-v4/abc_popup_background_mtrl_mult.9.png","size":776,"crc":-794041096},{"key":"res/drawable-mdpi-v4/abc_scrubber_control_off_mtrl_alpha.png","name":"res/drawable-mdpi-v4/abc_scrubber_control_off_mtrl_alpha.png","size":159,"crc":1388505315},{"key":"res/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png","name":"res/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png","size":145,"crc":771315572},{"key":"res/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png","name":"res/drawable-mdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png","size":197,"crc":-1487297953},{"key":"res/drawable-mdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png","size":203,"crc":-655213014},{"key":"res/drawable-mdpi-v4/abc_scrubber_track_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_scrubber_track_mtrl_alpha.9.png","size":194,"crc":-2110916847},{"key":"res/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png","name":"res/drawable-mdpi-v4/abc_spinner_mtrl_am_alpha.9.png","size":327,"crc":-1603084466},{"key":"res/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_switch_track_mtrl_alpha.9.png","size":395,"crc":-1758576653},{"key":"res/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_tab_indicator_mtrl_alpha.9.png","size":186,"crc":-1468200696},{"key":"res/drawable-mdpi-v4/abc_text_select_handle_left_mtrl.png","name":"res/drawable-mdpi-v4/abc_text_select_handle_left_mtrl.png","size":203,"crc":558759102},{"key":"res/drawable-mdpi-v4/abc_text_select_handle_middle_mtrl.png","name":"res/drawable-mdpi-v4/abc_text_select_handle_middle_mtrl.png","size":310,"crc":1086079552},{"key":"res/drawable-mdpi-v4/abc_text_select_handle_right_mtrl.png","name":"res/drawable-mdpi-v4/abc_text_select_handle_right_mtrl.png","size":186,"crc":1494279640},{"key":"res/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_textfield_activated_mtrl_alpha.9.png","size":181,"crc":2009755725},{"key":"res/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_textfield_default_mtrl_alpha.9.png","size":178,"crc":-982571302},{"key":"res/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png","size":178,"crc":1754865820},{"key":"res/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png","name":"res/drawable-mdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png","size":178,"crc":-1349392436},{"key":"res/drawable-mdpi-v4/common_google_signin_btn_icon_dark_normal_background.9.png","name":"res/drawable-mdpi-v4/common_google_signin_btn_icon_dark_normal_background.9.png","size":610,"crc":-2006350336},{"key":"res/drawable-mdpi-v4/common_google_signin_btn_icon_light_normal_background.9.png","name":"res/drawable-mdpi-v4/common_google_signin_btn_icon_light_normal_background.9.png","size":500,"crc":-956992980},{"key":"res/drawable-mdpi-v4/common_google_signin_btn_text_dark_normal_background.9.png","name":"res/drawable-mdpi-v4/common_google_signin_btn_text_dark_normal_background.9.png","size":615,"crc":1100604633},{"key":"res/drawable-mdpi-v4/common_google_signin_btn_text_light_normal_background.9.png","name":"res/drawable-mdpi-v4/common_google_signin_btn_text_light_normal_background.9.png","size":465,"crc":-581075857},{"key":"res/drawable-mdpi-v23/fingerprint_dialog_error.png","name":"res/drawable-mdpi-v23/fingerprint_dialog_error.png","size":565,"crc":-755315411},{"key":"res/drawable-mdpi-v4/googleg_disabled_color_18.png","name":"res/drawable-mdpi-v4/googleg_disabled_color_18.png","size":281,"crc":-94345570},{"key":"res/drawable-mdpi-v4/googleg_standard_color_18.png","name":"res/drawable-mdpi-v4/googleg_standard_color_18.png","size":562,"crc":1980127520},{"key":"res/drawable-mdpi-v4/notification_bg_low_normal.9.png","name":"res/drawable-mdpi-v4/notification_bg_low_normal.9.png","size":215,"crc":-637905481},{"key":"res/drawable-mdpi-v4/notification_bg_low_pressed.9.png","name":"res/drawable-mdpi-v4/notification_bg_low_pressed.9.png","size":223,"crc":-1206985160},{"key":"res/drawable-mdpi-v4/notification_bg_normal.9.png","name":"res/drawable-mdpi-v4/notification_bg_normal.9.png","size":215,"crc":-1053437548},{"key":"res/drawable-mdpi-v4/notification_bg_normal_pressed.9.png","name":"res/drawable-mdpi-v4/notification_bg_normal_pressed.9.png","size":223,"crc":-316674454},{"key":"res/drawable-mdpi-v4/notify_panel_notification_icon_bg.png","name":"res/drawable-mdpi-v4/notify_panel_notification_icon_bg.png","size":98,"crc":782467851},{"key":"res/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png","name":"res/drawable-ldrtl-mdpi-v17/abc_spinner_mtrl_am_alpha.9.png","size":318,"crc":248812699},{"key":"res/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png","size":272,"crc":-522187894},{"key":"res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png","name":"res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_000.png","size":227,"crc":1441099833},{"key":"res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png","name":"res/drawable-hdpi-v4/abc_btn_check_to_on_mtrl_015.png","size":404,"crc":321481106},{"key":"res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png","name":"res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_000.png","size":464,"crc":-765083169},{"key":"res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png","name":"res/drawable-hdpi-v4/abc_btn_radio_to_on_mtrl_015.png","size":563,"crc":-1693177409},{"key":"res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png","name":"res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png","size":1096,"crc":1160393035},{"key":"res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png","name":"res/drawable-hdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png","size":1243,"crc":-296122373},{"key":"res/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_cab_background_top_mtrl_alpha.9.png","size":226,"crc":-1994891200},{"key":"res/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png","name":"res/drawable-hdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png","size":171,"crc":-834791833},{"key":"res/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_list_divider_mtrl_alpha.9.png","size":167,"crc":895755044},{"key":"res/drawable-hdpi-v4/abc_list_focused_holo.9.png","name":"res/drawable-hdpi-v4/abc_list_focused_holo.9.png","size":244,"crc":-1907514871},{"key":"res/drawable-hdpi-v4/abc_list_longpressed_holo.9.png","name":"res/drawable-hdpi-v4/abc_list_longpressed_holo.9.png","size":212,"crc":-2119094306},{"key":"res/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png","name":"res/drawable-hdpi-v4/abc_list_pressed_holo_dark.9.png","size":208,"crc":-1848424351},{"key":"res/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png","name":"res/drawable-hdpi-v4/abc_list_pressed_holo_light.9.png","size":208,"crc":-534797190},{"key":"res/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png","name":"res/drawable-hdpi-v4/abc_list_selector_disabled_holo_dark.9.png","size":228,"crc":-494134952},{"key":"res/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png","name":"res/drawable-hdpi-v4/abc_list_selector_disabled_holo_light.9.png","size":229,"crc":-779417061},{"key":"res/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png","name":"res/drawable-hdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png","size":738,"crc":844900423},{"key":"res/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png","name":"res/drawable-hdpi-v4/abc_popup_background_mtrl_mult.9.png","size":1098,"crc":1031932723},{"key":"res/drawable-hdpi-v4/abc_scrubber_control_off_mtrl_alpha.png","name":"res/drawable-hdpi-v4/abc_scrubber_control_off_mtrl_alpha.png","size":201,"crc":-2033297991},{"key":"res/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png","name":"res/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png","size":196,"crc":555162946},{"key":"res/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png","name":"res/drawable-hdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png","size":272,"crc":1476959993},{"key":"res/drawable-hdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png","size":205,"crc":-1404642591},{"key":"res/drawable-hdpi-v4/abc_scrubber_track_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_scrubber_track_mtrl_alpha.9.png","size":196,"crc":59030235},{"key":"res/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png","name":"res/drawable-hdpi-v4/abc_spinner_mtrl_am_alpha.9.png","size":345,"crc":-1913854658},{"key":"res/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_switch_track_mtrl_alpha.9.png","size":484,"crc":-190177617},{"key":"res/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_tab_indicator_mtrl_alpha.9.png","size":190,"crc":1541371996},{"key":"res/drawable-hdpi-v4/abc_text_select_handle_left_mtrl.png","name":"res/drawable-hdpi-v4/abc_text_select_handle_left_mtrl.png","size":278,"crc":-1596734141},{"key":"res/drawable-hdpi-v4/abc_text_select_handle_middle_mtrl.png","name":"res/drawable-hdpi-v4/abc_text_select_handle_middle_mtrl.png","size":396,"crc":-1105084233},{"key":"res/drawable-hdpi-v4/abc_text_select_handle_right_mtrl.png","name":"res/drawable-hdpi-v4/abc_text_select_handle_right_mtrl.png","size":262,"crc":-551175061},{"key":"res/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_textfield_activated_mtrl_alpha.9.png","size":186,"crc":1954287679},{"key":"res/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_textfield_default_mtrl_alpha.9.png","size":192,"crc":695154500},{"key":"res/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png","size":178,"crc":-1157342510},{"key":"res/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png","name":"res/drawable-hdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png","size":178,"crc":-1428961699},{"key":"res/drawable-hdpi-v4/common_full_open_on_phone.png","name":"res/drawable-hdpi-v4/common_full_open_on_phone.png","size":681,"crc":988198958},{"key":"res/drawable-hdpi-v4/common_google_signin_btn_icon_dark_normal_background.9.png","name":"res/drawable-hdpi-v4/common_google_signin_btn_icon_dark_normal_background.9.png","size":897,"crc":-2056690568},{"key":"res/drawable-hdpi-v4/common_google_signin_btn_icon_light_normal_background.9.png","name":"res/drawable-hdpi-v4/common_google_signin_btn_icon_light_normal_background.9.png","size":683,"crc":1492856915},{"key":"res/drawable-hdpi-v4/common_google_signin_btn_text_dark_normal_background.9.png","name":"res/drawable-hdpi-v4/common_google_signin_btn_text_dark_normal_background.9.png","size":960,"crc":-650514931},{"key":"res/drawable-hdpi-v4/common_google_signin_btn_text_light_normal_background.9.png","name":"res/drawable-hdpi-v4/common_google_signin_btn_text_light_normal_background.9.png","size":694,"crc":-1705655752},{"key":"res/drawable-hdpi-v23/fingerprint_dialog_error.png","name":"res/drawable-hdpi-v23/fingerprint_dialog_error.png","size":900,"crc":2079447285},{"key":"res/drawable-hdpi-v4/googleg_disabled_color_18.png","name":"res/drawable-hdpi-v4/googleg_disabled_color_18.png","size":410,"crc":213222193},{"key":"res/drawable-hdpi-v4/googleg_standard_color_18.png","name":"res/drawable-hdpi-v4/googleg_standard_color_18.png","size":808,"crc":2103637412},{"key":"res/drawable-hdpi-v4/notification_bg_low_normal.9.png","name":"res/drawable-hdpi-v4/notification_bg_low_normal.9.png","size":212,"crc":931926398},{"key":"res/drawable-hdpi-v4/notification_bg_low_pressed.9.png","name":"res/drawable-hdpi-v4/notification_bg_low_pressed.9.png","size":225,"crc":1348069157},{"key":"res/drawable-hdpi-v4/notification_bg_normal.9.png","name":"res/drawable-hdpi-v4/notification_bg_normal.9.png","size":212,"crc":-1037255009},{"key":"res/drawable-hdpi-v4/notification_bg_normal_pressed.9.png","name":"res/drawable-hdpi-v4/notification_bg_normal_pressed.9.png","size":225,"crc":-1579774768},{"key":"res/drawable-hdpi-v4/notification_oversize_large_icon_bg.png","name":"res/drawable-hdpi-v4/notification_oversize_large_icon_bg.png","size":909,"crc":-883619049},{"key":"res/drawable-hdpi-v4/notify_panel_notification_icon_bg.png","name":"res/drawable-hdpi-v4/notify_panel_notification_icon_bg.png","size":107,"crc":1859699185},{"key":"res/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png","name":"res/drawable-ldrtl-hdpi-v17/abc_spinner_mtrl_am_alpha.9.png","size":345,"crc":-1121400728},{"key":"res/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png","size":280,"crc":-1494763048},{"key":"res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png","name":"res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_000.png","size":281,"crc":-355242921},{"key":"res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png","name":"res/drawable-xhdpi-v4/abc_btn_check_to_on_mtrl_015.png","size":432,"crc":208515363},{"key":"res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png","name":"res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_000.png","size":651,"crc":586767697},{"key":"res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png","name":"res/drawable-xhdpi-v4/abc_btn_radio_to_on_mtrl_015.png","size":785,"crc":-1305019038},{"key":"res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png","name":"res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png","size":1526,"crc":-483809291},{"key":"res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png","name":"res/drawable-xhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png","size":1731,"crc":813343295},{"key":"res/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png","size":229,"crc":1667644415},{"key":"res/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png","name":"res/drawable-xhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png","size":228,"crc":-1596992556},{"key":"res/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_list_divider_mtrl_alpha.9.png","size":167,"crc":895755044},{"key":"res/drawable-xhdpi-v4/abc_list_focused_holo.9.png","name":"res/drawable-xhdpi-v4/abc_list_focused_holo.9.png","size":244,"crc":-1109247658},{"key":"res/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png","name":"res/drawable-xhdpi-v4/abc_list_longpressed_holo.9.png","size":214,"crc":-2069395290},{"key":"res/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png","name":"res/drawable-xhdpi-v4/abc_list_pressed_holo_dark.9.png","size":209,"crc":1422722026},{"key":"res/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png","name":"res/drawable-xhdpi-v4/abc_list_pressed_holo_light.9.png","size":209,"crc":1178912481},{"key":"res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png","name":"res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_dark.9.png","size":236,"crc":1482420428},{"key":"res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png","name":"res/drawable-xhdpi-v4/abc_list_selector_disabled_holo_light.9.png","size":235,"crc":809869208},{"key":"res/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png","name":"res/drawable-xhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png","size":966,"crc":-1645055853},{"key":"res/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png","name":"res/drawable-xhdpi-v4/abc_popup_background_mtrl_mult.9.png","size":1544,"crc":1027634507},{"key":"res/drawable-xhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png","name":"res/drawable-xhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png","size":267,"crc":-235495373},{"key":"res/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png","name":"res/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png","size":267,"crc":1780540927},{"key":"res/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png","name":"res/drawable-xhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png","size":391,"crc":1338981723},{"key":"res/drawable-xhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png","size":208,"crc":-1523469685},{"key":"res/drawable-xhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png","size":198,"crc":417197097},{"key":"res/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_spinner_mtrl_am_alpha.9.png","size":448,"crc":-636645826},{"key":"res/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_switch_track_mtrl_alpha.9.png","size":618,"crc":-315835857},{"key":"res/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png","size":194,"crc":-1805702768},{"key":"res/drawable-xhdpi-v4/abc_text_select_handle_left_mtrl.png","name":"res/drawable-xhdpi-v4/abc_text_select_handle_left_mtrl.png","size":335,"crc":1833493827},{"key":"res/drawable-xhdpi-v4/abc_text_select_handle_middle_mtrl.png","name":"res/drawable-xhdpi-v4/abc_text_select_handle_middle_mtrl.png","size":585,"crc":325182543},{"key":"res/drawable-xhdpi-v4/abc_text_select_handle_right_mtrl.png","name":"res/drawable-xhdpi-v4/abc_text_select_handle_right_mtrl.png","size":318,"crc":1402001197},{"key":"res/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png","size":189,"crc":872981899},{"key":"res/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_textfield_default_mtrl_alpha.9.png","size":187,"crc":1388684995},{"key":"res/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png","size":184,"crc":-735893576},{"key":"res/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png","name":"res/drawable-xhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png","size":182,"crc":755703140},{"key":"res/drawable-xhdpi-v4/common_full_open_on_phone.png","name":"res/drawable-xhdpi-v4/common_full_open_on_phone.png","size":489,"crc":-864113687},{"key":"res/drawable-xhdpi-v4/common_google_signin_btn_icon_dark_normal_background.9.png","name":"res/drawable-xhdpi-v4/common_google_signin_btn_icon_dark_normal_background.9.png","size":1032,"crc":-185544991},{"key":"res/drawable-xhdpi-v4/common_google_signin_btn_icon_light_normal_background.9.png","name":"res/drawable-xhdpi-v4/common_google_signin_btn_icon_light_normal_background.9.png","size":776,"crc":-1044827319},{"key":"res/drawable-xhdpi-v4/common_google_signin_btn_text_dark_normal_background.9.png","name":"res/drawable-xhdpi-v4/common_google_signin_btn_text_dark_normal_background.9.png","size":1086,"crc":-20176476},{"key":"res/drawable-xhdpi-v4/common_google_signin_btn_text_light_normal_background.9.png","name":"res/drawable-xhdpi-v4/common_google_signin_btn_text_light_normal_background.9.png","size":808,"crc":-618992248},{"key":"res/drawable-xhdpi-v23/fingerprint_dialog_error.png","name":"res/drawable-xhdpi-v23/fingerprint_dialog_error.png","size":1172,"crc":744312287},{"key":"res/drawable-xhdpi-v4/googleg_disabled_color_18.png","name":"res/drawable-xhdpi-v4/googleg_disabled_color_18.png","size":516,"crc":-302930309},{"key":"res/drawable-xhdpi-v4/googleg_standard_color_18.png","name":"res/drawable-xhdpi-v4/googleg_standard_color_18.png","size":982,"crc":-1140172710},{"key":"res/drawable-xhdpi-v4/notification_bg_low_normal.9.png","name":"res/drawable-xhdpi-v4/notification_bg_low_normal.9.png","size":221,"crc":986722933},{"key":"res/drawable-xhdpi-v4/notification_bg_low_pressed.9.png","name":"res/drawable-xhdpi-v4/notification_bg_low_pressed.9.png","size":252,"crc":-930084210},{"key":"res/drawable-xhdpi-v4/notification_bg_normal.9.png","name":"res/drawable-xhdpi-v4/notification_bg_normal.9.png","size":221,"crc":-1723534566},{"key":"res/drawable-xhdpi-v4/notification_bg_normal_pressed.9.png","name":"res/drawable-xhdpi-v4/notification_bg_normal_pressed.9.png","size":247,"crc":-1030044328},{"key":"res/drawable-xhdpi-v4/notify_panel_notification_icon_bg.png","name":"res/drawable-xhdpi-v4/notify_panel_notification_icon_bg.png","size":138,"crc":72836353},{"key":"res/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png","name":"res/drawable-ldrtl-xhdpi-v17/abc_spinner_mtrl_am_alpha.9.png","size":417,"crc":1015364852},{"key":"res/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_ab_share_pack_mtrl_alpha.9.png","size":286,"crc":576729413},{"key":"res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png","name":"res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_000.png","size":307,"crc":869620432},{"key":"res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png","name":"res/drawable-xxhdpi-v4/abc_btn_check_to_on_mtrl_015.png","size":593,"crc":-1070792479},{"key":"res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png","name":"res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png","size":984,"crc":-148612735},{"key":"res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png","name":"res/drawable-xxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png","size":1208,"crc":-1287566072},{"key":"res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png","name":"res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png","size":2463,"crc":-1414729006},{"key":"res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png","name":"res/drawable-xxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png","size":2834,"crc":-629032592},{"key":"res/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_cab_background_top_mtrl_alpha.9.png","size":237,"crc":-2126552655},{"key":"res/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png","name":"res/drawable-xxhdpi-v4/abc_ic_commit_search_api_mtrl_alpha.png","size":224,"crc":1570594586},{"key":"res/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_list_divider_mtrl_alpha.9.png","size":171,"crc":431487046},{"key":"res/drawable-xxhdpi-v4/abc_list_focused_holo.9.png","name":"res/drawable-xxhdpi-v4/abc_list_focused_holo.9.png","size":245,"crc":432053287},{"key":"res/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png","name":"res/drawable-xxhdpi-v4/abc_list_longpressed_holo.9.png","size":221,"crc":594243224},{"key":"res/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png","name":"res/drawable-xxhdpi-v4/abc_list_pressed_holo_dark.9.png","size":212,"crc":1908284469},{"key":"res/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png","name":"res/drawable-xxhdpi-v4/abc_list_pressed_holo_light.9.png","size":212,"crc":1004408383},{"key":"res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png","name":"res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_dark.9.png","size":260,"crc":453810333},{"key":"res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png","name":"res/drawable-xxhdpi-v4/abc_list_selector_disabled_holo_light.9.png","size":258,"crc":-806067726},{"key":"res/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png","name":"res/drawable-xxhdpi-v4/abc_menu_hardkey_panel_mtrl_mult.9.png","size":1779,"crc":-378460718},{"key":"res/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png","name":"res/drawable-xxhdpi-v4/abc_popup_background_mtrl_mult.9.png","size":2305,"crc":52525934},{"key":"res/drawable-xxhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png","name":"res/drawable-xxhdpi-v4/abc_scrubber_control_off_mtrl_alpha.png","size":322,"crc":1734458370},{"key":"res/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png","name":"res/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png","size":403,"crc":-258375909},{"key":"res/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png","name":"res/drawable-xxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png","size":595,"crc":25460445},{"key":"res/drawable-xxhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_scrubber_primary_mtrl_alpha.9.png","size":210,"crc":1410922532},{"key":"res/drawable-xxhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_scrubber_track_mtrl_alpha.9.png","size":207,"crc":979167309},{"key":"res/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png","size":524,"crc":-1263352686},{"key":"res/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_switch_track_mtrl_alpha.9.png","size":851,"crc":-1547140427},{"key":"res/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png","size":204,"crc":-471176010},{"key":"res/drawable-xxhdpi-v4/abc_text_select_handle_left_mtrl.png","name":"res/drawable-xxhdpi-v4/abc_text_select_handle_left_mtrl.png","size":420,"crc":-1423304621},{"key":"res/drawable-xxhdpi-v4/abc_text_select_handle_middle_mtrl.png","name":"res/drawable-xxhdpi-v4/abc_text_select_handle_middle_mtrl.png","size":753,"crc":-1827412542},{"key":"res/drawable-xxhdpi-v4/abc_text_select_handle_right_mtrl.png","name":"res/drawable-xxhdpi-v4/abc_text_select_handle_right_mtrl.png","size":422,"crc":961476924},{"key":"res/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_textfield_activated_mtrl_alpha.9.png","size":199,"crc":814610337},{"key":"res/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_textfield_default_mtrl_alpha.9.png","size":200,"crc":807658458},{"key":"res/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_textfield_search_activated_mtrl_alpha.9.png","size":187,"crc":1097119443},{"key":"res/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png","name":"res/drawable-xxhdpi-v4/abc_textfield_search_default_mtrl_alpha.9.png","size":186,"crc":-181494251},{"key":"res/drawable-xxhdpi-v4/common_google_signin_btn_icon_dark_normal_background.9.png","name":"res/drawable-xxhdpi-v4/common_google_signin_btn_icon_dark_normal_background.9.png","size":1510,"crc":817334723},{"key":"res/drawable-xxhdpi-v4/common_google_signin_btn_icon_light_normal_background.9.png","name":"res/drawable-xxhdpi-v4/common_google_signin_btn_icon_light_normal_background.9.png","size":1138,"crc":-1359168935},{"key":"res/drawable-xxhdpi-v4/common_google_signin_btn_text_dark_normal_background.9.png","name":"res/drawable-xxhdpi-v4/common_google_signin_btn_text_dark_normal_background.9.png","size":1638,"crc":-1981570183},{"key":"res/drawable-xxhdpi-v4/common_google_signin_btn_text_light_normal_background.9.png","name":"res/drawable-xxhdpi-v4/common_google_signin_btn_text_light_normal_background.9.png","size":1255,"crc":1034823145},{"key":"res/drawable-xxhdpi-v23/fingerprint_dialog_error.png","name":"res/drawable-xxhdpi-v23/fingerprint_dialog_error.png","size":1484,"crc":967466656},{"key":"res/drawable-xxhdpi-v4/googleg_disabled_color_18.png","name":"res/drawable-xxhdpi-v4/googleg_disabled_color_18.png","size":727,"crc":745918827},{"key":"res/drawable-xxhdpi-v4/googleg_standard_color_18.png","name":"res/drawable-xxhdpi-v4/googleg_standard_color_18.png","size":1441,"crc":-508386821},{"key":"res/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png","name":"res/drawable-ldrtl-xxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png","size":525,"crc":-924835231},{"key":"res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png","name":"res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_000.png","size":275,"crc":-1764675204},{"key":"res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png","name":"res/drawable-xxxhdpi-v4/abc_btn_check_to_on_mtrl_015.png","size":476,"crc":-992054213},{"key":"res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png","name":"res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_000.png","size":785,"crc":485101068},{"key":"res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png","name":"res/drawable-xxxhdpi-v4/abc_btn_radio_to_on_mtrl_015.png","size":946,"crc":1611553141},{"key":"res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png","name":"res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00001.9.png","size":2505,"crc":2088096877},{"key":"res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png","name":"res/drawable-xxxhdpi-v4/abc_btn_switch_to_on_mtrl_00012.9.png","size":2816,"crc":25828836},{"key":"res/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png","name":"res/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_000.png","size":415,"crc":-335179877},{"key":"res/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png","name":"res/drawable-xxxhdpi-v4/abc_scrubber_control_to_pressed_mtrl_005.png","size":631,"crc":-2086075208},{"key":"res/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png","name":"res/drawable-xxxhdpi-v4/abc_spinner_mtrl_am_alpha.9.png","size":430,"crc":-943303786},{"key":"res/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png","name":"res/drawable-xxxhdpi-v4/abc_switch_track_mtrl_alpha.9.png","size":813,"crc":-551543263},{"key":"res/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png","name":"res/drawable-xxxhdpi-v4/abc_tab_indicator_mtrl_alpha.9.png","size":202,"crc":-1543227074},{"key":"res/drawable-xxxhdpi-v4/abc_text_select_handle_left_mtrl.png","name":"res/drawable-xxxhdpi-v4/abc_text_select_handle_left_mtrl.png","size":513,"crc":-990765681},{"key":"res/drawable-xxxhdpi-v4/abc_text_select_handle_right_mtrl.png","name":"res/drawable-xxxhdpi-v4/abc_text_select_handle_right_mtrl.png","size":513,"crc":1860041182},{"key":"res/drawable-xxxhdpi-v23/fingerprint_dialog_error.png","name":"res/drawable-xxxhdpi-v23/fingerprint_dialog_error.png","size":1924,"crc":-7698745},{"key":"res/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png","name":"res/drawable-ldrtl-xxxhdpi-v17/abc_spinner_mtrl_am_alpha.9.png","size":437,"crc":997246448},{"key":"res/drawable-anydpi-v24/fingerprint_dialog_error.xml","name":"res/drawable-anydpi-v24/fingerprint_dialog_error.xml","size":2656,"crc":1424990298},{"key":"res/drawable-anydpi-v23/fingerprint_dialog_fp_icon.xml","name":"res/drawable-anydpi-v23/fingerprint_dialog_fp_icon.xml","size":3612,"crc":-153556254},{"key":"res/interpolator/btn_checkbox_checked_mtrl_animation_interpolator_0.xml","name":"res/interpolator/btn_checkbox_checked_mtrl_animation_interpolator_0.xml","size":316,"crc":1170948913},{"key":"res/interpolator/btn_checkbox_checked_mtrl_animation_interpolator_1.xml","name":"res/interpolator/btn_checkbox_checked_mtrl_animation_interpolator_1.xml","size":328,"crc":-324218066},{"key":"res/interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_0.xml","name":"res/interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_0.xml","size":316,"crc":1170948913},{"key":"res/interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_1.xml","name":"res/interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_1.xml","size":328,"crc":-324218066},{"key":"res/interpolator/btn_radio_to_off_mtrl_animation_interpolator_0.xml","name":"res/interpolator/btn_radio_to_off_mtrl_animation_interpolator_0.xml","size":320,"crc":-1334210794},{"key":"res/interpolator/btn_radio_to_on_mtrl_animation_interpolator_0.xml","name":"res/interpolator/btn_radio_to_on_mtrl_animation_interpolator_0.xml","size":320,"crc":-1334210794},{"key":"res/interpolator/fast_out_slow_in.xml","name":"res/interpolator/fast_out_slow_in.xml","size":400,"crc":2971224},{"key":"res/interpolator-v21/m3_sys_motion_easing_emphasized.xml","name":"res/interpolator-v21/m3_sys_motion_easing_emphasized.xml","size":280,"crc":-1681667183},{"key":"res/interpolator-v21/m3_sys_motion_easing_emphasized_accelerate.xml","name":"res/interpolator-v21/m3_sys_motion_easing_emphasized_accelerate.xml","size":400,"crc":-691141408},{"key":"res/interpolator-v21/m3_sys_motion_easing_emphasized_decelerate.xml","name":"res/interpolator-v21/m3_sys_motion_easing_emphasized_decelerate.xml","size":400,"crc":-253525957},{"key":"res/interpolator-v21/m3_sys_motion_easing_linear.xml","name":"res/interpolator-v21/m3_sys_motion_easing_linear.xml","size":400,"crc":1859329543},{"key":"res/interpolator-v21/m3_sys_motion_easing_standard.xml","name":"res/interpolator-v21/m3_sys_motion_easing_standard.xml","size":400,"crc":579344305},{"key":"res/interpolator-v21/m3_sys_motion_easing_standard_accelerate.xml","name":"res/interpolator-v21/m3_sys_motion_easing_standard_accelerate.xml","size":400,"crc":337078112},{"key":"res/interpolator-v21/m3_sys_motion_easing_standard_decelerate.xml","name":"res/interpolator-v21/m3_sys_motion_easing_standard_decelerate.xml","size":400,"crc":-248684124},{"key":"res/interpolator-v21/mtrl_fast_out_linear_in.xml","name":"res/interpolator-v21/mtrl_fast_out_linear_in.xml","size":400,"crc":-184402232},{"key":"res/interpolator-v21/mtrl_fast_out_slow_in.xml","name":"res/interpolator-v21/mtrl_fast_out_slow_in.xml","size":400,"crc":-1024605739},{"key":"res/interpolator/mtrl_linear.xml","name":"res/interpolator/mtrl_linear.xml","size":132,"crc":558115064},{"key":"res/interpolator-v21/mtrl_linear_out_slow_in.xml","name":"res/interpolator-v21/mtrl_linear_out_slow_in.xml","size":400,"crc":34232731},{"key":"res/layout/abc_action_bar_title_item.xml","name":"res/layout/abc_action_bar_title_item.xml","size":872,"crc":133715023},{"key":"res/layout/abc_action_bar_up_container.xml","name":"res/layout/abc_action_bar_up_container.xml","size":440,"crc":-379931951},{"key":"res/layout/abc_action_menu_item_layout.xml","name":"res/layout/abc_action_menu_item_layout.xml","size":768,"crc":211934990},{"key":"res/layout/abc_action_menu_layout.xml","name":"res/layout/abc_action_menu_layout.xml","size":576,"crc":2146034318},{"key":"res/layout/abc_action_mode_bar.xml","name":"res/layout/abc_action_mode_bar.xml","size":464,"crc":-1571946790},{"key":"res/layout/abc_action_mode_close_item_material.xml","name":"res/layout/abc_action_mode_close_item_material.xml","size":840,"crc":-518862467},{"key":"res/layout/abc_activity_chooser_view.xml","name":"res/layout/abc_activity_chooser_view.xml","size":1684,"crc":-1407883812},{"key":"res/layout/abc_activity_chooser_view_list_item.xml","name":"res/layout/abc_activity_chooser_view_list_item.xml","size":1304,"crc":-1116487200},{"key":"res/layout/abc_alert_dialog_button_bar_material.xml","name":"res/layout/abc_alert_dialog_button_bar_material.xml","size":1584,"crc":2146048565},{"key":"res/layout/abc_alert_dialog_material.xml","name":"res/layout/abc_alert_dialog_material.xml","size":2648,"crc":751762232},{"key":"res/layout/abc_alert_dialog_title_material.xml","name":"res/layout/abc_alert_dialog_title_material.xml","size":1560,"crc":-996705330},{"key":"res/layout/abc_cascading_menu_item_layout.xml","name":"res/layout/abc_cascading_menu_item_layout.xml","size":1868,"crc":-1703449000},{"key":"res/layout/abc_dialog_title_material.xml","name":"res/layout/abc_dialog_title_material.xml","size":1116,"crc":-1084163683},{"key":"res/layout/abc_expanded_menu_layout.xml","name":"res/layout/abc_expanded_menu_layout.xml","size":388,"crc":1691587336},{"key":"res/layout/abc_list_menu_item_checkbox.xml","name":"res/layout/abc_list_menu_item_checkbox.xml","size":528,"crc":-1984224975},{"key":"res/layout/abc_list_menu_item_icon.xml","name":"res/layout/abc_list_menu_item_icon.xml","size":780,"crc":153064227},{"key":"res/layout/abc_list_menu_item_layout.xml","name":"res/layout/abc_list_menu_item_layout.xml","size":1396,"crc":739293777},{"key":"res/layout/abc_list_menu_item_radio.xml","name":"res/layout/abc_list_menu_item_radio.xml","size":532,"crc":-1937072620},{"key":"res/layout/abc_popup_menu_header_item_layout.xml","name":"res/layout/abc_popup_menu_header_item_layout.xml","size":848,"crc":-394963428},{"key":"res/layout/abc_popup_menu_item_layout.xml","name":"res/layout/abc_popup_menu_item_layout.xml","size":2072,"crc":1559327915},{"key":"res/layout/abc_screen_content_include.xml","name":"res/layout/abc_screen_content_include.xml","size":548,"crc":1485576479},{"key":"res/layout/abc_screen_simple.xml","name":"res/layout/abc_screen_simple.xml","size":832,"crc":-1679597929},{"key":"res/layout/abc_screen_simple_overlay_action_mode.xml","name":"res/layout/abc_screen_simple_overlay_action_mode.xml","size":792,"crc":-272914928},{"key":"res/layout/abc_screen_toolbar.xml","name":"res/layout/abc_screen_toolbar.xml","size":1504,"crc":758305773},{"key":"res/layout/abc_search_dropdown_item_icons_2line.xml","name":"res/layout/abc_search_dropdown_item_icons_2line.xml","size":1916,"crc":-1921185432},{"key":"res/layout/abc_search_view.xml","name":"res/layout/abc_search_view.xml","size":3472,"crc":-36033986},{"key":"res/layout/abc_select_dialog_material.xml","name":"res/layout/abc_select_dialog_material.xml","size":1020,"crc":1911294545},{"key":"res/layout/abc_tooltip.xml","name":"res/layout/abc_tooltip.xml","size":1056,"crc":-2146078725},{"key":"res/layout/activity_agenda.xml","name":"res/layout/activity_agenda.xml","size":1976,"crc":1179902387},{"key":"res/layout/activity_chat.xml","name":"res/layout/activity_chat.xml","size":2000,"crc":906390467},{"key":"res/layout/activity_detalhe_paciente.xml","name":"res/layout/activity_detalhe_paciente.xml","size":4616,"crc":-435029962},{"key":"res/layout/activity_editar_perfil.xml","name":"res/layout/activity_editar_perfil.xml","size":3216,"crc":-753141137},{"key":"res/layout/activity_forgot_password.xml","name":"res/layout/activity_forgot_password.xml","size":2164,"crc":835125915},{"key":"res/layout/activity_login.xml","name":"res/layout/activity_login.xml","size":3800,"crc":-846284093},{"key":"res/layout/activity_main.xml","name":"res/layout/activity_main.xml","size":7088,"crc":-1603099956},{"key":"res/layout/activity_perfil_medico.xml","name":"res/layout/activity_perfil_medico.xml","size":4020,"crc":99738447},{"key":"res/layout/activity_register.xml","name":"res/layout/activity_register.xml","size":4880,"crc":1227766553},{"key":"res/layout/activity_register_medico.xml","name":"res/layout/activity_register_medico.xml","size":4320,"crc":565108155},{"key":"res/layout/browser_actions_context_menu_page.xml","name":"res/layout/browser_actions_context_menu_page.xml","size":1660,"crc":-1975935552},{"key":"res/layout/browser_actions_context_menu_row.xml","name":"res/layout/browser_actions_context_menu_row.xml","size":1212,"crc":-1429009656},{"key":"res/layout/custom_dialog.xml","name":"res/layout/custom_dialog.xml","size":612,"crc":214208971},{"key":"res/layout/design_bottom_navigation_item.xml","name":"res/layout/design_bottom_navigation_item.xml","size":1860,"crc":-167035545},{"key":"res/layout/design_bottom_sheet_dialog.xml","name":"res/layout/design_bottom_sheet_dialog.xml","size":1224,"crc":905876854},{"key":"res/layout/design_layout_snackbar.xml","name":"res/layout/design_layout_snackbar.xml","size":528,"crc":-1607515651},{"key":"res/layout/design_layout_snackbar_include.xml","name":"res/layout/design_layout_snackbar_include.xml","size":1444,"crc":868710307},{"key":"res/layout/design_layout_tab_icon.xml","name":"res/layout/design_layout_tab_icon.xml","size":408,"crc":-234554716},{"key":"res/layout/design_layout_tab_text.xml","name":"res/layout/design_layout_tab_text.xml","size":436,"crc":-1677728391},{"key":"res/layout/design_menu_item_action_area.xml","name":"res/layout/design_menu_item_action_area.xml","size":320,"crc":308712715},{"key":"res/layout/design_navigation_item.xml","name":"res/layout/design_navigation_item.xml","size":636,"crc":-1516450756},{"key":"res/layout/design_navigation_item_header.xml","name":"res/layout/design_navigation_item_header.xml","size":440,"crc":-541640680},{"key":"res/layout/design_navigation_item_separator.xml","name":"res/layout/design_navigation_item_separator.xml","size":472,"crc":411075014},{"key":"res/layout/design_navigation_item_subheader.xml","name":"res/layout/design_navigation_item_subheader.xml","size":564,"crc":662450170},{"key":"res/layout/design_navigation_menu.xml","name":"res/layout/design_navigation_menu.xml","size":528,"crc":1952955825},{"key":"res/layout/design_navigation_menu_item.xml","name":"res/layout/design_navigation_menu_item.xml","size":856,"crc":-585869697},{"key":"res/layout/design_text_input_end_icon.xml","name":"res/layout/design_text_input_end_icon.xml","size":656,"crc":698195053},{"key":"res/layout/design_text_input_start_icon.xml","name":"res/layout/design_text_input_start_icon.xml","size":652,"crc":2079229025},{"key":"res/layout/dialog_add_medication.xml","name":"res/layout/dialog_add_medication.xml","size":2644,"crc":-1750316543},{"key":"res/layout/dialog_change_password.xml","name":"res/layout/dialog_change_password.xml","size":1832,"crc":-1404579590},{"key":"res/layout/dialog_edit_profile.xml","name":"res/layout/dialog_edit_profile.xml","size":3844,"crc":1338048913},{"key":"res/layout/fingerprint_dialog_layout.xml","name":"res/layout/fingerprint_dialog_layout.xml","size":1912,"crc":2044096928},{"key":"res/layout/fragment_appointments.xml","name":"res/layout/fragment_appointments.xml","size":1508,"crc":-916165545},{"key":"res/layout/fragment_home.xml","name":"res/layout/fragment_home.xml","size":2612,"crc":2035839160},{"key":"res/layout/fragment_medication.xml","name":"res/layout/fragment_medication.xml","size":2172,"crc":960035326},{"key":"res/layout/fragment_profile.xml","name":"res/layout/fragment_profile.xml","size":3744,"crc":661497306},{"key":"res/layout/fragment_schedule_appointment.xml","name":"res/layout/fragment_schedule_appointment.xml","size":3016,"crc":122873305},{"key":"res/layout/fragment_sns24.xml","name":"res/layout/fragment_sns24.xml","size":3028,"crc":-570502054},{"key":"res/layout/ime_base_split_test_activity.xml","name":"res/layout/ime_base_split_test_activity.xml","size":364,"crc":1066515116},{"key":"res/layout/ime_secondary_split_test_activity.xml","name":"res/layout/ime_secondary_split_test_activity.xml","size":876,"crc":-1701013196},{"key":"res/layout/item_appointment.xml","name":"res/layout/item_appointment.xml","size":2004,"crc":1507029984},{"key":"res/layout/item_consulta_medico.xml","name":"res/layout/item_consulta_medico.xml","size":3376,"crc":-1462175308},{"key":"res/layout/item_medication.xml","name":"res/layout/item_medication.xml","size":2508,"crc":1589871578},{"key":"res/layout/item_mensagem.xml","name":"res/layout/item_mensagem.xml","size":1432,"crc":-152309478},{"key":"res/layout/item_paciente.xml","name":"res/layout/item_paciente.xml","size":2324,"crc":1727737578},{"key":"res/layout/item_time_slot.xml","name":"res/layout/item_time_slot.xml","size":556,"crc":-273083483},{"key":"res/layout/m3_alert_dialog.xml","name":"res/layout/m3_alert_dialog.xml","size":2720,"crc":263131819},{"key":"res/layout/m3_alert_dialog_actions.xml","name":"res/layout/m3_alert_dialog_actions.xml","size":1584,"crc":-1925249535},{"key":"res/layout/m3_alert_dialog_title.xml","name":"res/layout/m3_alert_dialog_title.xml","size":956,"crc":341166816},{"key":"res/layout/m3_auto_complete_simple_item.xml","name":"res/layout/m3_auto_complete_simple_item.xml","size":612,"crc":179339084},{"key":"res/layout/m3_side_sheet_dialog.xml","name":"res/layout/m3_side_sheet_dialog.xml","size":1180,"crc":-980515457},{"key":"res/layout/material_chip_input_combo.xml","name":"res/layout/material_chip_input_combo.xml","size":372,"crc":-1047030969},{"key":"res/layout/material_clock_display.xml","name":"res/layout/material_clock_display.xml","size":796,"crc":-1643970785},{"key":"res/layout/material_clock_display_divider.xml","name":"res/layout/material_clock_display_divider.xml","size":444,"crc":328472644},{"key":"res/layout/material_clock_period_toggle.xml","name":"res/layout/material_clock_period_toggle.xml","size":1220,"crc":-196435778},{"key":"res/layout/material_clockface_textview.xml","name":"res/layout/material_clockface_textview.xml","size":476,"crc":-914941644},{"key":"res/layout/material_clockface_view.xml","name":"res/layout/material_clockface_view.xml","size":1012,"crc":1628269120},{"key":"res/layout/material_radial_view_group.xml","name":"res/layout/material_radial_view_group.xml","size":768,"crc":-1530338563},{"key":"res/layout/material_textinput_timepicker.xml","name":"res/layout/material_textinput_timepicker.xml","size":720,"crc":-1158081512},{"key":"res/layout/material_time_chip.xml","name":"res/layout/material_time_chip.xml","size":380,"crc":1186992861},{"key":"res/layout/material_time_input.xml","name":"res/layout/material_time_input.xml","size":956,"crc":314371540},{"key":"res/layout/material_timepicker.xml","name":"res/layout/material_timepicker.xml","size":1608,"crc":-1481982531},{"key":"res/layout/material_timepicker_dialog.xml","name":"res/layout/material_timepicker_dialog.xml","size":2892,"crc":-2109946965},{"key":"res/layout/material_timepicker_textinput_display.xml","name":"res/layout/material_timepicker_textinput_display.xml","size":728,"crc":1914647267},{"key":"res/layout/mtrl_alert_dialog.xml","name":"res/layout/mtrl_alert_dialog.xml","size":2476,"crc":-994855345},{"key":"res/layout/mtrl_alert_dialog_actions.xml","name":"res/layout/mtrl_alert_dialog_actions.xml","size":1764,"crc":585358202},{"key":"res/layout/mtrl_alert_dialog_title.xml","name":"res/layout/mtrl_alert_dialog_title.xml","size":956,"crc":-2017318386},{"key":"res/layout/mtrl_alert_select_dialog_item.xml","name":"res/layout/mtrl_alert_select_dialog_item.xml","size":588,"crc":-1836513740},{"key":"res/layout/mtrl_alert_select_dialog_multichoice.xml","name":"res/layout/mtrl_alert_select_dialog_multichoice.xml","size":940,"crc":1279169010},{"key":"res/layout/mtrl_alert_select_dialog_singlechoice.xml","name":"res/layout/mtrl_alert_select_dialog_singlechoice.xml","size":940,"crc":-1074604810},{"key":"res/layout/mtrl_auto_complete_simple_item.xml","name":"res/layout/mtrl_auto_complete_simple_item.xml","size":612,"crc":1747700357},{"key":"res/layout/mtrl_calendar_day.xml","name":"res/layout/mtrl_calendar_day.xml","size":352,"crc":931986266},{"key":"res/layout/mtrl_calendar_day_of_week.xml","name":"res/layout/mtrl_calendar_day_of_week.xml","size":352,"crc":-2000580741},{"key":"res/layout/mtrl_calendar_days_of_week.xml","name":"res/layout/mtrl_calendar_days_of_week.xml","size":436,"crc":-647728433},{"key":"res/layout/mtrl_calendar_horizontal.xml","name":"res/layout/mtrl_calendar_horizontal.xml","size":1176,"crc":-1150686057},{"key":"res/layout/mtrl_calendar_month.xml","name":"res/layout/mtrl_calendar_month.xml","size":688,"crc":-1763663819},{"key":"res/layout/mtrl_calendar_month_labeled.xml","name":"res/layout/mtrl_calendar_month_labeled.xml","size":728,"crc":1613816487},{"key":"res/layout/mtrl_calendar_month_navigation.xml","name":"res/layout/mtrl_calendar_month_navigation.xml","size":1748,"crc":1192087468},{"key":"res/layout/mtrl_calendar_months.xml","name":"res/layout/mtrl_calendar_months.xml","size":428,"crc":413767710},{"key":"res/layout/mtrl_calendar_vertical.xml","name":"res/layout/mtrl_calendar_vertical.xml","size":740,"crc":1341044368},{"key":"res/layout/mtrl_calendar_year.xml","name":"res/layout/mtrl_calendar_year.xml","size":352,"crc":1419487422},{"key":"res/layout/mtrl_layout_snackbar.xml","name":"res/layout/mtrl_layout_snackbar.xml","size":492,"crc":-1773197127},{"key":"res/layout/mtrl_layout_snackbar_include.xml","name":"res/layout/mtrl_layout_snackbar_include.xml","size":952,"crc":1395998587},{"key":"res/layout/mtrl_navigation_rail_item.xml","name":"res/layout/mtrl_navigation_rail_item.xml","size":1860,"crc":2104890429},{"key":"res/layout/mtrl_picker_actions.xml","name":"res/layout/mtrl_picker_actions.xml","size":984,"crc":1068519946},{"key":"res/layout/mtrl_picker_dialog.xml","name":"res/layout/mtrl_picker_dialog.xml","size":1172,"crc":401081976},{"key":"res/layout/mtrl_picker_fullscreen.xml","name":"res/layout/mtrl_picker_fullscreen.xml","size":880,"crc":855821121},{"key":"res/layout/mtrl_picker_header_dialog.xml","name":"res/layout/mtrl_picker_header_dialog.xml","size":1492,"crc":-892543167},{"key":"res/layout/mtrl_picker_header_fullscreen.xml","name":"res/layout/mtrl_picker_header_fullscreen.xml","size":2800,"crc":-1616869915},{"key":"res/layout/mtrl_picker_header_selection_text.xml","name":"res/layout/mtrl_picker_header_selection_text.xml","size":712,"crc":-63770133},{"key":"res/layout/mtrl_picker_header_title_text.xml","name":"res/layout/mtrl_picker_header_title_text.xml","size":624,"crc":-1927935789},{"key":"res/layout/mtrl_picker_header_toggle.xml","name":"res/layout/mtrl_picker_header_toggle.xml","size":528,"crc":-956939443},{"key":"res/layout/mtrl_picker_text_input_date.xml","name":"res/layout/mtrl_picker_text_input_date.xml","size":984,"crc":-389095420},{"key":"res/layout/mtrl_picker_text_input_date_range.xml","name":"res/layout/mtrl_picker_text_input_date_range.xml","size":1580,"crc":-2114960359},{"key":"res/layout/mtrl_search_bar.xml","name":"res/layout/mtrl_search_bar.xml","size":488,"crc":709014950},{"key":"res/layout/mtrl_search_view.xml","name":"res/layout/mtrl_search_view.xml","size":3424,"crc":193534830},{"key":"res/layout-v21/notification_action.xml","name":"res/layout-v21/notification_action.xml","size":1052,"crc":1173313026},{"key":"res/layout-v21/notification_action_tombstone.xml","name":"res/layout-v21/notification_action_tombstone.xml","size":1228,"crc":-999927346},{"key":"res/layout-v21/notification_template_custom_big.xml","name":"res/layout-v21/notification_template_custom_big.xml","size":2456,"crc":1902476966},{"key":"res/layout-v21/notification_template_icon_group.xml","name":"res/layout-v21/notification_template_icon_group.xml","size":988,"crc":-1730122884},{"key":"res/layout/notification_template_part_chronometer.xml","name":"res/layout/notification_template_part_chronometer.xml","size":440,"crc":398764980},{"key":"res/layout/notification_template_part_time.xml","name":"res/layout/notification_template_part_time.xml","size":440,"crc":-2104683509},{"key":"res/layout/select_dialog_item_material.xml","name":"res/layout/select_dialog_item_material.xml","size":640,"crc":1761548252},{"key":"res/layout/select_dialog_multichoice_material.xml","name":"res/layout/select_dialog_multichoice_material.xml","size":864,"crc":-296407927},{"key":"res/layout/select_dialog_singlechoice_material.xml","name":"res/layout/select_dialog_singlechoice_material.xml","size":864,"crc":1507117034},{"key":"res/layout/support_simple_spinner_dropdown_item.xml","name":"res/layout/support_simple_spinner_dropdown_item.xml","size":464,"crc":-1505441965},{"key":"res/layout-sw600dp-v13/design_layout_snackbar.xml","name":"res/layout-sw600dp-v13/design_layout_snackbar.xml","size":528,"crc":-323875886},{"key":"res/layout-sw600dp-v13/mtrl_layout_snackbar.xml","name":"res/layout-sw600dp-v13/mtrl_layout_snackbar.xml","size":492,"crc":-623746410},{"key":"res/layout-watch-v20/abc_alert_dialog_button_bar_material.xml","name":"res/layout-watch-v20/abc_alert_dialog_button_bar_material.xml","size":1208,"crc":485177610},{"key":"res/layout-watch-v20/abc_alert_dialog_title_material.xml","name":"res/layout-watch-v20/abc_alert_dialog_title_material.xml","size":1352,"crc":-1044549597},{"key":"res/layout-v26/abc_screen_toolbar.xml","name":"res/layout-v26/abc_screen_toolbar.xml","size":1560,"crc":-953485598},{"key":"res/layout-v26/mtrl_calendar_month.xml","name":"res/layout-v26/mtrl_calendar_month.xml","size":744,"crc":1681800050},{"key":"res/layout-land/material_clock_period_toggle_land.xml","name":"res/layout-land/material_clock_period_toggle_land.xml","size":1232,"crc":-2026500140},{"key":"res/layout-land/material_timepicker.xml","name":"res/layout-land/material_timepicker.xml","size":1676,"crc":1153015655},{"key":"res/layout-land/mtrl_picker_header_dialog.xml","name":"res/layout-land/mtrl_picker_header_dialog.xml","size":1532,"crc":235919019},{"key":"res/menu/bottom_nav_menu.xml","name":"res/menu/bottom_nav_menu.xml","size":884,"crc":-493720698},{"key":"res/menu/menu_bottom.xml","name":"res/menu/menu_bottom.xml","size":684,"crc":66354983},{"key":"res/mipmap-mdpi-v4/ic_launcher.png","name":"res/mipmap-mdpi-v4/ic_launcher.png","size":1433,"crc":1938462355},{"key":"res/mipmap-mdpi-v4/ic_launcher_round.png","name":"res/mipmap-mdpi-v4/ic_launcher_round.png","size":1433,"crc":1938462355},{"key":"res/mipmap-hdpi-v4/ic_launcher.png","name":"res/mipmap-hdpi-v4/ic_launcher.png","size":2657,"crc":904336796},{"key":"res/mipmap-hdpi-v4/ic_launcher_round.png","name":"res/mipmap-hdpi-v4/ic_launcher_round.png","size":2657,"crc":904336796},{"key":"res/mipmap-xhdpi-v4/ic_launcher.png","name":"res/mipmap-xhdpi-v4/ic_launcher.png","size":4263,"crc":795682441},{"key":"res/mipmap-xhdpi-v4/ic_launcher_round.png","name":"res/mipmap-xhdpi-v4/ic_launcher_round.png","size":4263,"crc":795682441},{"key":"res/mipmap-xxhdpi-v4/ic_launcher.png","name":"res/mipmap-xxhdpi-v4/ic_launcher.png","size":8520,"crc":1993650940},{"key":"res/mipmap-xxhdpi-v4/ic_launcher_round.png","name":"res/mipmap-xxhdpi-v4/ic_launcher_round.png","size":8520,"crc":1993650940},{"key":"res/mipmap-xxxhdpi-v4/ic_launcher.png","name":"res/mipmap-xxxhdpi-v4/ic_launcher.png","size":14119,"crc":284885630},{"key":"res/mipmap-xxxhdpi-v4/ic_launcher_round.png","name":"res/mipmap-xxxhdpi-v4/ic_launcher_round.png","size":14119,"crc":284885630},{"key":"res/navigation/mobile_navigation.xml","name":"res/navigation/mobile_navigation.xml","size":1808,"crc":-1283057066},{"key":"res/raw/firebase_common_keep.xml","name":"res/raw/firebase_common_keep.xml","size":290,"crc":1372539573},{"key":"res/xml/backup_rules.xml","name":"res/xml/backup_rules.xml","size":408,"crc":-151447439},{"key":"res/xml/data_extraction_rules.xml","name":"res/xml/data_extraction_rules.xml","size":772,"crc":1963637641},{"key":"res/xml/image_share_filepaths.xml","name":"res/xml/image_share_filepaths.xml","size":308,"crc":283987299},{"key":"resources.arsc","name":"resources.arsc","size":1316364,"crc":871494094}]
\ No newline at end of file
diff --git a/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/AgendaActivity$1.class b/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/AgendaActivity$1.class
new file mode 100644
index 0000000..05f1ffd
Binary files /dev/null and b/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/AgendaActivity$1.class differ
diff --git a/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/AgendaActivity.class b/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/AgendaActivity.class
index 9f8cba1..91eeefc 100644
Binary files a/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/AgendaActivity.class and b/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/AgendaActivity.class differ
diff --git a/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/DetalhePacienteActivity.class b/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/DetalhePacienteActivity.class
index 6acc379..4428b7e 100644
Binary files a/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/DetalhePacienteActivity.class and b/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/DetalhePacienteActivity.class differ
diff --git a/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/MainActivity.class b/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/MainActivity.class
index c13f1ec..e3db94f 100644
Binary files a/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/MainActivity.class and b/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/MainActivity.class differ
diff --git a/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/databinding/ActivityDetalhePacienteBinding.class b/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/databinding/ActivityDetalhePacienteBinding.class
index aaeceb7..5e1b046 100644
Binary files a/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/databinding/ActivityDetalhePacienteBinding.class and b/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/databinding/ActivityDetalhePacienteBinding.class differ
diff --git a/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/databinding/ItemPacienteBinding.class b/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/databinding/ItemPacienteBinding.class
new file mode 100644
index 0000000..3992814
Binary files /dev/null and b/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/databinding/ItemPacienteBinding.class differ
diff --git a/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/models/Paciente.class b/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/models/Paciente.class
new file mode 100644
index 0000000..1815172
Binary files /dev/null and b/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/models/Paciente.class differ
diff --git a/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/ui/adapters/ConsultaAdapter$ConsultaViewHolder.class b/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/ui/adapters/ConsultaAdapter$ConsultaViewHolder.class
index 53aef61..b05918c 100644
Binary files a/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/ui/adapters/ConsultaAdapter$ConsultaViewHolder.class and b/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/ui/adapters/ConsultaAdapter$ConsultaViewHolder.class differ
diff --git a/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/ui/adapters/ConsultaAdapter$OnConsultaActionClickListener.class b/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/ui/adapters/ConsultaAdapter$OnConsultaActionClickListener.class
index dc4f573..7e21d73 100644
Binary files a/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/ui/adapters/ConsultaAdapter$OnConsultaActionClickListener.class and b/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/ui/adapters/ConsultaAdapter$OnConsultaActionClickListener.class differ
diff --git a/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/ui/adapters/PacienteAdapter$OnPacienteClickListener.class b/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/ui/adapters/PacienteAdapter$OnPacienteClickListener.class
new file mode 100644
index 0000000..a22d6aa
Binary files /dev/null and b/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/ui/adapters/PacienteAdapter$OnPacienteClickListener.class differ
diff --git a/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/ui/adapters/PacienteAdapter$PacienteViewHolder.class b/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/ui/adapters/PacienteAdapter$PacienteViewHolder.class
new file mode 100644
index 0000000..f7391d8
Binary files /dev/null and b/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/ui/adapters/PacienteAdapter$PacienteViewHolder.class differ
diff --git a/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/ui/adapters/PacienteAdapter.class b/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/ui/adapters/PacienteAdapter.class
new file mode 100644
index 0000000..8ebefdf
Binary files /dev/null and b/app/build/intermediates/javac/debug/compileDebugJavaWithJavac/classes/com/example/medcuida/pro/ui/adapters/PacienteAdapter.class differ
diff --git a/app/build/intermediates/linked_resources_binary_format/debug/processDebugResources/linked-resources-binary-format-debug.ap_ b/app/build/intermediates/linked_resources_binary_format/debug/processDebugResources/linked-resources-binary-format-debug.ap_
index 6ab07e0..ca94939 100644
Binary files a/app/build/intermediates/linked_resources_binary_format/debug/processDebugResources/linked-resources-binary-format-debug.ap_ and b/app/build/intermediates/linked_resources_binary_format/debug/processDebugResources/linked-resources-binary-format-debug.ap_ differ
diff --git a/app/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt b/app/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt
index 3071013..8e01647 100644
--- a/app/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt
+++ b/app/build/intermediates/local_only_symbol_list/debug/parseDebugLocalResources/R-def.txt
@@ -51,6 +51,7 @@ id btn_editar_dados
id btn_enviar
id btn_guardar_alteracoes
id btn_logout
+id btn_sair_detalhe
id btn_time_slot
id btn_voltar
id button_ai_triage
@@ -86,6 +87,7 @@ id et_mensagem_input
id fab_add_medication
id forgot_password_link
id gender_auto_complete
+id image_paciente
id input_symptoms
id lay_top
id layout_input
@@ -142,6 +144,7 @@ id text_med_dosage
id text_med_name
id text_med_notes
id text_med_time
+id text_paciente_email
id text_paciente_nome
id text_reason
id text_time
@@ -187,6 +190,7 @@ layout item_appointment
layout item_consulta_medico
layout item_medication
layout item_mensagem
+layout item_paciente
layout item_time_slot
menu bottom_nav_menu
menu menu_bottom
diff --git a/app/build/intermediates/merged_res/debug/mergeDebugResources/layout_activity_detalhe_paciente.xml.flat b/app/build/intermediates/merged_res/debug/mergeDebugResources/layout_activity_detalhe_paciente.xml.flat
index f78f820..c58d0c7 100644
Binary files a/app/build/intermediates/merged_res/debug/mergeDebugResources/layout_activity_detalhe_paciente.xml.flat and b/app/build/intermediates/merged_res/debug/mergeDebugResources/layout_activity_detalhe_paciente.xml.flat differ
diff --git a/app/build/intermediates/merged_res/debug/mergeDebugResources/layout_item_consulta_medico.xml.flat b/app/build/intermediates/merged_res/debug/mergeDebugResources/layout_item_consulta_medico.xml.flat
index 48c0780..a5ba17a 100644
Binary files a/app/build/intermediates/merged_res/debug/mergeDebugResources/layout_item_consulta_medico.xml.flat and b/app/build/intermediates/merged_res/debug/mergeDebugResources/layout_item_consulta_medico.xml.flat differ
diff --git a/app/build/intermediates/merged_res/debug/mergeDebugResources/layout_item_paciente.xml.flat b/app/build/intermediates/merged_res/debug/mergeDebugResources/layout_item_paciente.xml.flat
new file mode 100644
index 0000000..4aa1df7
Binary files /dev/null and b/app/build/intermediates/merged_res/debug/mergeDebugResources/layout_item_paciente.xml.flat differ
diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/single/layout.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/single/layout.json
index f012b46..332c03b 100644
--- a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/single/layout.json
+++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/single/layout.json
@@ -1,12 +1,12 @@
[
- {
- "merged": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-mergeDebugResources-53:/layout/item_mensagem.xml",
- "source": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-main-56:/layout/item_mensagem.xml"
- },
{
"merged": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-mergeDebugResources-53:/layout/activity_agenda.xml",
"source": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-main-56:/layout/activity_agenda.xml"
},
+ {
+ "merged": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-mergeDebugResources-53:/layout/item_mensagem.xml",
+ "source": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-main-56:/layout/item_mensagem.xml"
+ },
{
"merged": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-mergeDebugResources-53:/layout/activity_chat.xml",
"source": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-main-56:/layout/activity_chat.xml"
@@ -75,6 +75,14 @@
"merged": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-mergeDebugResources-53:/layout/activity_detalhe_paciente.xml",
"source": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-main-56:/layout/activity_detalhe_paciente.xml"
},
+ {
+ "merged": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-mergeDebugResources-53:/layout/item_paciente.xml",
+ "source": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-main-56:/layout/item_paciente.xml"
+ },
+ {
+ "merged": "com.example.medcuida.pro.app-mergeDebugResources-53:/layout/activity_detalhe_paciente.xml",
+ "source": "com.example.medcuida.pro.app-main-56:/layout/activity_detalhe_paciente.xml"
+ },
{
"merged": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-mergeDebugResources-53:/layout/item_consulta_medico.xml",
"source": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-main-56:/layout/item_consulta_medico.xml"
@@ -91,10 +99,6 @@
"merged": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-mergeDebugResources-53:/layout/fragment_sns24.xml",
"source": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-main-56:/layout/fragment_sns24.xml"
},
- {
- "merged": "com.example.medcuida.pro.app-mergeDebugResources-53:/layout/activity_main.xml",
- "source": "com.example.medcuida.pro.app-main-56:/layout/activity_main.xml"
- },
{
"merged": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-mergeDebugResources-53:/layout/activity_register_medico.xml",
"source": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-main-56:/layout/activity_register_medico.xml"
diff --git a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/single/mergeDebugResources.json b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/single/mergeDebugResources.json
index 7af0c85..bbd3a75 100644
--- a/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/single/mergeDebugResources.json
+++ b/app/build/intermediates/merged_res_blame_folder/debug/mergeDebugResources/out/single/mergeDebugResources.json
@@ -8,28 +8,28 @@
"source": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-main-56:/layout/fragment_appointments.xml"
},
{
- "merged": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-debug-54:/layout_dialog_change_password.xml.flat",
- "source": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-main-56:/layout/dialog_change_password.xml"
+ "merged": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-debug-54:/drawable_bg_bubble_send.xml.flat",
+ "source": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-main-56:/drawable/bg_bubble_send.xml"
},
{
"merged": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-debug-54:/layout_item_time_slot.xml.flat",
"source": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-main-56:/layout/item_time_slot.xml"
},
{
- "merged": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-debug-54:/drawable_bg_bubble_send.xml.flat",
- "source": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-main-56:/drawable/bg_bubble_send.xml"
+ "merged": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-debug-54:/layout_dialog_change_password.xml.flat",
+ "source": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-main-56:/layout/dialog_change_password.xml"
},
{
- "merged": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-debug-54:/layout_fragment_medication.xml.flat",
- "source": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-main-56:/layout/fragment_medication.xml"
+ "merged": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-debug-54:/drawable_ic_chat.xml.flat",
+ "source": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-main-56:/drawable/ic_chat.xml"
},
{
"merged": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-debug-54:/layout_item_mensagem.xml.flat",
"source": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-main-56:/layout/item_mensagem.xml"
},
{
- "merged": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-debug-54:/drawable_ic_chat.xml.flat",
- "source": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-main-56:/drawable/ic_chat.xml"
+ "merged": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-debug-54:/layout_fragment_medication.xml.flat",
+ "source": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-main-56:/layout/fragment_medication.xml"
},
{
"merged": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-debug-54:/layout_fragment_home.xml.flat",
@@ -63,14 +63,14 @@
"merged": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-debug-54:/drawable_bg_bubble_receive.xml.flat",
"source": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-main-56:/drawable/bg_bubble_receive.xml"
},
- {
- "merged": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-debug-54:/drawable_logo_app.png.flat",
- "source": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-main-56:/drawable/logo_app.png"
- },
{
"merged": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-debug-54:/layout_activity_agenda.xml.flat",
"source": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-main-56:/layout/activity_agenda.xml"
},
+ {
+ "merged": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-debug-54:/drawable_logo_app.png.flat",
+ "source": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-main-56:/drawable/logo_app.png"
+ },
{
"merged": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-debug-54:/mipmap-mdpi_ic_launcher_round.png.flat",
"source": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-main-56:/mipmap-mdpi/ic_launcher_round.png"
@@ -127,6 +127,10 @@
"merged": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-debug-54:/layout_activity_main.xml.flat",
"source": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-main-56:/layout/activity_main.xml"
},
+ {
+ "merged": "com.example.medcuida.pro.app-debug-54:/layout_activity_detalhe_paciente.xml.flat",
+ "source": "com.example.medcuida.pro.app-main-56:/layout/activity_detalhe_paciente.xml"
+ },
{
"merged": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-debug-54:/layout_activity_login.xml.flat",
"source": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-main-56:/layout/activity_login.xml"
@@ -183,6 +187,10 @@
"merged": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-debug-54:/layout_item_appointment.xml.flat",
"source": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-main-56:/layout/item_appointment.xml"
},
+ {
+ "merged": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-debug-54:/layout_item_paciente.xml.flat",
+ "source": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-main-56:/layout/item_paciente.xml"
+ },
{
"merged": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-debug-54:/drawable_ic_nav_contactos.xml.flat",
"source": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-main-56:/drawable/ic_nav_contactos.xml"
@@ -219,10 +227,6 @@
"merged": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-debug-54:/layout_activity_perfil_medico.xml.flat",
"source": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-main-56:/layout/activity_perfil_medico.xml"
},
- {
- "merged": "com.example.medcuida.pro.app-debug-54:/layout_activity_main.xml.flat",
- "source": "com.example.medcuida.pro.app-main-56:/layout/activity_main.xml"
- },
{
"merged": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-debug-54:/layout_fragment_sns24.xml.flat",
"source": "/Users/230405/.gradle/daemon/9.3.1/com.example.medcuida.pro.app-main-56:/layout/fragment_sns24.xml"
diff --git a/app/build/intermediates/packaged_res/debug/packageDebugResources/layout/activity_detalhe_paciente.xml b/app/build/intermediates/packaged_res/debug/packageDebugResources/layout/activity_detalhe_paciente.xml
index 7775dcf..e896e81 100644
--- a/app/build/intermediates/packaged_res/debug/packageDebugResources/layout/activity_detalhe_paciente.xml
+++ b/app/build/intermediates/packaged_res/debug/packageDebugResources/layout/activity_detalhe_paciente.xml
@@ -9,10 +9,23 @@
+
+
+ android:text="Eliminar" />
+ android:text="Aceitar" />
diff --git a/app/build/intermediates/packaged_res/debug/packageDebugResources/layout/item_paciente.xml b/app/build/intermediates/packaged_res/debug/packageDebugResources/layout/item_paciente.xml
new file mode 100644
index 0000000..d6ef1af
--- /dev/null
+++ b/app/build/intermediates/packaged_res/debug/packageDebugResources/layout/item_paciente.xml
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
diff --git a/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/86941020fcda4201ada755dcf42fe50e05fe93241060291bded58bd1780e3ffc_0.jar b/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/296ef7c0a0d85b15e74918d36a4fa9bcf7e6bc0c94d94f7c2efebbf4b2eafd13_0.jar
similarity index 100%
rename from app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/86941020fcda4201ada755dcf42fe50e05fe93241060291bded58bd1780e3ffc_0.jar
rename to app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/296ef7c0a0d85b15e74918d36a4fa9bcf7e6bc0c94d94f7c2efebbf4b2eafd13_0.jar
diff --git a/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/86941020fcda4201ada755dcf42fe50e05fe93241060291bded58bd1780e3ffc_1.jar b/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/296ef7c0a0d85b15e74918d36a4fa9bcf7e6bc0c94d94f7c2efebbf4b2eafd13_1.jar
similarity index 100%
rename from app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/86941020fcda4201ada755dcf42fe50e05fe93241060291bded58bd1780e3ffc_1.jar
rename to app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/296ef7c0a0d85b15e74918d36a4fa9bcf7e6bc0c94d94f7c2efebbf4b2eafd13_1.jar
diff --git a/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/86941020fcda4201ada755dcf42fe50e05fe93241060291bded58bd1780e3ffc_2.jar b/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/296ef7c0a0d85b15e74918d36a4fa9bcf7e6bc0c94d94f7c2efebbf4b2eafd13_2.jar
similarity index 100%
rename from app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/86941020fcda4201ada755dcf42fe50e05fe93241060291bded58bd1780e3ffc_2.jar
rename to app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/296ef7c0a0d85b15e74918d36a4fa9bcf7e6bc0c94d94f7c2efebbf4b2eafd13_2.jar
diff --git a/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/86941020fcda4201ada755dcf42fe50e05fe93241060291bded58bd1780e3ffc_3.jar b/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/296ef7c0a0d85b15e74918d36a4fa9bcf7e6bc0c94d94f7c2efebbf4b2eafd13_3.jar
similarity index 100%
rename from app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/86941020fcda4201ada755dcf42fe50e05fe93241060291bded58bd1780e3ffc_3.jar
rename to app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/296ef7c0a0d85b15e74918d36a4fa9bcf7e6bc0c94d94f7c2efebbf4b2eafd13_3.jar
diff --git a/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/86941020fcda4201ada755dcf42fe50e05fe93241060291bded58bd1780e3ffc_4.jar b/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/296ef7c0a0d85b15e74918d36a4fa9bcf7e6bc0c94d94f7c2efebbf4b2eafd13_4.jar
similarity index 100%
rename from app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/86941020fcda4201ada755dcf42fe50e05fe93241060291bded58bd1780e3ffc_4.jar
rename to app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/296ef7c0a0d85b15e74918d36a4fa9bcf7e6bc0c94d94f7c2efebbf4b2eafd13_4.jar
diff --git a/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/86941020fcda4201ada755dcf42fe50e05fe93241060291bded58bd1780e3ffc_5.jar b/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/296ef7c0a0d85b15e74918d36a4fa9bcf7e6bc0c94d94f7c2efebbf4b2eafd13_5.jar
similarity index 100%
rename from app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/86941020fcda4201ada755dcf42fe50e05fe93241060291bded58bd1780e3ffc_5.jar
rename to app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/296ef7c0a0d85b15e74918d36a4fa9bcf7e6bc0c94d94f7c2efebbf4b2eafd13_5.jar
diff --git a/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/86941020fcda4201ada755dcf42fe50e05fe93241060291bded58bd1780e3ffc_6.jar b/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/296ef7c0a0d85b15e74918d36a4fa9bcf7e6bc0c94d94f7c2efebbf4b2eafd13_6.jar
similarity index 100%
rename from app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/86941020fcda4201ada755dcf42fe50e05fe93241060291bded58bd1780e3ffc_6.jar
rename to app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/296ef7c0a0d85b15e74918d36a4fa9bcf7e6bc0c94d94f7c2efebbf4b2eafd13_6.jar
diff --git a/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/296ef7c0a0d85b15e74918d36a4fa9bcf7e6bc0c94d94f7c2efebbf4b2eafd13_7.jar b/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/296ef7c0a0d85b15e74918d36a4fa9bcf7e6bc0c94d94f7c2efebbf4b2eafd13_7.jar
new file mode 100644
index 0000000..e751191
Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/296ef7c0a0d85b15e74918d36a4fa9bcf7e6bc0c94d94f7c2efebbf4b2eafd13_7.jar differ
diff --git a/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/86941020fcda4201ada755dcf42fe50e05fe93241060291bded58bd1780e3ffc_7.jar b/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/86941020fcda4201ada755dcf42fe50e05fe93241060291bded58bd1780e3ffc_7.jar
deleted file mode 100644
index eb505be..0000000
Binary files a/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/86941020fcda4201ada755dcf42fe50e05fe93241060291bded58bd1780e3ffc_7.jar and /dev/null differ
diff --git a/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/AgendaActivity$1.dex b/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/AgendaActivity$1.dex
new file mode 100644
index 0000000..7fb390e
Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/AgendaActivity$1.dex differ
diff --git a/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/AgendaActivity.dex b/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/AgendaActivity.dex
index ce0bcf4..557ecbf 100644
Binary files a/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/AgendaActivity.dex and b/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/AgendaActivity.dex differ
diff --git a/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/DetalhePacienteActivity.dex b/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/DetalhePacienteActivity.dex
index a67f6fa..b140438 100644
Binary files a/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/DetalhePacienteActivity.dex and b/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/DetalhePacienteActivity.dex differ
diff --git a/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/MainActivity.dex b/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/MainActivity.dex
index 3b85faa..7b990ed 100644
Binary files a/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/MainActivity.dex and b/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/MainActivity.dex differ
diff --git a/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/databinding/ActivityDetalhePacienteBinding.dex b/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/databinding/ActivityDetalhePacienteBinding.dex
index bb4186f..4f688cb 100644
Binary files a/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/databinding/ActivityDetalhePacienteBinding.dex and b/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/databinding/ActivityDetalhePacienteBinding.dex differ
diff --git a/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/databinding/ItemPacienteBinding.dex b/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/databinding/ItemPacienteBinding.dex
new file mode 100644
index 0000000..cdda449
Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/databinding/ItemPacienteBinding.dex differ
diff --git a/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/models/Paciente.dex b/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/models/Paciente.dex
new file mode 100644
index 0000000..c38a6b8
Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/models/Paciente.dex differ
diff --git a/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/ui/adapters/ConsultaAdapter$ConsultaViewHolder.dex b/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/ui/adapters/ConsultaAdapter$ConsultaViewHolder.dex
index 8a8ca10..66d67aa 100644
Binary files a/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/ui/adapters/ConsultaAdapter$ConsultaViewHolder.dex and b/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/ui/adapters/ConsultaAdapter$ConsultaViewHolder.dex differ
diff --git a/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/ui/adapters/ConsultaAdapter$OnConsultaActionClickListener.dex b/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/ui/adapters/ConsultaAdapter$OnConsultaActionClickListener.dex
index fc1011b..83b84d5 100644
Binary files a/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/ui/adapters/ConsultaAdapter$OnConsultaActionClickListener.dex and b/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/ui/adapters/ConsultaAdapter$OnConsultaActionClickListener.dex differ
diff --git a/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/ui/adapters/PacienteAdapter$OnPacienteClickListener.dex b/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/ui/adapters/PacienteAdapter$OnPacienteClickListener.dex
new file mode 100644
index 0000000..784d28f
Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/ui/adapters/PacienteAdapter$OnPacienteClickListener.dex differ
diff --git a/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/ui/adapters/PacienteAdapter$PacienteViewHolder.dex b/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/ui/adapters/PacienteAdapter$PacienteViewHolder.dex
new file mode 100644
index 0000000..1502412
Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/ui/adapters/PacienteAdapter$PacienteViewHolder.dex differ
diff --git a/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/ui/adapters/PacienteAdapter.dex b/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/ui/adapters/PacienteAdapter.dex
new file mode 100644
index 0000000..55ff47a
Binary files /dev/null and b/app/build/intermediates/project_dex_archive/debug/dexBuilderDebug/out/com/example/medcuida/pro/ui/adapters/PacienteAdapter.dex differ
diff --git a/app/build/intermediates/runtime_symbol_list/debug/processDebugResources/R.txt b/app/build/intermediates/runtime_symbol_list/debug/processDebugResources/R.txt
index faeab27..6ff6268 100644
--- a/app/build/intermediates/runtime_symbol_list/debug/processDebugResources/R.txt
+++ b/app/build/intermediates/runtime_symbol_list/debug/processDebugResources/R.txt
@@ -3334,6 +3334,7 @@ int id btn_editar_dados 0x7f090074
int id btn_enviar 0x7f090075
int id btn_guardar_alteracoes 0x7f090076
int id btn_logout 0x7f090077
+int id btn_sair_detalhe 0x7f090287
int id btn_time_slot 0x7f090078
int id btn_voltar 0x7f090079
int id buttonPanel 0x7f09007a
@@ -3496,6 +3497,7 @@ int id ifRoom 0x7f090116
int id ignore 0x7f090117
int id ignoreRequest 0x7f090118
int id image 0x7f090119
+int id image_paciente 0x7f090285
int id immediateStop 0x7f09011a
int id included 0x7f09011b
int id indeterminate 0x7f09011c
@@ -3791,6 +3793,7 @@ int id text_med_dosage 0x7f09023d
int id text_med_name 0x7f09023e
int id text_med_notes 0x7f09023f
int id text_med_time 0x7f090240
+int id text_paciente_email 0x7f090286
int id text_paciente_nome 0x7f090241
int id text_reason 0x7f090242
int id text_time 0x7f090243
@@ -4019,6 +4022,7 @@ int layout item_appointment 0x7f0c0044
int layout item_consulta_medico 0x7f0c0045
int layout item_medication 0x7f0c0046
int layout item_mensagem 0x7f0c0047
+int layout item_paciente 0x7f0c0086
int layout item_time_slot 0x7f0c0048
int layout m3_alert_dialog 0x7f0c0049
int layout m3_alert_dialog_actions 0x7f0c004a
diff --git a/app/build/intermediates/stable_resource_ids_file/debug/processDebugResources/stableIds.txt b/app/build/intermediates/stable_resource_ids_file/debug/processDebugResources/stableIds.txt
index 44d7b02..1013abe 100644
--- a/app/build/intermediates/stable_resource_ids_file/debug/processDebugResources/stableIds.txt
+++ b/app/build/intermediates/stable_resource_ids_file/debug/processDebugResources/stableIds.txt
@@ -1,1611 +1,1898 @@
-com.example.medcuida.pro:xml/image_share_filepaths = 0x7f160002
-com.example.medcuida.pro:xml/data_extraction_rules = 0x7f160001
-com.example.medcuida.pro:xml/backup_rules = 0x7f160000
-com.example.medcuida.pro:styleable/Tooltip = 0x7f1500a1
-com.example.medcuida.pro:styleable/ThemeEnforcement = 0x7f15009f
-com.example.medcuida.pro:styleable/TextInputLayout = 0x7f15009e
-com.example.medcuida.pro:styleable/TextInputEditText = 0x7f15009d
-com.example.medcuida.pro:styleable/TextEffects = 0x7f15009c
-com.example.medcuida.pro:styleable/TextAppearance = 0x7f15009b
-com.example.medcuida.pro:styleable/TabLayout = 0x7f15009a
-com.example.medcuida.pro:styleable/SwitchMaterial = 0x7f150098
-com.example.medcuida.pro:styleable/SwitchCompat = 0x7f150097
-com.example.medcuida.pro:styleable/StateListDrawableItem = 0x7f150095
-com.example.medcuida.pro:styleable/StateListDrawable = 0x7f150094
-com.example.medcuida.pro:styleable/State = 0x7f150093
-com.example.medcuida.pro:styleable/SplitPairRule = 0x7f150091
-com.example.medcuida.pro:styleable/SnackbarLayout = 0x7f15008e
-com.example.medcuida.pro:styleable/SideSheetBehavior_Layout = 0x7f15008a
-com.example.medcuida.pro:styleable/SearchBar = 0x7f150086
-com.example.medcuida.pro:styleable/RecyclerView = 0x7f150083
-com.example.medcuida.pro:styleable/RecycleListView = 0x7f150082
-com.example.medcuida.pro:styleable/RangeSlider = 0x7f150081
-com.example.medcuida.pro:styleable/PropertySet = 0x7f15007f
-com.example.medcuida.pro:styleable/OnClick = 0x7f15007b
-com.example.medcuida.pro:styleable/Navigator = 0x7f15007a
-com.example.medcuida.pro:styleable/NavigationView = 0x7f150079
-com.example.medcuida.pro:styleable/NavigationRailView = 0x7f150078
-com.example.medcuida.pro:styleable/NavigationBarView = 0x7f150077
-com.example.medcuida.pro:styleable/NavInclude = 0x7f150075
-com.example.medcuida.pro:styleable/NavHostFragment = 0x7f150074
-com.example.medcuida.pro:styleable/NavDeepLink = 0x7f150071
-com.example.medcuida.pro:styleable/MotionTelltales = 0x7f15006e
-com.example.medcuida.pro:styleable/Motion = 0x7f150068
-com.example.medcuida.pro:styleable/MenuItem = 0x7f150065
-com.example.medcuida.pro:styleable/MenuGroup = 0x7f150064
-com.example.medcuida.pro:styleable/MaterialToolbar = 0x7f150063
-com.example.medcuida.pro:styleable/MaterialTimePicker = 0x7f150062
+com.example.medcuida.pro:style/TextAppearance.Material3.LabelLarge = 0x7f1401ee
+com.example.medcuida.pro:style/Widget.Material3.PopupMenu.Overflow = 0x7f1403be
+com.example.medcuida.pro:style/TextAppearance.AppCompat.Widget.Button = 0x7f1401ba
+com.example.medcuida.pro:string/bottomsheet_drag_handle_clicked = 0x7f130026
+com.example.medcuida.pro:style/ThemeOverlay.Material3.BottomAppBar.Legacy = 0x7f140286
+com.example.medcuida.pro:styleable/CoordinatorLayout_Layout = 0x7f150030
com.example.medcuida.pro:styleable/MaterialTextView = 0x7f150061
-com.example.medcuida.pro:styleable/MaterialTextAppearance = 0x7f150060
+com.example.medcuida.pro:layout/select_dialog_item_material = 0x7f0c0082
+com.example.medcuida.pro:string/material_timepicker_text_input_mode_description = 0x7f13008e
+com.example.medcuida.pro:string/bottom_sheet_behavior = 0x7f130022
+com.example.medcuida.pro:style/Widget.Material3.Button.TonalButton.Icon = 0x7f140361
+com.example.medcuida.pro:style/Base.Widget.Material3.FloatingActionButton = 0x7f140108
+com.example.medcuida.pro:id/center = 0x7f09008d
+com.example.medcuida.pro:drawable/abc_textfield_default_mtrl_alpha = 0x7f080072
+com.example.medcuida.pro:styleable/MaterialTimePicker = 0x7f150062
+com.example.medcuida.pro:style/MaterialAlertDialog.MaterialComponents.Title.Panel = 0x7f140132
+com.example.medcuida.pro:macro/m3_comp_outlined_text_field_disabled_input_text_color = 0x7f0d00b5
+com.example.medcuida.pro:color/m3_sys_color_light_surface_variant = 0x7f0601fa
+com.example.medcuida.pro:style/TextAppearance.AppCompat.Widget.ActionBar.Title = 0x7f1401b4
+com.example.medcuida.pro:style/Widget.Material3.SideSheet = 0x7f1403c6
+com.example.medcuida.pro:styleable/ConstraintLayout_ReactiveGuide = 0x7f15002b
+com.example.medcuida.pro:style/TextAppearance.MaterialComponents.Headline3 = 0x7f140200
+com.example.medcuida.pro:layout/item_paciente = 0x7f0c0086
+com.example.medcuida.pro:layout/design_layout_snackbar = 0x7f0c002b
+com.example.medcuida.pro:macro/m3_comp_outlined_text_field_hover_supporting_text_color = 0x7f0d00c2
+com.example.medcuida.pro:styleable/DrawerArrowToggle = 0x7f150033
+com.example.medcuida.pro:styleable/KeyFramesAcceleration = 0x7f150047
+com.example.medcuida.pro:styleable/CheckedTextView = 0x7f15001f
+com.example.medcuida.pro:style/Base.Widget.AppCompat.AutoCompleteTextView = 0x7f1400cc
+com.example.medcuida.pro:style/Base.Widget.AppCompat.Button.Borderless.Colored = 0x7f1400cf
+com.example.medcuida.pro:style/Widget.Material3.SearchView = 0x7f1403c3
+com.example.medcuida.pro:id/fill_horizontal = 0x7f0900ef
+com.example.medcuida.pro:style/Widget.AppCompat.RatingBar = 0x7f140320
+com.example.medcuida.pro:styleable/ActivityChooserView = 0x7f150005
+com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Widget.ActionMode.Subtitle = 0x7f140037
+com.example.medcuida.pro:macro/m3_comp_outlined_text_field_label_text_color = 0x7f0d00c5
+com.example.medcuida.pro:style/Widget.MaterialComponents.MaterialCalendar.Year.Today = 0x7f14042e
+com.example.medcuida.pro:style/ShapeAppearance.Material3.MediumComponent = 0x7f140176
+com.example.medcuida.pro:string/mtrl_picker_end_date_description = 0x7f1300a9
+com.example.medcuida.pro:styleable/GradientColorItem = 0x7f150041
+com.example.medcuida.pro:id/x_left = 0x7f090283
+com.example.medcuida.pro:style/Widget.MaterialComponents.Button.OutlinedButton.Icon = 0x7f1403fa
+com.example.medcuida.pro:string/mtrl_checkbox_state_description_checked = 0x7f130098
+com.example.medcuida.pro:style/Base.Widget.MaterialComponents.PopupMenu.Overflow = 0x7f140119
+com.example.medcuida.pro:style/Widget.Material3.CircularProgressIndicator.Medium = 0x7f140374
+com.example.medcuida.pro:style/Widget.MaterialComponents.TabLayout = 0x7f140441
+com.example.medcuida.pro:id/path = 0x7f0901b2
+com.example.medcuida.pro:styleable/FragmentContainerView = 0x7f15003e
+com.example.medcuida.pro:style/ShapeAppearance.M3.Comp.NavigationDrawer.ActiveIndicator.Shape = 0x7f14015c
+com.example.medcuida.pro:style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense.ExposedDropdownMenu = 0x7f14044e
+com.example.medcuida.pro:dimen/m3_comp_secondary_navigation_tab_hover_state_layer_opacity = 0x7f070179
+com.example.medcuida.pro:dimen/abc_alert_dialog_button_bar_height = 0x7f070010
+com.example.medcuida.pro:style/Base.V24.Theme.Material3.Dark = 0x7f1400b1
+com.example.medcuida.pro:styleable/NavigationView = 0x7f150079
+com.example.medcuida.pro:layout/abc_activity_chooser_view_list_item = 0x7f0c0007
+com.example.medcuida.pro:style/ShapeAppearance.Material3.Corner.None = 0x7f140173
+com.example.medcuida.pro:style/Base.Widget.Material3.ExtendedFloatingActionButton.Icon = 0x7f140107
+com.example.medcuida.pro:styleable/RangeSlider = 0x7f150081
+com.example.medcuida.pro:style/Widget.Material3.CircularProgressIndicator = 0x7f140372
+com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.ActionBar.Surface = 0x7f1402c1
+com.example.medcuida.pro:style/Widget.MaterialComponents.BottomAppBar.Colored = 0x7f1403f0
+com.example.medcuida.pro:style/Widget.Support.CoordinatorLayout = 0x7f140460
+com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Spinner = 0x7f1402d8
+com.example.medcuida.pro:style/Widget.MaterialComponents.Button.Icon = 0x7f1403f8
+com.example.medcuida.pro:style/TextAppearance.AppCompat.Subhead.Inverse = 0x7f1401ad
+com.example.medcuida.pro:style/TextAppearance.Material3.SearchView = 0x7f1401f3
+com.example.medcuida.pro:style/Widget.MaterialComponents.Button.UnelevatedButton.Icon = 0x7f140402
+com.example.medcuida.pro:id/parentPanel = 0x7f0901ad
+com.example.medcuida.pro:style/Base.Theme.MaterialComponents.Dialog.Bridge = 0x7f14006a
+com.example.medcuida.pro:style/Widget.Material3.TextInputEditText.FilledBox = 0x7f1403d2
+com.example.medcuida.pro:string/icon_content_description = 0x7f130065
+com.example.medcuida.pro:styleable/NavInclude = 0x7f150075
+com.example.medcuida.pro:id/textEnd = 0x7f09022c
+com.example.medcuida.pro:id/up = 0x7f09026c
+com.example.medcuida.pro:id/centerInside = 0x7f09008f
+com.example.medcuida.pro:color/primary_text_disabled_material_light = 0x7f060309
+com.example.medcuida.pro:styleable/AppBarLayout_Layout = 0x7f15000f
+com.example.medcuida.pro:macro/m3_comp_extended_fab_primary_container_color = 0x7f0d002d
+com.example.medcuida.pro:styleable/SnackbarLayout = 0x7f15008e
+com.example.medcuida.pro:style/Widget.Material3.ActionMode = 0x7f14033f
+com.example.medcuida.pro:dimen/mtrl_snackbar_padding_horizontal = 0x7f0702f1
+com.example.medcuida.pro:styleable/TextInputEditText = 0x7f15009d
+com.example.medcuida.pro:styleable/FontFamily = 0x7f15003a
+com.example.medcuida.pro:id/text_paciente_email = 0x7f090286
+com.example.medcuida.pro:style/Widget.Material3.SearchBar.Outlined = 0x7f1403c2
+com.example.medcuida.pro:id/scrollIndicatorDown = 0x7f0901e1
+com.example.medcuida.pro:style/Widget.Material3.Button.TextButton.Dialog = 0x7f14035b
+com.example.medcuida.pro:id/image_paciente = 0x7f090285
+com.example.medcuida.pro:style/Widget.MaterialComponents.MaterialCalendar.MonthTextView = 0x7f14042b
+com.example.medcuida.pro:color/material_dynamic_secondary40 = 0x7f06025d
+com.example.medcuida.pro:style/ShapeAppearanceOverlay.MaterialComponents.TextInputLayout.FilledBox = 0x7f140193
+com.example.medcuida.pro:styleable/MenuItem = 0x7f150065
+com.example.medcuida.pro:macro/m3_comp_plain_tooltip_supporting_text_type = 0x7f0d00c9
+com.example.medcuida.pro:styleable/StateListDrawableItem = 0x7f150095
+com.example.medcuida.pro:styleable/SearchBar = 0x7f150086
+com.example.medcuida.pro:style/Theme.Material3.Light.SideSheetDialog = 0x7f140244
+com.example.medcuida.pro:style/ThemeOverlay.Material3.Search = 0x7f1402b3
+com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Widget.Button.Borderless.Colored = 0x7f14003a
+com.example.medcuida.pro:style/TextAppearance.M3.Sys.Typescale.BodyLarge = 0x7f1401d4
+com.example.medcuida.pro:dimen/mtrl_card_dragged_z = 0x7f07029b
+com.example.medcuida.pro:style/Widget.MaterialComponents.ActionBar.Solid = 0x7f1403e4
+com.example.medcuida.pro:drawable/abc_btn_colored_material = 0x7f08002f
+com.example.medcuida.pro:string/mtrl_switch_track_decoration_path = 0x7f1300c9
+com.example.medcuida.pro:style/Widget.Material3.MaterialTimePicker.Display.Divider = 0x7f1403b2
+com.example.medcuida.pro:style/Widget.Material3.MaterialDivider = 0x7f1403ac
+com.example.medcuida.pro:macro/m3_comp_time_picker_period_selector_label_text_type = 0x7f0d0154
+com.example.medcuida.pro:dimen/m3_side_sheet_margin_detached = 0x7f0701e1
+com.example.medcuida.pro:styleable/MenuGroup = 0x7f150064
+com.example.medcuida.pro:integer/m3_sys_motion_duration_long4 = 0x7f0a0018
+com.example.medcuida.pro:string/android.credentials.TYPE_PASSWORD_CREDENTIAL = 0x7f13001d
+com.example.medcuida.pro:styleable/OnClick = 0x7f15007b
+com.example.medcuida.pro:integer/mtrl_calendar_header_orientation = 0x7f0a0032
+com.example.medcuida.pro:drawable/material_ic_keyboard_arrow_right_black_24dp = 0x7f0800d9
+com.example.medcuida.pro:styleable/KeyCycle = 0x7f150045
+com.example.medcuida.pro:style/Base.Widget.Material3.Chip = 0x7f140101
+com.example.medcuida.pro:integer/mtrl_switch_thumb_pressed_duration = 0x7f0a003b
+com.example.medcuida.pro:styleable/FontFamilyFont = 0x7f15003b
+com.example.medcuida.pro:style/Widget.Material3.MaterialCalendar = 0x7f140395
+com.example.medcuida.pro:style/Theme.AppCompat.DayNight = 0x7f14020e
+com.example.medcuida.pro:style/Widget.MaterialComponents.MaterialCalendar.Year.Selected = 0x7f14042d
+com.example.medcuida.pro:style/Widget.Material3.CircularProgressIndicator.Small = 0x7f140375
+com.example.medcuida.pro:style/Widget.Material3.Snackbar.FullWidth = 0x7f1403cd
+com.example.medcuida.pro:style/Theme.AppCompat = 0x7f14020c
+com.example.medcuida.pro:drawable/abc_ic_commit_search_api_mtrl_alpha = 0x7f080040
+com.example.medcuida.pro:style/Widget.AppCompat.Light.ActionBar.TabText = 0x7f140305
+com.example.medcuida.pro:style/CardView = 0x7f14011f
+com.example.medcuida.pro:macro/m3_comp_search_bar_container_color = 0x7f0d00e7
+com.example.medcuida.pro:styleable/SwitchMaterial = 0x7f150098
+com.example.medcuida.pro:style/Widget.Material3.MaterialCalendar.Day.Invalid = 0x7f140397
+com.example.medcuida.pro:style/Theme.MaterialComponents.DayNight.NoActionBar = 0x7f140257
+com.example.medcuida.pro:id/profile_image = 0x7f0901bc
+com.example.medcuida.pro:string/mtrl_timepicker_cancel = 0x7f1300cb
+com.example.medcuida.pro:id/outward = 0x7f0901a8
+com.example.medcuida.pro:style/Widget.Material3.ExtendedFloatingActionButton.Icon.Surface = 0x7f140380
+com.example.medcuida.pro:drawable/m3_bottom_sheet_drag_handle = 0x7f0800c9
+com.example.medcuida.pro:id/btn_sair_detalhe = 0x7f090287
+com.example.medcuida.pro:style/RtlUnderlay.Widget.AppCompat.ActionButton = 0x7f140153
+com.example.medcuida.pro:style/TextAppearance.AppCompat.Widget.ActionMode.Subtitle = 0x7f1401b6
+com.example.medcuida.pro:style/Base.Widget.AppCompat.Spinner = 0x7f1400f6
+com.example.medcuida.pro:id/open_search_view_scrim = 0x7f0901a2
+com.example.medcuida.pro:style/Widget.Compat.NotificationActionContainer = 0x7f14032f
+com.example.medcuida.pro:style/Widget.Material3.FloatingActionButton.Large.Primary = 0x7f140386
+com.example.medcuida.pro:style/ShapeAppearance.M3.Comp.SearchBar.Container.Shape = 0x7f140160
+com.example.medcuida.pro:string/bottomsheet_action_collapse = 0x7f130023
+com.example.medcuida.pro:style/Widget.Material3.Button.TonalButton = 0x7f140360
+com.example.medcuida.pro:macro/m3_comp_outlined_autocomplete_menu_container_color = 0x7f0d00a3
+com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.Light = 0x7f1402d0
+com.example.medcuida.pro:id/x_right = 0x7f090284
+com.example.medcuida.pro:styleable/State = 0x7f150093
+com.example.medcuida.pro:dimen/item_touch_helper_max_drag_scroll_per_frame = 0x7f07009d
+com.example.medcuida.pro:style/Widget.Material3.ExtendedFloatingActionButton.Icon.Primary = 0x7f14037e
+com.example.medcuida.pro:style/Widget.Material3.CollapsingToolbar = 0x7f140376
+com.example.medcuida.pro:style/Base.Theme.MaterialComponents.Dialog = 0x7f140068
+com.example.medcuida.pro:style/Widget.MaterialComponents.MaterialCalendar.DayTextView = 0x7f14041e
+com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Light.Widget.PopupMenu.Small = 0x7f140024
+com.example.medcuida.pro:id/mtrl_view_tag_bottom_padding = 0x7f090173
+com.example.medcuida.pro:dimen/mtrl_calendar_dialog_background_inset = 0x7f07027a
+com.example.medcuida.pro:layout/abc_expanded_menu_layout = 0x7f0c000d
+com.example.medcuida.pro:id/snapMargins = 0x7f090201
+com.example.medcuida.pro:style/Widget.MaterialComponents.TimePicker.Clock = 0x7f140453
+com.example.medcuida.pro:style/Base.Theme.MaterialComponents.Light.DarkActionBar = 0x7f140070
+com.example.medcuida.pro:styleable/FragmentNavigator = 0x7f15003f
+com.example.medcuida.pro:style/Widget.Material3.MaterialCalendar.DayOfWeekLabel = 0x7f14039a
+com.example.medcuida.pro:macro/m3_comp_outlined_text_field_caret_color = 0x7f0d00b3
+com.example.medcuida.pro:macro/m3_comp_navigation_drawer_active_hover_label_text_color = 0x7f0d007f
com.example.medcuida.pro:styleable/MaterialShape = 0x7f15005e
com.example.medcuida.pro:styleable/MaterialDivider = 0x7f15005c
-com.example.medcuida.pro:styleable/MotionScene = 0x7f15006d
-com.example.medcuida.pro:styleable/LinearLayoutCompat_Layout = 0x7f15004e
-com.example.medcuida.pro:styleable/KeyTimeCycle = 0x7f15004a
-com.example.medcuida.pro:styleable/KeyFramesAcceleration = 0x7f150047
-com.example.medcuida.pro:styleable/KeyCycle = 0x7f150045
-com.example.medcuida.pro:styleable/GradientColorItem = 0x7f150041
-com.example.medcuida.pro:styleable/FragmentNavigator = 0x7f15003f
-com.example.medcuida.pro:styleable/FragmentContainerView = 0x7f15003e
-com.example.medcuida.pro:styleable/FontFamilyFont = 0x7f15003b
-com.example.medcuida.pro:styleable/FontFamily = 0x7f15003a
-com.example.medcuida.pro:styleable/ExtendedFloatingActionButton_Behavior_Layout = 0x7f150036
-com.example.medcuida.pro:styleable/DrawerArrowToggle = 0x7f150033
-com.example.medcuida.pro:styleable/DialogFragmentNavigator = 0x7f150032
-com.example.medcuida.pro:styleable/CoordinatorLayout_Layout = 0x7f150030
-com.example.medcuida.pro:styleable/ConstraintSet = 0x7f15002e
-com.example.medcuida.pro:styleable/ConstraintLayout_ReactiveGuide = 0x7f15002b
-com.example.medcuida.pro:styleable/CollapsingToolbarLayout_Layout = 0x7f150026
-com.example.medcuida.pro:styleable/CollapsingToolbarLayout = 0x7f150025
-com.example.medcuida.pro:styleable/ClockHandView = 0x7f150024
-com.example.medcuida.pro:styleable/Chip = 0x7f150020
-com.example.medcuida.pro:styleable/CheckedTextView = 0x7f15001f
-com.example.medcuida.pro:styleable/Carousel = 0x7f15001e
-com.example.medcuida.pro:styleable/CardView = 0x7f15001d
-com.example.medcuida.pro:styleable/Capability = 0x7f15001c
-com.example.medcuida.pro:styleable/BottomSheetBehavior_Layout = 0x7f15001a
-com.example.medcuida.pro:styleable/BaseProgressIndicator = 0x7f150017
-com.example.medcuida.pro:styleable/AppBarLayout_Layout = 0x7f15000f
-com.example.medcuida.pro:styleable/AppBarLayoutStates = 0x7f15000e
-com.example.medcuida.pro:styleable/AppBarLayout = 0x7f15000d
-com.example.medcuida.pro:styleable/AnimatedStateListDrawableItem = 0x7f15000b
-com.example.medcuida.pro:styleable/ShapeAppearance = 0x7f150088
-com.example.medcuida.pro:styleable/AnimatedStateListDrawableCompat = 0x7f15000a
-com.example.medcuida.pro:styleable/AlertDialog = 0x7f150009
-com.example.medcuida.pro:styleable/ActivityRule = 0x7f150008
-com.example.medcuida.pro:styleable/ActivityChooserView = 0x7f150005
-com.example.medcuida.pro:styleable/ActionMode = 0x7f150004
-com.example.medcuida.pro:styleable/ActionMenuItemView = 0x7f150002
-com.example.medcuida.pro:styleable/ActionBarLayout = 0x7f150001
-com.example.medcuida.pro:styleable/ActionBar = 0x7f150000
-com.example.medcuida.pro:style/Widget.Support.CoordinatorLayout = 0x7f140460
-com.example.medcuida.pro:styleable/MotionLabel = 0x7f15006b
-com.example.medcuida.pro:style/Widget.MaterialComponents.Toolbar.PrimarySurface = 0x7f14045d
-com.example.medcuida.pro:style/Widget.MaterialComponents.TimePicker.ImageButton.ShapeAppearance = 0x7f14045a
-com.example.medcuida.pro:style/Widget.MaterialComponents.TimePicker.Display.HelperText = 0x7f140456
-com.example.medcuida.pro:style/Widget.MaterialComponents.TimePicker.Display.Divider = 0x7f140455
-com.example.medcuida.pro:style/Widget.MaterialComponents.TimePicker.Clock = 0x7f140453
-com.example.medcuida.pro:style/Widget.MaterialComponents.TextView = 0x7f140450
-com.example.medcuida.pro:style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense.ExposedDropdownMenu = 0x7f14044e
-com.example.medcuida.pro:style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense = 0x7f14044d
-com.example.medcuida.pro:style/Widget.MaterialComponents.TextInputLayout.FilledBox.Dense = 0x7f140449
-com.example.medcuida.pro:style/Widget.MaterialComponents.TextInputEditText.OutlinedBox.Dense = 0x7f140447
-com.example.medcuida.pro:style/Widget.MaterialComponents.TabLayout = 0x7f140441
-com.example.medcuida.pro:style/Widget.MaterialComponents.Slider = 0x7f14043d
-com.example.medcuida.pro:style/Widget.MaterialComponents.ShapeableImageView = 0x7f14043c
-com.example.medcuida.pro:style/Widget.MaterialComponents.PopupMenu.Overflow = 0x7f14043a
-com.example.medcuida.pro:style/Widget.MaterialComponents.PopupMenu.ListPopupWindow = 0x7f140439
-com.example.medcuida.pro:style/Widget.MaterialComponents.NavigationView = 0x7f140436
-com.example.medcuida.pro:style/Widget.MaterialComponents.NavigationRailView.Colored.Compact = 0x7f140433
-com.example.medcuida.pro:style/Widget.MaterialComponents.NavigationRailView = 0x7f140431
-com.example.medcuida.pro:style/Widget.MaterialComponents.MaterialCalendar.Year.Today = 0x7f14042e
-com.example.medcuida.pro:style/Widget.MaterialComponents.MaterialCalendar.Year.Selected = 0x7f14042d
-com.example.medcuida.pro:style/Widget.MaterialComponents.MaterialCalendar.MonthTextView = 0x7f14042b
-com.example.medcuida.pro:style/Widget.MaterialComponents.MaterialCalendar.MonthNavigationButton = 0x7f14042a
-com.example.medcuida.pro:style/Widget.MaterialComponents.MaterialCalendar.Item = 0x7f140429
-com.example.medcuida.pro:style/Widget.MaterialComponents.MaterialCalendar.HeaderToggleButton = 0x7f140428
-com.example.medcuida.pro:style/Widget.MaterialComponents.MaterialCalendar.HeaderSelection.Fullscreen = 0x7f140426
-com.example.medcuida.pro:style/Widget.MaterialComponents.MaterialCalendar.HeaderCancelButton = 0x7f140420
-com.example.medcuida.pro:style/Widget.MaterialComponents.MaterialCalendar.DayTextView = 0x7f14041e
-com.example.medcuida.pro:style/Widget.MaterialComponents.MaterialCalendar.Day.Today = 0x7f14041c
-com.example.medcuida.pro:style/Widget.MaterialComponents.MaterialCalendar.Day.Invalid = 0x7f14041a
-com.example.medcuida.pro:style/Widget.MaterialComponents.MaterialButtonToggleGroup = 0x7f140417
-com.example.medcuida.pro:style/Widget.MaterialComponents.LinearProgressIndicator = 0x7f140416
-com.example.medcuida.pro:style/Widget.MaterialComponents.ExtendedFloatingActionButton = 0x7f140412
-com.example.medcuida.pro:style/Widget.MaterialComponents.CompoundButton.Switch = 0x7f140411
-com.example.medcuida.pro:style/Widget.MaterialComponents.Chip.Filter = 0x7f140408
-com.example.medcuida.pro:style/Widget.MaterialComponents.Chip.Action = 0x7f140405
-com.example.medcuida.pro:style/Widget.MaterialComponents.Button.UnelevatedButton.Icon = 0x7f140402
-com.example.medcuida.pro:style/Widget.MaterialComponents.Button.UnelevatedButton = 0x7f140401
-com.example.medcuida.pro:style/Widget.MaterialComponents.Button.TextButton = 0x7f1403fb
-com.example.medcuida.pro:style/Widget.MaterialComponents.Button.OutlinedButton.Icon = 0x7f1403fa
-com.example.medcuida.pro:style/Widget.MaterialComponents.Button.Icon = 0x7f1403f8
-com.example.medcuida.pro:style/Widget.MaterialComponents.BottomNavigationView.PrimarySurface = 0x7f1403f4
-com.example.medcuida.pro:style/Widget.MaterialComponents.BottomNavigationView.Colored = 0x7f1403f3
-com.example.medcuida.pro:style/Widget.MaterialComponents.CompoundButton.CheckBox = 0x7f14040f
-com.example.medcuida.pro:style/Widget.MaterialComponents.BottomAppBar.PrimarySurface = 0x7f1403f1
-com.example.medcuida.pro:style/Widget.MaterialComponents.BottomAppBar.Colored = 0x7f1403f0
-com.example.medcuida.pro:style/Widget.MaterialComponents.Badge = 0x7f1403ee
-com.example.medcuida.pro:style/Widget.MaterialComponents.AutoCompleteTextView.OutlinedBox.Dense = 0x7f1403ed
-com.example.medcuida.pro:style/Widget.MaterialComponents.AutoCompleteTextView.OutlinedBox = 0x7f1403ec
-com.example.medcuida.pro:style/Widget.MaterialComponents.AppBarLayout.Surface = 0x7f1403e9
-com.example.medcuida.pro:style/Widget.MaterialComponents.ActionBar.Solid = 0x7f1403e4
-com.example.medcuida.pro:style/Widget.Material3.Toolbar.OnSurface = 0x7f1403df
-com.example.medcuida.pro:style/Widget.Material3.Toolbar = 0x7f1403de
-com.example.medcuida.pro:style/Widget.Material3.TextInputLayout.OutlinedBox.ExposedDropdownMenu = 0x7f1403dd
-com.example.medcuida.pro:style/Widget.Material3.TextInputLayout.OutlinedBox.Dense = 0x7f1403db
-com.example.medcuida.pro:styleable/MaterialRadioButton = 0x7f15005d
-com.example.medcuida.pro:style/Widget.Material3.TextInputLayout.FilledBox.ExposedDropdownMenu = 0x7f1403d9
-com.example.medcuida.pro:style/Widget.Material3.TextInputEditText.OutlinedBox.Dense = 0x7f1403d5
-com.example.medcuida.pro:style/Widget.Material3.TextInputEditText.OutlinedBox = 0x7f1403d4
-com.example.medcuida.pro:style/Widget.Material3.TextInputEditText.FilledBox = 0x7f1403d2
-com.example.medcuida.pro:style/Widget.Material3.TabLayout = 0x7f1403cf
-com.example.medcuida.pro:style/Widget.Material3.Snackbar.FullWidth = 0x7f1403cd
-com.example.medcuida.pro:style/Widget.Material3.Snackbar = 0x7f1403cc
-com.example.medcuida.pro:style/Widget.Material3.SideSheet.Detached = 0x7f1403c7
-com.example.medcuida.pro:style/Widget.Material3.SideSheet = 0x7f1403c6
-com.example.medcuida.pro:style/Widget.Material3.SearchView = 0x7f1403c3
-com.example.medcuida.pro:style/Widget.Material3.SearchBar.Outlined = 0x7f1403c2
-com.example.medcuida.pro:style/Widget.Material3.PopupMenu.Overflow = 0x7f1403be
-com.example.medcuida.pro:style/Widget.Material3.MaterialTimePicker.ImageButton = 0x7f1403b6
-com.example.medcuida.pro:style/Widget.Material3.MaterialTimePicker.Display.TextInputLayout = 0x7f1403b5
-com.example.medcuida.pro:style/Widget.Material3.MaterialTimePicker.Display.Divider = 0x7f1403b2
-com.example.medcuida.pro:style/Widget.Material3.MaterialDivider.Heavy = 0x7f1403ad
-com.example.medcuida.pro:style/Widget.Material3.MaterialDivider = 0x7f1403ac
-com.example.medcuida.pro:style/Widget.Material3.MaterialCalendar.YearNavigationButton = 0x7f1403ab
-com.example.medcuida.pro:style/Widget.Material3.MaterialCalendar.Year.Today = 0x7f1403aa
-com.example.medcuida.pro:style/Widget.Material3.MaterialCalendar.Year.Selected = 0x7f1403a9
-com.example.medcuida.pro:style/Widget.Material3.MaterialCalendar.Year = 0x7f1403a8
-com.example.medcuida.pro:style/Widget.Material3.MaterialCalendar.Item = 0x7f1403a5
-com.example.medcuida.pro:style/Widget.Material3.MaterialCalendar.HeaderTitle = 0x7f1403a3
-com.example.medcuida.pro:style/Widget.Material3.MaterialCalendar.HeaderSelection = 0x7f1403a1
-com.example.medcuida.pro:style/Widget.Material3.MaterialCalendar.HeaderLayout = 0x7f14039f
-com.example.medcuida.pro:style/Widget.Material3.MaterialCalendar.DayOfWeekLabel = 0x7f14039a
-com.example.medcuida.pro:style/Widget.Material3.MaterialCalendar.Day.Today = 0x7f140399
-com.example.medcuida.pro:style/Widget.Material3.MaterialCalendar.Day.Selected = 0x7f140398
-com.example.medcuida.pro:style/Widget.Material3.MaterialCalendar.Day.Invalid = 0x7f140397
-com.example.medcuida.pro:style/Widget.Material3.MaterialCalendar.Day = 0x7f140396
-com.example.medcuida.pro:style/Widget.Material3.MaterialCalendar = 0x7f140395
-com.example.medcuida.pro:style/Widget.Material3.MaterialButtonToggleGroup = 0x7f140394
-com.example.medcuida.pro:style/Widget.Material3.LinearProgressIndicator = 0x7f140393
-com.example.medcuida.pro:style/Widget.Material3.FloatingActionButton.Small.Secondary = 0x7f14038d
-com.example.medcuida.pro:style/Widget.Material3.FloatingActionButton.Secondary = 0x7f14038b
-com.example.medcuida.pro:style/Widget.Material3.FloatingActionButton.Large.Surface = 0x7f140388
-com.example.medcuida.pro:style/Widget.Material3.FloatingActionButton.Large.Primary = 0x7f140386
-com.example.medcuida.pro:style/Widget.Material3.ExtendedFloatingActionButton.Tertiary = 0x7f140385
-com.example.medcuida.pro:style/Widget.Material3.ExtendedFloatingActionButton.Icon.Tertiary = 0x7f140381
-com.example.medcuida.pro:style/Widget.Material3.ExtendedFloatingActionButton.Icon.Surface = 0x7f140380
-com.example.medcuida.pro:style/Widget.Material3.ExtendedFloatingActionButton.Icon.Primary = 0x7f14037e
-com.example.medcuida.pro:style/Widget.Material3.CompoundButton.MaterialSwitch = 0x7f14037a
-com.example.medcuida.pro:style/Widget.Material3.CollapsingToolbar = 0x7f140376
-com.example.medcuida.pro:style/Widget.Material3.CircularProgressIndicator.Small = 0x7f140375
-com.example.medcuida.pro:style/Widget.Material3.CircularProgressIndicator.Medium = 0x7f140374
-com.example.medcuida.pro:style/Widget.Material3.CircularProgressIndicator = 0x7f140372
-com.example.medcuida.pro:style/Widget.Material3.ChipGroup = 0x7f140371
-com.example.medcuida.pro:style/Widget.Material3.Chip.Suggestion.Elevated = 0x7f140370
-com.example.medcuida.pro:style/Widget.Material3.Chip.Input.Icon.Elevated = 0x7f14036e
-com.example.medcuida.pro:style/Widget.Material3.Chip.Input.Elevated = 0x7f14036c
+com.example.medcuida.pro:string/material_slider_range_start = 0x7f130086
+com.example.medcuida.pro:color/m3_sys_color_dark_surface = 0x7f060180
+com.example.medcuida.pro:drawable/common_google_signin_btn_icon_disabled = 0x7f08008c
+com.example.medcuida.pro:macro/m3_comp_slider_active_track_color = 0x7f0d010c
+com.example.medcuida.pro:string/google_app_id = 0x7f130061
com.example.medcuida.pro:style/Widget.Material3.Chip.Assist.Elevated = 0x7f140368
-com.example.medcuida.pro:style/Widget.Material3.CheckedTextView = 0x7f140366
-com.example.medcuida.pro:style/Widget.Material3.CardView.Elevated = 0x7f140363
-com.example.medcuida.pro:style/Widget.Material3.Button.UnelevatedButton = 0x7f140362
-com.example.medcuida.pro:style/Widget.Material3.Button.TonalButton.Icon = 0x7f140361
-com.example.medcuida.pro:style/Widget.Material3.Button.TonalButton = 0x7f140360
-com.example.medcuida.pro:style/Widget.Material3.Button.TextButton.Dialog.Icon = 0x7f14035d
-com.example.medcuida.pro:style/Widget.Material3.Button.TextButton.Dialog = 0x7f14035b
-com.example.medcuida.pro:style/Widget.Material3.Button.OutlinedButton = 0x7f140358
-com.example.medcuida.pro:style/Widget.Material3.Button.IconButton.Outlined = 0x7f140357
-com.example.medcuida.pro:style/Widget.Material3.Button.IconButton.Filled.Tonal = 0x7f140356
-com.example.medcuida.pro:style/Widget.Material3.Button.IconButton.Filled = 0x7f140355
-com.example.medcuida.pro:style/Widget.MaterialComponents.Chip.Choice = 0x7f140406
-com.example.medcuida.pro:style/Widget.Material3.Button.IconButton = 0x7f140354
-com.example.medcuida.pro:style/Widget.Material3.Button.Icon = 0x7f140353
-com.example.medcuida.pro:style/Widget.Material3.Button.ElevatedButton.Icon = 0x7f140352
-com.example.medcuida.pro:style/Widget.Material3.BottomSheet = 0x7f14034d
-com.example.medcuida.pro:style/Widget.Material3.Badge.AdjustToBounds = 0x7f140346
-com.example.medcuida.pro:style/Widget.Material3.AutoCompleteTextView.OutlinedBox = 0x7f140343
-com.example.medcuida.pro:style/Widget.Material3.AutoCompleteTextView.FilledBox.Dense = 0x7f140342
-com.example.medcuida.pro:style/Widget.Material3.ActionMode = 0x7f14033f
-com.example.medcuida.pro:style/Widget.Material3.ActionBar.Solid = 0x7f14033e
-com.example.medcuida.pro:style/Widget.Design.BottomSheet.Modal = 0x7f140335
-com.example.medcuida.pro:style/Widget.Design.AppBarLayout = 0x7f140333
-com.example.medcuida.pro:style/Widget.Compat.NotificationActionText = 0x7f140330
-com.example.medcuida.pro:style/Widget.Compat.NotificationActionContainer = 0x7f14032f
-com.example.medcuida.pro:style/Widget.AppCompat.Spinner.DropDown.ActionBar = 0x7f140329
-com.example.medcuida.pro:styleable/NavAction = 0x7f15006f
-com.example.medcuida.pro:style/Widget.AppCompat.Spinner.DropDown = 0x7f140328
-com.example.medcuida.pro:style/Widget.AppCompat.SeekBar.Discrete = 0x7f140326
+com.example.medcuida.pro:style/Widget.MaterialComponents.NavigationView = 0x7f140436
+com.example.medcuida.pro:style/Widget.MaterialComponents.Chip.Action = 0x7f140405
+com.example.medcuida.pro:id/checked = 0x7f090098
+com.example.medcuida.pro:interpolator/m3_sys_motion_easing_linear = 0x7f0b000a
+com.example.medcuida.pro:layout/mtrl_picker_header_dialog = 0x7f0c0073
+com.example.medcuida.pro:style/Animation.MaterialComponents.BottomSheetDialog = 0x7f14000a
+com.example.medcuida.pro:style/TextAppearance.Design.Counter.Overflow = 0x7f1401cb
+com.example.medcuida.pro:style/Widget.Material3.TextInputLayout.OutlinedBox.Dense = 0x7f1403db
+com.example.medcuida.pro:style/Widget.MaterialComponents.MaterialButtonToggleGroup = 0x7f140417
+com.example.medcuida.pro:id/mtrl_picker_header = 0x7f09016b
com.example.medcuida.pro:style/Widget.AppCompat.SeekBar = 0x7f140325
-com.example.medcuida.pro:style/Widget.AppCompat.RatingBar.Indicator = 0x7f140321
-com.example.medcuida.pro:style/Widget.AppCompat.RatingBar = 0x7f140320
-com.example.medcuida.pro:style/Widget.AppCompat.ProgressBar = 0x7f14031e
+com.example.medcuida.pro:macro/m3_comp_checkbox_selected_icon_color = 0x7f0d000b
+com.example.medcuida.pro:style/Widget.MaterialComponents.AutoCompleteTextView.OutlinedBox.Dense = 0x7f1403ed
+com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse = 0x7f140036
+com.example.medcuida.pro:style/Theme.MaterialComponents.Light.Dialog.FixedSize.Bridge = 0x7f14026c
+com.example.medcuida.pro:integer/abc_config_activityShortDur = 0x7f0a0001
+com.example.medcuida.pro:macro/m3_comp_sheet_side_detached_container_shape = 0x7f0d0108
+com.example.medcuida.pro:interpolator/mtrl_fast_out_linear_in = 0x7f0b000e
+com.example.medcuida.pro:style/Base.TextAppearance.Widget.AppCompat.Toolbar.Title = 0x7f14004a
+com.example.medcuida.pro:id/btn_cancelar = 0x7f090070
+com.example.medcuida.pro:style/Widget.Material3.Chip.Input.Elevated = 0x7f14036c
+com.example.medcuida.pro:styleable/TabLayout = 0x7f15009a
+com.example.medcuida.pro:color/material_personalized_color_primary_text_inverse = 0x7f0602a1
+com.example.medcuida.pro:style/Widget.Material3.Toolbar.OnSurface = 0x7f1403df
+com.example.medcuida.pro:macro/m3_comp_primary_navigation_tab_with_label_text_label_text_type = 0x7f0d00d6
+com.example.medcuida.pro:macro/m3_comp_time_picker_time_selector_selected_container_color = 0x7f0d0161
+com.example.medcuida.pro:style/Widget.MaterialComponents.MaterialCalendar.Day.Today = 0x7f14041c
+com.example.medcuida.pro:dimen/tooltip_y_offset_non_touch = 0x7f07031e
+com.example.medcuida.pro:macro/m3_comp_icon_button_selected_icon_color = 0x7f0d005a
+com.example.medcuida.pro:style/TextAppearance.M3.Sys.Typescale.DisplayLarge = 0x7f1401d7
+com.example.medcuida.pro:style/Widget.Material3.Button.ElevatedButton.Icon = 0x7f140352
+com.example.medcuida.pro:id/search_mag_icon = 0x7f0901eb
+com.example.medcuida.pro:style/Base.V14.Theme.MaterialComponents.Light.DarkActionBar.Bridge = 0x7f140097
+com.example.medcuida.pro:dimen/m3_back_progress_side_container_max_scale_x_distance_shrink = 0x7f0700b4
+com.example.medcuida.pro:style/Widget.Material3.MaterialCalendar.HeaderLayout = 0x7f14039f
+com.example.medcuida.pro:dimen/m3_fab_translation_z_hovered_focused = 0x7f0701b4
+com.example.medcuida.pro:style/ShapeAppearance.Material3.Corner.ExtraSmall = 0x7f14016f
+com.example.medcuida.pro:style/Widget.Design.AppBarLayout = 0x7f140333
+com.example.medcuida.pro:styleable/MaterialToolbar = 0x7f150063
+com.example.medcuida.pro:style/Widget.Compat.NotificationActionText = 0x7f140330
+com.example.medcuida.pro:style/Widget.Material3.MaterialCalendar.Year = 0x7f1403a8
+com.example.medcuida.pro:layout/activity_register = 0x7f0c0024
+com.example.medcuida.pro:style/Theme.AppCompat.DayNight.DialogWhenLarge = 0x7f140213
+com.example.medcuida.pro:drawable/bg_bubble_receive = 0x7f080079
+com.example.medcuida.pro:styleable/NavigationBarView = 0x7f150077
+com.example.medcuida.pro:style/TextAppearance.M3.Sys.Typescale.BodyMedium = 0x7f1401d5
+com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog = 0x7f1402d2
com.example.medcuida.pro:style/Widget.AppCompat.ListView.DropDown = 0x7f140319
-com.example.medcuida.pro:style/Widget.AppCompat.ListView = 0x7f140318
-com.example.medcuida.pro:style/Widget.AppCompat.ListPopupWindow = 0x7f140317
-com.example.medcuida.pro:style/Widget.AppCompat.Light.ListView.DropDown = 0x7f140311
+com.example.medcuida.pro:string/mtrl_picker_range_header_only_start_selected = 0x7f1300b2
+com.example.medcuida.pro:macro/m3_comp_time_picker_period_selector_selected_container_color = 0x7f0d0156
+com.example.medcuida.pro:id/noState = 0x7f09018f
+com.example.medcuida.pro:style/Widget.Material3.Button.UnelevatedButton = 0x7f140362
+com.example.medcuida.pro:string/abc_menu_delete_shortcut_label = 0x7f13000a
+com.example.medcuida.pro:style/Widget.MaterialComponents.BottomNavigationView.Colored = 0x7f1403f3
+com.example.medcuida.pro:style/Widget.Material3.ActionBar.Solid = 0x7f14033e
+com.example.medcuida.pro:macro/m3_comp_filled_text_field_container_shape = 0x7f0d004d
+com.example.medcuida.pro:styleable/Insets = 0x7f150043
+com.example.medcuida.pro:style/TextAppearance.AppCompat.Body1 = 0x7f140195
+com.example.medcuida.pro:macro/m3_comp_navigation_bar_inactive_focus_icon_color = 0x7f0d006f
+com.example.medcuida.pro:color/material_dynamic_neutral30 = 0x7f060235
+com.example.medcuida.pro:style/Widget.Material3.LinearProgressIndicator = 0x7f140393
+com.example.medcuida.pro:macro/m3_comp_switch_unselected_pressed_track_outline_color = 0x7f0d0140
+com.example.medcuida.pro:style/Base.V14.Theme.MaterialComponents.Dialog = 0x7f140093
+com.example.medcuida.pro:id/textSpacerNoButtons = 0x7f09022d
com.example.medcuida.pro:style/Widget.AppCompat.Light.ListPopupWindow = 0x7f140310
-com.example.medcuida.pro:style/Widget.AppCompat.Light.AutoCompleteTextView = 0x7f14030e
com.example.medcuida.pro:style/Widget.AppCompat.Light.ActionMode.Inverse = 0x7f14030c
+com.example.medcuida.pro:integer/mtrl_calendar_selection_text_lines = 0x7f0a0033
+com.example.medcuida.pro:style/ThemeOverlay.Material3 = 0x7f14027e
+com.example.medcuida.pro:integer/m3_chip_anim_duration = 0x7f0a0010
com.example.medcuida.pro:styleable/ScrimInsetsFrameLayout = 0x7f150084
com.example.medcuida.pro:style/Widget.AppCompat.Light.ActionButton.Overflow = 0x7f14030b
+com.example.medcuida.pro:style/Base.V7.Widget.AppCompat.EditText = 0x7f1400c0
com.example.medcuida.pro:style/Widget.AppCompat.Light.ActionBar.TabText.Inverse = 0x7f140306
-com.example.medcuida.pro:style/Widget.AppCompat.Light.ActionBar.TabText = 0x7f140305
-com.example.medcuida.pro:style/Widget.AppCompat.Light.ActionBar.Solid = 0x7f140301
-com.example.medcuida.pro:style/Widget.AppCompat.DropDownItem.Spinner = 0x7f1402fd
-com.example.medcuida.pro:style/Widget.AppCompat.DrawerArrowToggle = 0x7f1402fc
-com.example.medcuida.pro:style/Widget.AppCompat.ButtonBar = 0x7f1402f7
-com.example.medcuida.pro:style/Widget.AppCompat.Button = 0x7f1402f1
+com.example.medcuida.pro:layout/design_layout_tab_icon = 0x7f0c002d
+com.example.medcuida.pro:style/TextAppearance.MaterialComponents.Body2 = 0x7f1401fa
+com.example.medcuida.pro:style/TextAppearance.AppCompat.Widget.ActionMode.Subtitle.Inverse = 0x7f1401b7
com.example.medcuida.pro:style/Widget.AppCompat.ActivityChooserView = 0x7f1402ef
-com.example.medcuida.pro:style/Widget.AppCompat.ActionButton = 0x7f1402eb
-com.example.medcuida.pro:style/Widget.AppCompat.ActionBar.TabBar = 0x7f1402e8
+com.example.medcuida.pro:id/accessibility_custom_action_27 = 0x7f090024
+com.example.medcuida.pro:style/ThemeOverlay.Material3.ExtendedFloatingActionButton.Surface = 0x7f14029f
+com.example.medcuida.pro:xml/backup_rules = 0x7f160000
+com.example.medcuida.pro:id/uniform = 0x7f09026a
+com.example.medcuida.pro:macro/m3_comp_switch_selected_hover_icon_color = 0x7f0d0127
+com.example.medcuida.pro:style/TextAppearance.M3.Sys.Typescale.LabelSmall = 0x7f1401df
+com.example.medcuida.pro:style/Theme.Design.BottomSheetDialog = 0x7f140224
+com.example.medcuida.pro:styleable/AppBarLayoutStates = 0x7f15000e
+com.example.medcuida.pro:drawable/design_password_eye = 0x7f08009d
+com.example.medcuida.pro:style/Widget.Material3.FloatingActionButton.Secondary = 0x7f14038b
+com.example.medcuida.pro:style/Widget.AppCompat.Spinner.DropDown = 0x7f140328
+com.example.medcuida.pro:styleable/NavAction = 0x7f15006f
+com.example.medcuida.pro:id/text_input_start_icon = 0x7f09023c
+com.example.medcuida.pro:color/mtrl_fab_icon_text_color_selector = 0x7f0602db
+com.example.medcuida.pro:style/Widget.Material3.Button.TextButton.Dialog.Icon = 0x7f14035d
+com.example.medcuida.pro:style/TextAppearance.AppCompat.Widget.Button.Inverse = 0x7f1401bd
+com.example.medcuida.pro:style/Widget.Material3.TextInputEditText.OutlinedBox = 0x7f1403d4
+com.example.medcuida.pro:layout/material_textinput_timepicker = 0x7f0c0056
com.example.medcuida.pro:style/Widget.AppCompat.ActionBar.Solid = 0x7f1402e7
-com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.TimePicker = 0x7f1402e0
com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.TextInputEditText.OutlinedBox.Dense = 0x7f1402df
-com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.TextInputEditText.FilledBox = 0x7f1402dc
-com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Spinner = 0x7f1402d8
-com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Header.Text = 0x7f1402d6
-com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog = 0x7f1402d2
-com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.Dialog.Alert.Framework = 0x7f1402cf
-com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.DayNight.BottomSheetDialog = 0x7f1402cc
-com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.BottomAppBar.Primary = 0x7f1402c7
com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView.OutlinedBox.Dense = 0x7f1402c6
-com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView.OutlinedBox = 0x7f1402c5
-com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView.FilledBox = 0x7f1402c3
-com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView = 0x7f1402c2
-com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.ActionBar.Surface = 0x7f1402c1
+com.example.medcuida.pro:styleable/BaseProgressIndicator = 0x7f150017
+com.example.medcuida.pro:style/Base.Theme.AppCompat.Light.Dialog.FixedSize = 0x7f140056
+com.example.medcuida.pro:id/accessibility_custom_action_6 = 0x7f09002c
+com.example.medcuida.pro:style/Widget.AppCompat.ProgressBar = 0x7f14031e
+com.example.medcuida.pro:style/TextAppearance.AppCompat.SearchResult.Title = 0x7f1401a9
+com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.TextInputEditText.FilledBox = 0x7f1402dc
+com.example.medcuida.pro:style/Base.Widget.AppCompat.DrawerArrowToggle = 0x7f1400d8
+com.example.medcuida.pro:id/transition_transform = 0x7f09025a
+com.example.medcuida.pro:style/Widget.AppCompat.Spinner.DropDown.ActionBar = 0x7f140329
+com.example.medcuida.pro:dimen/mtrl_extended_fab_disabled_translation_z = 0x7f0702a5
+com.example.medcuida.pro:dimen/m3_comp_extended_fab_primary_pressed_state_layer_opacity = 0x7f070118
+com.example.medcuida.pro:style/Base.Widget.MaterialComponents.PopupMenu = 0x7f140116
+com.example.medcuida.pro:macro/m3_comp_time_picker_time_selector_separator_type = 0x7f0d0167
+com.example.medcuida.pro:id/enterAlways = 0x7f0900e6
+com.example.medcuida.pro:style/Widget.MaterialComponents.TimePicker.Display.Divider = 0x7f140455
com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.ActionBar = 0x7f1402bf
-com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents = 0x7f1402be
-com.example.medcuida.pro:style/ThemeOverlay.Material3.TextInputEditText.FilledBox.Dense = 0x7f1402b9
-com.example.medcuida.pro:style/ThemeOverlay.Material3.Search = 0x7f1402b3
-com.example.medcuida.pro:style/ThemeOverlay.Material3.NavigationView = 0x7f1402b1
-com.example.medcuida.pro:style/ThemeOverlay.Material3.MaterialCalendar.HeaderCancelButton = 0x7f1402ad
-com.example.medcuida.pro:styleable/Variant = 0x7f1500a4
-com.example.medcuida.pro:style/Widget.Material3.PopupMenu.ContextMenu = 0x7f1403bc
-com.example.medcuida.pro:style/ThemeOverlay.Material3.ExtendedFloatingActionButton.Tertiary = 0x7f1402a0
-com.example.medcuida.pro:style/ThemeOverlay.Material3.ExtendedFloatingActionButton.Primary = 0x7f14029d
-com.example.medcuida.pro:style/ThemeOverlay.Material3.DynamicColors.Dark = 0x7f14029a
-com.example.medcuida.pro:style/ThemeOverlay.Material3.Dialog = 0x7f140297
-com.example.medcuida.pro:style/ThemeOverlay.Material3.DayNight.SideSheetDialog = 0x7f140296
-com.example.medcuida.pro:style/ThemeOverlay.Material3.DayNight.BottomSheetDialog = 0x7f140295
-com.example.medcuida.pro:style/ThemeOverlay.Material3.Dark.ActionBar = 0x7f140294
-com.example.medcuida.pro:style/ThemeOverlay.Material3.Chip.Assist = 0x7f140292
-com.example.medcuida.pro:style/ThemeOverlay.Material3.Chip = 0x7f140291
-com.example.medcuida.pro:style/ThemeOverlay.Material3.Button.TextButton = 0x7f14028e
-com.example.medcuida.pro:style/ThemeOverlay.Material3.Button.IconButton.Filled.Tonal = 0x7f14028d
-com.example.medcuida.pro:style/ThemeOverlay.Material3.Button.IconButton.Filled = 0x7f14028c
-com.example.medcuida.pro:style/ThemeOverlay.Material3.Button.IconButton = 0x7f14028b
-com.example.medcuida.pro:style/ThemeOverlay.Material3.BottomSheetDialog = 0x7f140288
-com.example.medcuida.pro:style/ThemeOverlay.Material3.BottomAppBar.Legacy = 0x7f140286
-com.example.medcuida.pro:style/ThemeOverlay.Material3.BottomAppBar = 0x7f140285
-com.example.medcuida.pro:style/ThemeOverlay.Material3.AutoCompleteTextView.FilledBox.Dense = 0x7f140282
-com.example.medcuida.pro:style/Widget.MaterialComponents.Button.TextButton.Dialog.Flush = 0x7f1403fd
-com.example.medcuida.pro:style/ThemeOverlay.Material3.AutoCompleteTextView.FilledBox = 0x7f140281
-com.example.medcuida.pro:style/ThemeOverlay.Material3 = 0x7f14027e
-com.example.medcuida.pro:style/ThemeOverlay.Design.TextInputEditText = 0x7f14027d
-com.example.medcuida.pro:style/ThemeOverlay.AppCompat.Dialog = 0x7f14027a
-com.example.medcuida.pro:style/ThemeOverlay.AppCompat.DayNight = 0x7f140278
-com.example.medcuida.pro:style/Theme.MaterialComponents.Light.Dialog.FixedSize.Bridge = 0x7f14026c
-com.example.medcuida.pro:style/Theme.MaterialComponents.Light.DarkActionBar = 0x7f140265
-com.example.medcuida.pro:style/ThemeOverlay.Material3.HarmonizedColors = 0x7f1402a5
-com.example.medcuida.pro:style/Theme.MaterialComponents.Light.Bridge = 0x7f140264
-com.example.medcuida.pro:style/Theme.MaterialComponents.Light.BottomSheetDialog = 0x7f140263
-com.example.medcuida.pro:style/Theme.MaterialComponents.Light = 0x7f140262
-com.example.medcuida.pro:style/Widget.MaterialComponents.TextInputLayout.OutlinedBox = 0x7f14044c
-com.example.medcuida.pro:style/Theme.MaterialComponents.Dialog.MinWidth.Bridge = 0x7f140260
-com.example.medcuida.pro:style/Widget.MaterialComponents.TextInputLayout.FilledBox = 0x7f140448
-com.example.medcuida.pro:style/Theme.MaterialComponents.Dialog.MinWidth = 0x7f14025f
-com.example.medcuida.pro:style/Widget.MaterialComponents.Light.ActionBar.Solid = 0x7f140415
-com.example.medcuida.pro:style/Theme.MaterialComponents.Dialog.FixedSize.Bridge = 0x7f14025e
-com.example.medcuida.pro:style/Theme.MaterialComponents.Dialog.Alert.Bridge = 0x7f14025b
-com.example.medcuida.pro:style/Theme.MaterialComponents.Dialog.Alert = 0x7f14025a
-com.example.medcuida.pro:styleable/include = 0x7f1500aa
-com.example.medcuida.pro:style/Theme.MaterialComponents.Dialog = 0x7f140259
-com.example.medcuida.pro:style/Theme.MaterialComponents.DayNight.NoActionBar = 0x7f140257
-com.example.medcuida.pro:style/Theme.MaterialComponents.DayNight.Dialog.MinWidth.Bridge = 0x7f140255
-com.example.medcuida.pro:style/Theme.MaterialComponents.DayNight.Dialog.FixedSize = 0x7f140252
-com.example.medcuida.pro:style/Theme.MaterialComponents.DayNight.DarkActionBar = 0x7f14024c
-com.example.medcuida.pro:style/Theme.MaterialComponents.DayNight.Bridge = 0x7f14024b
-com.example.medcuida.pro:style/Theme.MaterialComponents.DayNight = 0x7f140249
-com.example.medcuida.pro:style/Theme.MaterialComponents.BottomSheetDialog = 0x7f140246
-com.example.medcuida.pro:style/Theme.Material3.Light.SideSheetDialog = 0x7f140244
-com.example.medcuida.pro:style/Theme.Material3.Light.NoActionBar = 0x7f140243
-com.example.medcuida.pro:style/Theme.Material3.Light.DialogWhenLarge = 0x7f140242
-com.example.medcuida.pro:style/Theme.Material3.Light.Dialog.Alert = 0x7f140240
-com.example.medcuida.pro:style/Theme.Material3.Light.Dialog = 0x7f14023f
-com.example.medcuida.pro:style/Theme.Material3.Light.BottomSheetDialog = 0x7f14023e
-com.example.medcuida.pro:style/Theme.Material3.DynamicColors.DayNight = 0x7f14023b
-com.example.medcuida.pro:style/Theme.Material3.DynamicColors.Dark = 0x7f14023a
-com.example.medcuida.pro:style/Theme.Material3.DayNight.DialogWhenLarge = 0x7f140237
-com.example.medcuida.pro:style/Theme.Material3.DayNight.Dialog.Alert = 0x7f140235
-com.example.medcuida.pro:style/Theme.Material3.DayNight.Dialog = 0x7f140234
com.example.medcuida.pro:style/Theme.Material3.DayNight.BottomSheetDialog = 0x7f140233
-com.example.medcuida.pro:style/Theme.Material3.DayNight = 0x7f140232
+com.example.medcuida.pro:style/Widget.Material3.MaterialCalendar.YearNavigationButton = 0x7f1403ab
+com.example.medcuida.pro:style/ThemeOverlay.Material3.ExtendedFloatingActionButton.Primary = 0x7f14029d
+com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Caption = 0x7f14001a
+com.example.medcuida.pro:id/accessibility_custom_action_8 = 0x7f09002e
+com.example.medcuida.pro:style/Base.Theme.Material3.Light.BottomSheetDialog = 0x7f140060
+com.example.medcuida.pro:style/ThemeOverlay.Material3.DynamicColors.Dark = 0x7f14029a
+com.example.medcuida.pro:style/Base.Widget.AppCompat.RatingBar.Indicator = 0x7f1400f0
com.example.medcuida.pro:style/Widget.AppCompat.ActionButton.CloseMode = 0x7f1402ec
com.example.medcuida.pro:style/Theme.Material3.Dark = 0x7f14022a
-com.example.medcuida.pro:style/Theme.Design.Light = 0x7f140225
-com.example.medcuida.pro:style/Theme.Design.BottomSheetDialog = 0x7f140224
-com.example.medcuida.pro:style/Theme.AppCompat.Light.Dialog.MinWidth = 0x7f14021e
-com.example.medcuida.pro:style/Theme.AppCompat.Empty = 0x7f140219
-com.example.medcuida.pro:style/Theme.AppCompat.Dialog.MinWidth = 0x7f140217
+com.example.medcuida.pro:style/Base.V14.Theme.Material3.Light.Dialog = 0x7f14008f
+com.example.medcuida.pro:style/Widget.AppCompat.DrawerArrowToggle = 0x7f1402fc
+com.example.medcuida.pro:string/abc_activity_chooser_view_see_all = 0x7f130004
+com.example.medcuida.pro:id/right = 0x7f0901d4
+com.example.medcuida.pro:style/ThemeOverlay.Material3.Button.IconButton.Filled.Tonal = 0x7f14028d
+com.example.medcuida.pro:dimen/mtrl_btn_z = 0x7f07026d
+com.example.medcuida.pro:style/Widget.Material3.Chip.Input.Icon.Elevated = 0x7f14036e
+com.example.medcuida.pro:style/ThemeOverlay.Material3.BottomAppBar = 0x7f140285
+com.example.medcuida.pro:id/off = 0x7f090196
+com.example.medcuida.pro:id/edit_med_name = 0x7f0900d8
+com.example.medcuida.pro:styleable/SplitPairRule = 0x7f150091
+com.example.medcuida.pro:style/ThemeOverlay.AppCompat.DayNight = 0x7f140278
+com.example.medcuida.pro:style/ThemeOverlay.Material3.Button.IconButton = 0x7f14028b
+com.example.medcuida.pro:styleable/Motion = 0x7f150068
+com.example.medcuida.pro:integer/m3_sys_motion_duration_extra_long3 = 0x7f0a0013
+com.example.medcuida.pro:styleable/StateListDrawable = 0x7f150094
+com.example.medcuida.pro:styleable/AlertDialog = 0x7f150009
+com.example.medcuida.pro:dimen/m3_back_progress_bottom_container_max_scale_x_distance = 0x7f0700af
+com.example.medcuida.pro:string/common_google_play_services_notification_ticker = 0x7f13003a
+com.example.medcuida.pro:id/shortcut = 0x7f0901f4
+com.example.medcuida.pro:style/Widget.AppCompat.ListPopupWindow = 0x7f140317
+com.example.medcuida.pro:id/edit_name = 0x7f0900da
+com.example.medcuida.pro:dimen/m3_comp_slider_disabled_inactive_track_opacity = 0x7f070184
+com.example.medcuida.pro:id/button_book_appointment = 0x7f09007c
+com.example.medcuida.pro:style/Widget.MaterialComponents.CompoundButton.Switch = 0x7f140411
+com.example.medcuida.pro:style/Theme.MaterialComponents.Light.BottomSheetDialog = 0x7f140263
+com.example.medcuida.pro:style/Widget.Material3.CompoundButton.MaterialSwitch = 0x7f14037a
+com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Widget.PopupMenu.Large = 0x7f14003f
+com.example.medcuida.pro:style/Widget.MaterialComponents.TextInputLayout.OutlinedBox = 0x7f14044c
+com.example.medcuida.pro:style/Theme.MaterialComponents.Dialog.MinWidth.Bridge = 0x7f140260
+com.example.medcuida.pro:style/Theme.MaterialComponents.DayNight.DarkActionBar = 0x7f14024c
+com.example.medcuida.pro:macro/m3_comp_time_picker_time_selector_container_shape = 0x7f0d015f
+com.example.medcuida.pro:style/TextAppearance.AppCompat.Display4 = 0x7f14019c
+com.example.medcuida.pro:dimen/m3_comp_filled_card_dragged_state_layer_opacity = 0x7f070129
+com.example.medcuida.pro:color/m3_sys_color_dark_surface_container_lowest = 0x7f060186
+com.example.medcuida.pro:styleable/ActionBar = 0x7f150000
+com.example.medcuida.pro:style/Theme.Material3.Light.BottomSheetDialog = 0x7f14023e
+com.example.medcuida.pro:style/Widget.MaterialComponents.Light.ActionBar.Solid = 0x7f140415
+com.example.medcuida.pro:style/Theme.MaterialComponents.Dialog.FixedSize.Bridge = 0x7f14025e
+com.example.medcuida.pro:style/Theme.Material3.DynamicColors.Dark = 0x7f14023a
+com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.BottomAppBar.Primary = 0x7f1402c7
+com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.DayNight.BottomSheetDialog = 0x7f1402cc
+com.example.medcuida.pro:style/Theme.Material3.DayNight.Dialog = 0x7f140234
+com.example.medcuida.pro:style/Theme.Material3.DayNight = 0x7f140232
+com.example.medcuida.pro:style/Base.V14.Theme.MaterialComponents.Light.Dialog = 0x7f140098
+com.example.medcuida.pro:string/common_google_play_services_unknown_issue = 0x7f13003b
+com.example.medcuida.pro:style/Base.Theme.MaterialComponents.Dialog.FixedSize = 0x7f14006b
+com.example.medcuida.pro:style/Widget.AppCompat.ListView = 0x7f140318
+com.example.medcuida.pro:string/abc_prepend_shortcut_label = 0x7f130011
+com.example.medcuida.pro:drawable/abc_list_focused_holo = 0x7f08004e
+com.example.medcuida.pro:styleable/CollapsingToolbarLayout = 0x7f150025
+com.example.medcuida.pro:string/material_timepicker_select_time = 0x7f13008d
+com.example.medcuida.pro:style/Widget.Material3.CompoundButton.CheckBox = 0x7f140379
com.example.medcuida.pro:style/Theme.AppCompat.Dialog.Alert = 0x7f140216
-com.example.medcuida.pro:style/Theme.AppCompat.DayNight.NoActionBar = 0x7f140214
-com.example.medcuida.pro:style/Theme.AppCompat.DayNight.DialogWhenLarge = 0x7f140213
-com.example.medcuida.pro:style/Theme.AppCompat.DayNight = 0x7f14020e
-com.example.medcuida.pro:style/Theme.AppCompat = 0x7f14020c
-com.example.medcuida.pro:style/TextAppearance.Widget.AppCompat.ExpandedMenu.Item = 0x7f140209
-com.example.medcuida.pro:style/TextAppearance.MaterialComponents.Headline3 = 0x7f140200
-com.example.medcuida.pro:style/TextAppearance.MaterialComponents.Headline2 = 0x7f1401ff
-com.example.medcuida.pro:style/TextAppearance.MaterialComponents.Headline1 = 0x7f1401fe
-com.example.medcuida.pro:style/TextAppearance.MaterialComponents.Chip = 0x7f1401fd
+com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Subhead = 0x7f14002d
+com.example.medcuida.pro:style/Widget.MaterialComponents.MaterialCalendar.MonthNavigationButton = 0x7f14042a
+com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView = 0x7f1402c2
+com.example.medcuida.pro:style/Base.V14.Widget.MaterialComponents.AutoCompleteTextView = 0x7f1400a0
+com.example.medcuida.pro:id/elastic = 0x7f0900e1
+com.example.medcuida.pro:string/abc_menu_shift_shortcut_label = 0x7f13000e
+com.example.medcuida.pro:style/Widget.Material3.AutoCompleteTextView.OutlinedBox = 0x7f140343
+com.example.medcuida.pro:color/m3_sys_color_dynamic_tertiary_fixed = 0x7f0601d9
+com.example.medcuida.pro:style/Widget.Material3.Badge.AdjustToBounds = 0x7f140346
+com.example.medcuida.pro:dimen/material_clock_hand_stroke_width = 0x7f070226
com.example.medcuida.pro:style/TextAppearance.MaterialComponents.Caption = 0x7f1401fc
-com.example.medcuida.pro:style/TextAppearance.MaterialComponents.Body2 = 0x7f1401fa
-com.example.medcuida.pro:style/TextAppearance.MaterialComponents.Body1 = 0x7f1401f9
-com.example.medcuida.pro:style/TextAppearance.Material3.SearchView = 0x7f1401f3
-com.example.medcuida.pro:style/TextAppearance.Material3.SearchBar = 0x7f1401f2
-com.example.medcuida.pro:style/TextAppearance.Material3.LabelLarge = 0x7f1401ee
-com.example.medcuida.pro:style/TextAppearance.Material3.DisplaySmall = 0x7f1401ea
+com.example.medcuida.pro:style/ThemeOverlay.Material3.Chip = 0x7f140291
+com.example.medcuida.pro:layout/ime_base_split_test_activity = 0x7f0c0042
+com.example.medcuida.pro:integer/mtrl_card_anim_duration_ms = 0x7f0a0036
+com.example.medcuida.pro:dimen/m3_comp_outlined_text_field_disabled_label_text_opacity = 0x7f07015b
+com.example.medcuida.pro:style/Theme.MaterialComponents.Dialog.MinWidth = 0x7f14025f
+com.example.medcuida.pro:style/Widget.MaterialComponents.TextInputLayout.FilledBox = 0x7f140448
+com.example.medcuida.pro:id/save_non_transition_alpha = 0x7f0901db
com.example.medcuida.pro:style/TextAppearance.Material3.DisplayLarge = 0x7f1401e8
+com.example.medcuida.pro:color/mtrl_switch_track_tint = 0x7f0602f1
com.example.medcuida.pro:style/TextAppearance.Material3.BodySmall = 0x7f1401e7
-com.example.medcuida.pro:style/TextAppearance.M3.Sys.Typescale.TitleSmall = 0x7f1401e2
-com.example.medcuida.pro:style/Widget.MaterialComponents.Toolbar.Primary = 0x7f14045c
-com.example.medcuida.pro:style/TextAppearance.M3.Sys.Typescale.TitleMedium = 0x7f1401e1
-com.example.medcuida.pro:style/TextAppearance.M3.Sys.Typescale.LabelSmall = 0x7f1401df
+com.example.medcuida.pro:id/none = 0x7f090190
+com.example.medcuida.pro:style/Theme.Material3.Light.Dialog = 0x7f14023f
+com.example.medcuida.pro:style/Widget.Material3.TextInputLayout.OutlinedBox.ExposedDropdownMenu = 0x7f1403dd
+com.example.medcuida.pro:id/accessibility_custom_action_11 = 0x7f090013
com.example.medcuida.pro:style/TextAppearance.M3.Sys.Typescale.LabelMedium = 0x7f1401de
-com.example.medcuida.pro:style/TextAppearance.M3.Sys.Typescale.HeadlineSmall = 0x7f1401dc
-com.example.medcuida.pro:styleable/ListPopupWindow = 0x7f150050
-com.example.medcuida.pro:style/TextAppearance.Material3.DisplayMedium = 0x7f1401e9
-com.example.medcuida.pro:style/TextAppearance.M3.Sys.Typescale.HeadlineLarge = 0x7f1401da
-com.example.medcuida.pro:style/TextAppearance.M3.Sys.Typescale.DisplayLarge = 0x7f1401d7
-com.example.medcuida.pro:style/TextAppearance.M3.Sys.Typescale.BodyMedium = 0x7f1401d5
-com.example.medcuida.pro:style/TextAppearance.M3.Sys.Typescale.BodyLarge = 0x7f1401d4
-com.example.medcuida.pro:style/TextAppearance.Design.Tab = 0x7f1401d3
-com.example.medcuida.pro:style/TextAppearance.Material3.BodyMedium = 0x7f1401e6
-com.example.medcuida.pro:style/TextAppearance.Design.Snackbar.Message = 0x7f1401d1
+com.example.medcuida.pro:style/Base.Widget.Material3.CollapsingToolbar = 0x7f140102
+com.example.medcuida.pro:style/Base.Theme.MaterialComponents.Light.Dialog.FixedSize = 0x7f140075
+com.example.medcuida.pro:style/Widget.MaterialComponents.MaterialCalendar.HeaderCancelButton = 0x7f140420
+com.example.medcuida.pro:styleable/Capability = 0x7f15001c
+com.example.medcuida.pro:styleable/KeyTimeCycle = 0x7f15004a
+com.example.medcuida.pro:style/Widget.Material3.ChipGroup = 0x7f140371
+com.example.medcuida.pro:id/skipped = 0x7f0901fa
+com.example.medcuida.pro:dimen/mtrl_calendar_day_corner = 0x7f070273
+com.example.medcuida.pro:style/Widget.Material3.Button.IconButton.Filled.Tonal = 0x7f140356
+com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView.FilledBox = 0x7f1402c3
+com.example.medcuida.pro:integer/m3_card_anim_duration_ms = 0x7f0a000f
+com.example.medcuida.pro:macro/m3_comp_navigation_drawer_headline_color = 0x7f0d0087
+com.example.medcuida.pro:style/TextAppearance.M3.Sys.Typescale.TitleMedium = 0x7f1401e1
+com.example.medcuida.pro:style/Widget.MaterialComponents.Toolbar.Primary = 0x7f14045c
+com.example.medcuida.pro:style/ShapeAppearance.MaterialComponents.SmallComponent = 0x7f14017e
+com.example.medcuida.pro:id/tv_idade_paciente = 0x7f090261
+com.example.medcuida.pro:style/TextAppearance.Design.Hint = 0x7f1401ce
+com.example.medcuida.pro:id/button_edit_profile = 0x7f090082
+com.example.medcuida.pro:style/TextAppearance.Design.Placeholder = 0x7f1401cf
+com.example.medcuida.pro:style/Widget.MaterialComponents.PopupMenu.ListPopupWindow = 0x7f140439
+com.example.medcuida.pro:drawable/common_google_signin_btn_icon_dark = 0x7f080088
+com.example.medcuida.pro:styleable/CardView = 0x7f15001d
+com.example.medcuida.pro:macro/m3_comp_fab_primary_small_container_shape = 0x7f0d003b
+com.example.medcuida.pro:style/ShapeAppearance.M3.Sys.Shape.Corner.Large = 0x7f14016a
+com.example.medcuida.pro:style/Theme.AppCompat.Light.Dialog.MinWidth = 0x7f14021e
+com.example.medcuida.pro:macro/m3_comp_navigation_rail_inactive_hover_state_layer_color = 0x7f0d009e
+com.example.medcuida.pro:style/Theme.Material3.Light.DialogWhenLarge = 0x7f140242
+com.example.medcuida.pro:style/Widget.MaterialComponents.NavigationRailView = 0x7f140431
+com.example.medcuida.pro:style/TextAppearance.Material3.DisplaySmall = 0x7f1401ea
+com.example.medcuida.pro:style/TextAppearance.AppCompat.Widget.Switch = 0x7f1401c2
+com.example.medcuida.pro:id/frost = 0x7f090101
+com.example.medcuida.pro:macro/m3_comp_sheet_side_docked_modal_container_shape = 0x7f0d010a
+com.example.medcuida.pro:style/TextAppearance.Widget.AppCompat.ExpandedMenu.Item = 0x7f140209
+com.example.medcuida.pro:style/TextAppearance.Compat.Notification.Time = 0x7f1401c7
+com.example.medcuida.pro:style/TextAppearance.MaterialComponents.Subtitle1 = 0x7f140205
+com.example.medcuida.pro:style/Theme.MaterialComponents.Dialog.Alert.Bridge = 0x7f14025b
+com.example.medcuida.pro:style/TextAppearance.AppCompat.Widget.ActionMode.Title.Inverse = 0x7f1401b9
+com.example.medcuida.pro:styleable/ActionMode = 0x7f150004
+com.example.medcuida.pro:string/common_open_on_phone = 0x7f130042
+com.example.medcuida.pro:string/search_menu_title = 0x7f1300da
+com.example.medcuida.pro:style/Widget.Material3.ExtendedFloatingActionButton.Icon.Tertiary = 0x7f140381
+com.example.medcuida.pro:macro/m3_comp_secondary_navigation_tab_focus_state_layer_color = 0x7f0d00fe
+com.example.medcuida.pro:id/blocking = 0x7f090064
+com.example.medcuida.pro:style/Theme.AppCompat.Dialog.MinWidth = 0x7f140217
+com.example.medcuida.pro:xml/image_share_filepaths = 0x7f160002
+com.example.medcuida.pro:color/m3_sys_color_dynamic_dark_on_error_container = 0x7f060193
+com.example.medcuida.pro:string/abc_menu_sym_shortcut_label = 0x7f130010
+com.example.medcuida.pro:macro/m3_comp_date_picker_modal_header_supporting_text_color = 0x7f0d0018
+com.example.medcuida.pro:style/TextAppearance.AppCompat.Button = 0x7f140197
+com.example.medcuida.pro:styleable/ActionMenuItemView = 0x7f150002
+com.example.medcuida.pro:id/stop = 0x7f090217
+com.example.medcuida.pro:style/Base.ThemeOverlay.AppCompat.ActionBar = 0x7f140079
+com.example.medcuida.pro:style/Widget.Material3.MaterialButtonToggleGroup = 0x7f140394
+com.example.medcuida.pro:dimen/highlight_alpha_material_dark = 0x7f070097
+com.example.medcuida.pro:style/TextAppearance.AppCompat = 0x7f140194
+com.example.medcuida.pro:dimen/m3_comp_filter_chip_with_icon_icon_size = 0x7f070133
+com.example.medcuida.pro:styleable/CollapsingToolbarLayout_Layout = 0x7f150026
+com.example.medcuida.pro:style/Base.V24.Theme.Material3.Light = 0x7f1400b3
+com.example.medcuida.pro:drawable/tooltip_frame_light = 0x7f080111
+com.example.medcuida.pro:style/Widget.AppCompat.ButtonBar = 0x7f1402f7
+com.example.medcuida.pro:id/dragAnticlockwise = 0x7f0900c7
+com.example.medcuida.pro:style/TextAppearance.MaterialComponents.Chip = 0x7f1401fd
+com.example.medcuida.pro:style/ShapeAppearanceOverlay.Material3.FloatingActionButton = 0x7f140187
+com.example.medcuida.pro:id/material_timepicker_ok_button = 0x7f09014e
+com.example.medcuida.pro:style/RtlOverlay.Widget.AppCompat.SearchView.MagIcon = 0x7f140152
+com.example.medcuida.pro:style/ShapeAppearanceOverlay.Material3.Corner.Top = 0x7f140186
+com.example.medcuida.pro:style/Theme.MaterialComponents.DayNight.Dialog.MinWidth.Bridge = 0x7f140255
+com.example.medcuida.pro:styleable/BottomSheetBehavior_Layout = 0x7f15001a
+com.example.medcuida.pro:id/currentState = 0x7f0900ad
+com.example.medcuida.pro:style/Widget.Material3.CheckedTextView = 0x7f140366
+com.example.medcuida.pro:style/ShapeAppearanceOverlay.Material3.Button = 0x7f140181
+com.example.medcuida.pro:style/TextAppearance.AppCompat.Widget.ActionMode.Title = 0x7f1401b8
+com.example.medcuida.pro:macro/m3_comp_sheet_side_docked_standard_container_color = 0x7f0d010b
+com.example.medcuida.pro:styleable/PropertySet = 0x7f15007f
+com.example.medcuida.pro:style/Widget.Material3.Snackbar = 0x7f1403cc
+com.example.medcuida.pro:macro/m3_comp_radio_button_disabled_unselected_icon_color = 0x7f0d00d8
+com.example.medcuida.pro:drawable/abc_item_background_holo_light = 0x7f08004b
+com.example.medcuida.pro:style/ShapeAppearance.MaterialComponents.Badge = 0x7f14017b
+com.example.medcuida.pro:dimen/m3_sys_motion_easing_legacy_decelerate_control_y1 = 0x7f070205
+com.example.medcuida.pro:string/nav_app_bar_open_drawer_description = 0x7f1300cf
+com.example.medcuida.pro:dimen/m3_btn_dialog_btn_spacing = 0x7f0700cf
+com.example.medcuida.pro:id/wide = 0x7f09027c
+com.example.medcuida.pro:style/ShapeAppearance.M3.Comp.Switch.Track.Shape = 0x7f140165
+com.example.medcuida.pro:styleable/AppCompatSeekBar = 0x7f150012
+com.example.medcuida.pro:style/Widget.Material3.Button.OutlinedButton = 0x7f140358
+com.example.medcuida.pro:style/Widget.MaterialComponents.Button.TextButton.Dialog.Flush = 0x7f1403fd
+com.example.medcuida.pro:style/ThemeOverlay.Material3.AutoCompleteTextView.FilledBox = 0x7f140281
+com.example.medcuida.pro:style/ShapeAppearance.Material3.Tooltip = 0x7f140179
+com.example.medcuida.pro:dimen/mtrl_slider_track_side_padding = 0x7f0702ea
+com.example.medcuida.pro:style/ShapeAppearance.Material3.NavigationBarView.ActiveIndicator = 0x7f140177
+com.example.medcuida.pro:style/TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse = 0x7f1401b5
+com.example.medcuida.pro:style/ShapeAppearance.Material3.LargeComponent = 0x7f140175
+com.example.medcuida.pro:string/common_google_play_services_enable_text = 0x7f130034
+com.example.medcuida.pro:string/call_notification_answer_action = 0x7f130028
+com.example.medcuida.pro:style/Widget.Material3.PopupMenu.ListPopupWindow = 0x7f1403bd
+com.example.medcuida.pro:drawable/abc_scrubber_primary_mtrl_alpha = 0x7f080060
+com.example.medcuida.pro:style/ShapeAppearance.Material3.Corner.Large = 0x7f140171
+com.example.medcuida.pro:color/mtrl_navigation_item_text_color = 0x7f0602e7
+com.example.medcuida.pro:macro/m3_comp_fab_surface_container_color = 0x7f0d003e
+com.example.medcuida.pro:style/ShapeAppearance.M3.Sys.Shape.Corner.Small = 0x7f14016d
+com.example.medcuida.pro:style/ShapeAppearance.M3.Sys.Shape.Corner.Medium = 0x7f14016b
+com.example.medcuida.pro:styleable/SwitchCompat = 0x7f150097
+com.example.medcuida.pro:macro/m3_comp_date_picker_modal_date_label_text_type = 0x7f0d0010
+com.example.medcuida.pro:style/Theme.MaterialComponents.DayNight.Dialog.FixedSize = 0x7f140252
+com.example.medcuida.pro:string/abc_shareactionprovider_share_with_application = 0x7f130019
+com.example.medcuida.pro:layout/activity_register_medico = 0x7f0c0025
+com.example.medcuida.pro:style/Base.Theme.Material3.Light.Dialog.FixedSize = 0x7f140062
+com.example.medcuida.pro:style/Base.Theme.AppCompat.Light.Dialog.MinWidth = 0x7f140057
+com.example.medcuida.pro:id/edit_utente = 0x7f0900e0
+com.example.medcuida.pro:drawable/common_google_signin_btn_icon_dark_normal = 0x7f08008a
+com.example.medcuida.pro:id/easeIn = 0x7f0900d0
+com.example.medcuida.pro:style/ShapeAppearance.M3.Comp.Switch.StateLayer.Shape = 0x7f140164
+com.example.medcuida.pro:macro/m3_comp_date_picker_modal_weekdays_label_text_color = 0x7f0d001e
+com.example.medcuida.pro:style/Base.Widget.AppCompat.SeekBar.Discrete = 0x7f1400f5
+com.example.medcuida.pro:style/Base.ThemeOverlay.MaterialComponents.Dialog.Alert = 0x7f140085
+com.example.medcuida.pro:id/bottom = 0x7f090065
+com.example.medcuida.pro:macro/m3_comp_switch_unselected_track_outline_color = 0x7f0d0142
+com.example.medcuida.pro:macro/m3_comp_top_app_bar_large_headline_type = 0x7f0d016d
+com.example.medcuida.pro:style/Widget.Material3.TextInputLayout.OutlinedBox = 0x7f1403da
+com.example.medcuida.pro:style/ShapeAppearance.M3.Comp.NavigationBar.ActiveIndicator.Shape = 0x7f14015a
+com.example.medcuida.pro:style/Widget.AppCompat.ImageButton = 0x7f1402ff
+com.example.medcuida.pro:style/RtlOverlay.DialogWindowTitle.AppCompat = 0x7f140144
+com.example.medcuida.pro:styleable/TextAppearance = 0x7f15009b
+com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Headline = 0x7f14001f
+com.example.medcuida.pro:style/RtlOverlay.Widget.AppCompat.ActionBar.TitleItem = 0x7f140145
+com.example.medcuida.pro:style/Platform.ThemeOverlay.AppCompat.Light = 0x7f14013e
+com.example.medcuida.pro:id/transitionToEnd = 0x7f090254
+com.example.medcuida.pro:style/Base.V14.Theme.Material3.Light.BottomSheetDialog = 0x7f14008e
+com.example.medcuida.pro:color/material_personalized_color_error = 0x7f06028d
+com.example.medcuida.pro:style/TextAppearance.Material3.SearchBar = 0x7f1401f2
+com.example.medcuida.pro:drawable/common_google_signin_btn_icon_light_normal = 0x7f08008f
+com.example.medcuida.pro:style/TextAppearance.MaterialComponents.Headline2 = 0x7f1401ff
+com.example.medcuida.pro:style/Widget.MaterialComponents.TextInputEditText.OutlinedBox.Dense = 0x7f140447
+com.example.medcuida.pro:id/utente_edit_text = 0x7f09026e
+com.example.medcuida.pro:color/m3_sys_color_tertiary_fixed = 0x7f060207
+com.example.medcuida.pro:style/Platform.AppCompat.Light = 0x7f140137
+com.example.medcuida.pro:dimen/mtrl_textinput_box_stroke_width_default = 0x7f0702fb
+com.example.medcuida.pro:macro/m3_comp_date_picker_modal_range_selection_header_headline_type = 0x7f0d001b
+com.example.medcuida.pro:style/Widget.AppCompat.Button.Colored = 0x7f1402f5
+com.example.medcuida.pro:macro/m3_comp_checkbox_selected_disabled_icon_color = 0x7f0d0008
+com.example.medcuida.pro:string/fingerprint_error_user_canceled = 0x7f130058
+com.example.medcuida.pro:style/Base.V21.Theme.AppCompat.Dialog = 0x7f1400a2
+com.example.medcuida.pro:style/ShapeAppearanceOverlay.MaterialAlertDialog.Material3 = 0x7f14018b
+com.example.medcuida.pro:style/Theme.Material3.Light.Dialog.Alert = 0x7f140240
+com.example.medcuida.pro:style/ThemeOverlay.Material3.Dark.ActionBar = 0x7f140294
+com.example.medcuida.pro:color/m3_sys_color_dynamic_dark_surface_container_low = 0x7f0601a7
+com.example.medcuida.pro:style/Theme.MaterialComponents.DayNight = 0x7f140249
+com.example.medcuida.pro:id/bottom_navigation = 0x7f090066
+com.example.medcuida.pro:style/MaterialAlertDialog.MaterialComponents.Picker.Date.Calendar = 0x7f14012e
+com.example.medcuida.pro:style/Base.Widget.Material3.TabLayout.Secondary = 0x7f140110
+com.example.medcuida.pro:style/Base.Widget.AppCompat.DrawerArrowToggle.Common = 0x7f1400d9
+com.example.medcuida.pro:string/material_clock_toggle_content_description = 0x7f13007a
+com.example.medcuida.pro:styleable/MaterialCardView = 0x7f150059
+com.example.medcuida.pro:style/Base.V14.Theme.MaterialComponents = 0x7f140091
+com.example.medcuida.pro:style/MaterialAlertDialog.MaterialComponents = 0x7f14012c
+com.example.medcuida.pro:id/withText = 0x7f09027d
+com.example.medcuida.pro:style/Theme.MaterialComponents.Light.NoActionBar.Bridge = 0x7f140271
+com.example.medcuida.pro:style/Base.Widget.AppCompat.Light.ActionBar.TabText.Inverse = 0x7f1400e1
+com.example.medcuida.pro:string/m3_sys_motion_easing_emphasized_path_data = 0x7f130071
+com.example.medcuida.pro:macro/m3_comp_date_picker_modal_weekdays_label_text_type = 0x7f0d001f
+com.example.medcuida.pro:macro/m3_comp_outlined_text_field_outline_color = 0x7f0d00c6
+com.example.medcuida.pro:style/MaterialAlertDialog.Material3.Title.Text.CenterStacked = 0x7f14012b
+com.example.medcuida.pro:id/open_search_view_search_prefix = 0x7f0901a3
+com.example.medcuida.pro:macro/m3_comp_primary_navigation_tab_with_icon_inactive_icon_color = 0x7f0d00d3
+com.example.medcuida.pro:style/ThemeOverlay.Design.TextInputEditText = 0x7f14027d
+com.example.medcuida.pro:style/MaterialAlertDialog.Material3.Body.Text.CenterStacked = 0x7f140125
+com.example.medcuida.pro:style/Base.Widget.MaterialComponents.Snackbar = 0x7f14011b
+com.example.medcuida.pro:style/ThemeOverlay.Material3.Button.TextButton = 0x7f14028e
+com.example.medcuida.pro:dimen/mtrl_calendar_landscape_header_width = 0x7f070284
+com.example.medcuida.pro:styleable/TextInputLayout = 0x7f15009e
+com.example.medcuida.pro:integer/m3_sys_motion_duration_medium3 = 0x7f0a001b
+com.example.medcuida.pro:style/ThemeOverlay.Material3.Button.IconButton.Filled = 0x7f14028c
+com.example.medcuida.pro:dimen/m3_comp_assist_chip_with_icon_icon_size = 0x7f070101
+com.example.medcuida.pro:style/Base.Widget.Material3.FloatingActionButton.Large = 0x7f140109
+com.example.medcuida.pro:string/bottomsheet_action_expand_halfway = 0x7f130025
+com.example.medcuida.pro:style/Base.Widget.Material3.ExtendedFloatingActionButton = 0x7f140106
+com.example.medcuida.pro:styleable/Constraint = 0x7f150029
+com.example.medcuida.pro:style/Widget.AppCompat.RatingBar.Indicator = 0x7f140321
+com.example.medcuida.pro:id/material_value_index = 0x7f090150
+com.example.medcuida.pro:style/TextAppearance.AppCompat.Widget.ActionBar.Menu = 0x7f1401b1
+com.example.medcuida.pro:id/button_ai_triage = 0x7f09007b
+com.example.medcuida.pro:drawable/mtrl_switch_thumb_pressed_unchecked = 0x7f0800fa
+com.example.medcuida.pro:style/ThemeOverlay.Material3.TextInputEditText.FilledBox.Dense = 0x7f1402b9
+com.example.medcuida.pro:style/Base.Widget.Material3.CompoundButton.Switch = 0x7f140105
+com.example.medcuida.pro:styleable/KeyFrame = 0x7f150046
+com.example.medcuida.pro:style/Base.Widget.MaterialComponents.MaterialCalendar.HeaderToggleButton = 0x7f140114
+com.example.medcuida.pro:id/startToEnd = 0x7f090213
+com.example.medcuida.pro:drawable/abc_textfield_activated_mtrl_alpha = 0x7f080071
+com.example.medcuida.pro:attr/textBackgroundZoom = 0x7f04047f
+com.example.medcuida.pro:string/material_motion_easing_decelerated = 0x7f130081
+com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Widget.Switch = 0x7f140041
+com.example.medcuida.pro:style/ShapeAppearance.Material3.Corner.Medium = 0x7f140172
+com.example.medcuida.pro:style/ThemeOverlay.Material3.Chip.Assist = 0x7f140292
+com.example.medcuida.pro:macro/m3_comp_menu_list_item_selected_container_color = 0x7f0d0061
+com.example.medcuida.pro:id/btn_confirm_appointment = 0x7f090072
+com.example.medcuida.pro:dimen/mtrl_switch_thumb_size = 0x7f0702f5
+com.example.medcuida.pro:styleable/AnimatedStateListDrawableItem = 0x7f15000b
+com.example.medcuida.pro:string/bottomsheet_drag_handle_content_description = 0x7f130027
+com.example.medcuida.pro:id/cancel_button = 0x7f09008a
+com.example.medcuida.pro:style/Theme.Material3.Dark.NoActionBar = 0x7f140230
+com.example.medcuida.pro:style/Base.Widget.AppCompat.ProgressBar.Horizontal = 0x7f1400ee
+com.example.medcuida.pro:drawable/mtrl_ic_arrow_drop_up = 0x7f0800ea
+com.example.medcuida.pro:id/btn_logout = 0x7f090077
+com.example.medcuida.pro:style/Base.Widget.AppCompat.ListView.Menu = 0x7f1400e9
+com.example.medcuida.pro:id/compress = 0x7f0900a1
+com.example.medcuida.pro:id/navigation_medication = 0x7f090184
+com.example.medcuida.pro:style/Widget.Material3.MaterialCalendar.Item = 0x7f1403a5
+com.example.medcuida.pro:string/character_counter_pattern = 0x7f130031
+com.example.medcuida.pro:dimen/m3_bottom_nav_item_padding_top = 0x7f0700c3
+com.example.medcuida.pro:dimen/m3_large_fab_size = 0x7f0701b7
+com.example.medcuida.pro:dimen/m3_appbar_scrim_height_trigger_large = 0x7f0700aa
+com.example.medcuida.pro:styleable/NavHostFragment = 0x7f150074
+com.example.medcuida.pro:style/TextAppearance.AppCompat.SearchResult.Subtitle = 0x7f1401a8
+com.example.medcuida.pro:style/Base.Widget.MaterialComponents.PopupMenu.ContextMenu = 0x7f140117
+com.example.medcuida.pro:dimen/m3_comp_radio_button_unselected_focus_state_layer_opacity = 0x7f07016c
+com.example.medcuida.pro:dimen/mtrl_calendar_selection_text_baseline_to_bottom_fullscreen = 0x7f07028e
+com.example.medcuida.pro:layout/mtrl_navigation_rail_item = 0x7f0c006f
+com.example.medcuida.pro:style/Base.Theme.Material3.Dark.BottomSheetDialog = 0x7f14005a
com.example.medcuida.pro:style/TextAppearance.Design.Suffix = 0x7f1401d2
com.example.medcuida.pro:style/TextAppearance.Design.Prefix = 0x7f1401d0
-com.example.medcuida.pro:style/TextAppearance.Design.Placeholder = 0x7f1401cf
-com.example.medcuida.pro:style/TextAppearance.Design.Hint = 0x7f1401ce
-com.example.medcuida.pro:style/TextAppearance.Design.Counter.Overflow = 0x7f1401cb
-com.example.medcuida.pro:style/TextAppearance.Design.Counter = 0x7f1401ca
-com.example.medcuida.pro:style/TextAppearance.MaterialComponents.Subtitle1 = 0x7f140205
-com.example.medcuida.pro:style/TextAppearance.Compat.Notification.Time = 0x7f1401c7
-com.example.medcuida.pro:style/TextAppearance.AppCompat.Widget.Switch = 0x7f1401c2
-com.example.medcuida.pro:style/TextAppearance.AppCompat.Widget.PopupMenu.Large = 0x7f1401c0
-com.example.medcuida.pro:style/ThemeOverlay.Material3.Snackbar = 0x7f1402b5
-com.example.medcuida.pro:style/TextAppearance.AppCompat.Widget.PopupMenu.Header = 0x7f1401bf
-com.example.medcuida.pro:style/TextAppearance.AppCompat.Widget.Button.Inverse = 0x7f1401bd
-com.example.medcuida.pro:style/TextAppearance.AppCompat.Widget.Button.Borderless.Colored = 0x7f1401bb
-com.example.medcuida.pro:style/TextAppearance.AppCompat.Widget.Button = 0x7f1401ba
-com.example.medcuida.pro:style/TextAppearance.AppCompat.Widget.ActionMode.Title.Inverse = 0x7f1401b9
-com.example.medcuida.pro:style/TextAppearance.AppCompat.Widget.ActionMode.Title = 0x7f1401b8
-com.example.medcuida.pro:style/TextAppearance.AppCompat.Widget.ActionMode.Subtitle.Inverse = 0x7f1401b7
-com.example.medcuida.pro:style/TextAppearance.AppCompat.Widget.ActionMode.Subtitle = 0x7f1401b6
-com.example.medcuida.pro:style/TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse = 0x7f1401b5
-com.example.medcuida.pro:style/TextAppearance.AppCompat.Widget.ActionBar.Title = 0x7f1401b4
-com.example.medcuida.pro:style/Theme.MaterialComponents.Light.DarkActionBar.Bridge = 0x7f140266
-com.example.medcuida.pro:style/TextAppearance.AppCompat.Title.Inverse = 0x7f1401af
-com.example.medcuida.pro:style/TextAppearance.AppCompat.Subhead.Inverse = 0x7f1401ad
-com.example.medcuida.pro:style/TextAppearance.AppCompat.Subhead = 0x7f1401ac
-com.example.medcuida.pro:style/TextAppearance.AppCompat.SearchResult.Title = 0x7f1401a9
-com.example.medcuida.pro:style/TextAppearance.AppCompat.SearchResult.Subtitle = 0x7f1401a8
+com.example.medcuida.pro:dimen/mtrl_switch_track_width = 0x7f0702f7
+com.example.medcuida.pro:macro/m3_comp_time_input_time_input_field_supporting_text_color = 0x7f0d014b
+com.example.medcuida.pro:style/Widget.MaterialComponents.ShapeableImageView = 0x7f14043c
+com.example.medcuida.pro:id/floating = 0x7f0900fd
+com.example.medcuida.pro:macro/m3_comp_time_picker_time_selector_unselected_hover_state_layer_color = 0x7f0d016a
+com.example.medcuida.pro:dimen/mtrl_snackbar_background_corner_radius = 0x7f0702ed
+com.example.medcuida.pro:id/decelerateAndComplete = 0x7f0900b5
+com.example.medcuida.pro:layout/select_dialog_multichoice_material = 0x7f0c0083
+com.example.medcuida.pro:id/center_vertical = 0x7f090091
+com.example.medcuida.pro:style/Base.V7.Widget.AppCompat.Toolbar = 0x7f1400c1
+com.example.medcuida.pro:style/Base.V28.Theme.AppCompat.Light = 0x7f1400b9
+com.example.medcuida.pro:id/btn_editar_dados = 0x7f090074
+com.example.medcuida.pro:macro/m3_comp_outlined_button_outline_color = 0x7f0d00a9
+com.example.medcuida.pro:style/ShapeAppearanceOverlay.Material3.Corner.Bottom = 0x7f140183
+com.example.medcuida.pro:macro/m3_comp_switch_unselected_focus_state_layer_color = 0x7f0d0132
+com.example.medcuida.pro:drawable/mtrl_dropdown_arrow = 0x7f0800e8
+com.example.medcuida.pro:style/MaterialAlertDialog.Material3.Title.Icon.CenterStacked = 0x7f140127
+com.example.medcuida.pro:style/Base.V24.Theme.Material3.Dark.Dialog = 0x7f1400b2
+com.example.medcuida.pro:styleable/include = 0x7f1500aa
+com.example.medcuida.pro:style/Theme.MaterialComponents.Dialog = 0x7f140259
+com.example.medcuida.pro:dimen/mtrl_progress_circular_inset_medium = 0x7f0702d3
+com.example.medcuida.pro:string/mtrl_picker_date_header_unselected = 0x7f1300a7
+com.example.medcuida.pro:layout/dialog_change_password = 0x7f0c0039
+com.example.medcuida.pro:macro/m3_comp_search_bar_input_text_color = 0x7f0d00ea
+com.example.medcuida.pro:style/Widget.Design.CollapsingToolbar = 0x7f140336
+com.example.medcuida.pro:macro/m3_comp_filled_button_label_text_color = 0x7f0d0045
+com.example.medcuida.pro:id/gender_auto_complete = 0x7f090103
+com.example.medcuida.pro:layout/item_medication = 0x7f0c0046
+com.example.medcuida.pro:styleable/Carousel = 0x7f15001e
+com.example.medcuida.pro:id/progress_circular = 0x7f0901bf
+com.example.medcuida.pro:id/sliding_pane_layout = 0x7f0901fd
+com.example.medcuida.pro:macro/m3_comp_outlined_card_hover_outline_color = 0x7f0d00b0
+com.example.medcuida.pro:styleable/TextEffects = 0x7f15009c
+com.example.medcuida.pro:string/mtrl_picker_navigate_to_year_description = 0x7f1300af
+com.example.medcuida.pro:style/Base.V22.Theme.AppCompat.Light = 0x7f1400ae
+com.example.medcuida.pro:id/edit_gender = 0x7f0900d7
+com.example.medcuida.pro:id/scrollView = 0x7f0901e3
+com.example.medcuida.pro:style/Base.V14.ThemeOverlay.MaterialComponents.MaterialAlertDialog = 0x7f14009f
+com.example.medcuida.pro:dimen/m3_comp_top_app_bar_large_container_height = 0x7f0701a5
+com.example.medcuida.pro:dimen/mtrl_badge_toolbar_action_menu_item_horizontal_offset = 0x7f07024d
+com.example.medcuida.pro:style/ThemeOverlay.Material3.AutoCompleteTextView.FilledBox.Dense = 0x7f140282
+com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Title = 0x7f140035
+com.example.medcuida.pro:style/Base.Widget.AppCompat.Light.PopupMenu = 0x7f1400e3
+com.example.medcuida.pro:macro/m3_comp_elevated_button_container_color = 0x7f0d002a
+com.example.medcuida.pro:string/m3_exceed_max_badge_text_suffix = 0x7f130069
+com.example.medcuida.pro:style/Widget.Material3.MaterialCalendar.Fullscreen = 0x7f14039c
+com.example.medcuida.pro:id/enterAlwaysCollapsed = 0x7f0900e7
+com.example.medcuida.pro:macro/m3_comp_outlined_text_field_disabled_outline_color = 0x7f0d00b7
+com.example.medcuida.pro:style/TextAppearance.MaterialComponents.Body1 = 0x7f1401f9
+com.example.medcuida.pro:styleable/ForegroundLinearLayout = 0x7f15003c
+com.example.medcuida.pro:style/Base.V14.Theme.MaterialComponents.Light.Dialog.Bridge = 0x7f140099
+com.example.medcuida.pro:style/Base.V14.Theme.MaterialComponents.Light = 0x7f140095
+com.example.medcuida.pro:styleable/SplitPlaceholderRule = 0x7f150092
+com.example.medcuida.pro:string/generic_error_no_device_credential = 0x7f13005d
+com.example.medcuida.pro:string/common_google_play_services_install_title = 0x7f130038
+com.example.medcuida.pro:styleable/MotionTelltales = 0x7f15006e
+com.example.medcuida.pro:style/Theme.MaterialComponents.Light.Bridge = 0x7f140264
+com.example.medcuida.pro:style/ThemeOverlay.Material3.HarmonizedColors = 0x7f1402a5
+com.example.medcuida.pro:style/Widget.MaterialComponents.MaterialCalendar.HeaderToggleButton = 0x7f140428
+com.example.medcuida.pro:style/Base.V14.Theme.MaterialComponents.Bridge = 0x7f140092
+com.example.medcuida.pro:style/Base.ThemeOverlay.Material3.AutoCompleteTextView = 0x7f14007f
+com.example.medcuida.pro:id/SHOW_PATH = 0x7f090009
+com.example.medcuida.pro:style/TextAppearance.M3.Sys.Typescale.HeadlineLarge = 0x7f1401da
+com.example.medcuida.pro:styleable/ListPopupWindow = 0x7f150050
+com.example.medcuida.pro:style/TextAppearance.Material3.DisplayMedium = 0x7f1401e9
+com.example.medcuida.pro:styleable/LinearLayoutCompat_Layout = 0x7f15004e
+com.example.medcuida.pro:styleable/MotionScene = 0x7f15006d
+com.example.medcuida.pro:dimen/abc_dialog_min_width_major = 0x7f070022
+com.example.medcuida.pro:style/Base.V14.Theme.Material3.Light = 0x7f14008d
+com.example.medcuida.pro:layout/item_appointment = 0x7f0c0044
+com.example.medcuida.pro:string/abc_menu_enter_shortcut_label = 0x7f13000b
+com.example.medcuida.pro:id/fullscreen_header = 0x7f090102
+com.example.medcuida.pro:style/Base.V14.Theme.Material3.Dark.Dialog = 0x7f14008b
+com.example.medcuida.pro:style/Base.ThemeOverlay.MaterialComponents.Dialog.Alert.Framework = 0x7f140086
+com.example.medcuida.pro:dimen/design_bottom_navigation_active_item_min_width = 0x7f070062
+com.example.medcuida.pro:layout/design_text_input_start_icon = 0x7f0c0037
+com.example.medcuida.pro:layout/design_navigation_item_header = 0x7f0c0031
+com.example.medcuida.pro:dimen/m3_snackbar_action_text_color_alpha = 0x7f0701eb
+com.example.medcuida.pro:style/Widget.MaterialComponents.AutoCompleteTextView.OutlinedBox = 0x7f1403ec
+com.example.medcuida.pro:style/Base.ThemeOverlay.Material3.TextInputEditText = 0x7f140083
+com.example.medcuida.pro:style/Base.V14.Theme.MaterialComponents.Light.Bridge = 0x7f140096
+com.example.medcuida.pro:id/text_agenda_vazia = 0x7f090232
+com.example.medcuida.pro:style/Theme.Material3.Light.NoActionBar = 0x7f140243
+com.example.medcuida.pro:dimen/mtrl_textinput_box_corner_radius_medium = 0x7f0702f8
+com.example.medcuida.pro:string/project_id = 0x7f1300d7
+com.example.medcuida.pro:style/Widget.Material3.Button.IconButton.Filled = 0x7f140355
+com.example.medcuida.pro:id/material_minute_tv = 0x7f090149
+com.example.medcuida.pro:id/accessibility_action_clickable_span = 0x7f09000f
+com.example.medcuida.pro:layout/fragment_schedule_appointment = 0x7f0c0040
+com.example.medcuida.pro:id/next_med_time = 0x7f09018d
+com.example.medcuida.pro:string/mtrl_picker_range_header_title = 0x7f1300b4
+com.example.medcuida.pro:macro/m3_comp_time_picker_period_selector_selected_label_text_color = 0x7f0d0159
+com.example.medcuida.pro:style/Theme.Design.Light = 0x7f140225
+com.example.medcuida.pro:style/Base.Theme.Material3.Light.Dialog = 0x7f140061
+com.example.medcuida.pro:macro/m3_comp_outlined_text_field_input_text_color = 0x7f0d00c3
+com.example.medcuida.pro:dimen/m3_badge_offset = 0x7f0700b7
+com.example.medcuida.pro:drawable/$m3_avd_show_password__1 = 0x7f08000a
+com.example.medcuida.pro:dimen/m3_comp_switch_unselected_pressed_state_layer_opacity = 0x7f070198
+com.example.medcuida.pro:id/view_pacientes = 0x7f090272
+com.example.medcuida.pro:style/Widget.Material3.AutoCompleteTextView.FilledBox.Dense = 0x7f140342
+com.example.medcuida.pro:style/Base.ThemeOverlay.AppCompat.Light = 0x7f14007e
+com.example.medcuida.pro:style/ShapeAppearance.Material3.Corner.ExtraLarge = 0x7f14016e
+com.example.medcuida.pro:style/Widget.MaterialComponents.MaterialCalendar.HeaderLayout.Fullscreen = 0x7f140424
+com.example.medcuida.pro:string/mtrl_checkbox_state_description_unchecked = 0x7f13009a
+com.example.medcuida.pro:style/Widget.Material3.MaterialCalendar.Year.Selected = 0x7f1403a9
+com.example.medcuida.pro:style/Widget.MaterialComponents.Badge = 0x7f1403ee
+com.example.medcuida.pro:style/TextAppearance.M3.Sys.Typescale.HeadlineSmall = 0x7f1401dc
+com.example.medcuida.pro:style/Base.Theme.MaterialComponents.Light.DarkActionBar.Bridge = 0x7f140071
+com.example.medcuida.pro:style/Base.V26.Theme.AppCompat.Light = 0x7f1400b6
+com.example.medcuida.pro:styleable/CustomAttribute = 0x7f150031
+com.example.medcuida.pro:string/material_hour_selection = 0x7f13007c
+com.example.medcuida.pro:style/Base.Widget.AppCompat.ActionBar.TabText = 0x7f1400c5
+com.example.medcuida.pro:style/Base.Theme.MaterialComponents.DialogWhenLarge = 0x7f14006d
+com.example.medcuida.pro:color/m3_sys_color_dark_error = 0x7f06016a
+com.example.medcuida.pro:style/Widget.MaterialComponents.TextInputLayout.FilledBox.Dense = 0x7f140449
+com.example.medcuida.pro:drawable/mtrl_checkbox_button_unchecked_checked = 0x7f0800e6
+com.example.medcuida.pro:integer/abc_config_activityDefaultDur = 0x7f0a0000
+com.example.medcuida.pro:style/Widget.MaterialComponents.Toolbar = 0x7f14045b
+com.example.medcuida.pro:styleable/ConstraintSet = 0x7f15002e
+com.example.medcuida.pro:style/Base.V21.Theme.AppCompat = 0x7f1400a1
+com.example.medcuida.pro:style/ThemeOverlay.Material3.Dialog.Alert.Framework = 0x7f140299
+com.example.medcuida.pro:attr/titleMargins = 0x7f0404b9
+com.example.medcuida.pro:color/purple_700 = 0x7f06030c
+com.example.medcuida.pro:style/Base.Theme.MaterialComponents.Dialog.MinWidth = 0x7f14006c
+com.example.medcuida.pro:style/Base.Theme.MaterialComponents.Dialog.Alert = 0x7f140069
+com.example.medcuida.pro:style/Widget.MaterialComponents.Button.UnelevatedButton = 0x7f140401
+com.example.medcuida.pro:macro/m3_comp_filled_text_field_error_active_indicator_color = 0x7f0d004e
+com.example.medcuida.pro:style/Theme.MaterialComponents = 0x7f140245
+com.example.medcuida.pro:layout/mtrl_alert_select_dialog_item = 0x7f0c005f
+com.example.medcuida.pro:string/fab_transformation_sheet_behavior = 0x7f13004f
+com.example.medcuida.pro:style/Base.Widget.AppCompat.SearchView.ActionBar = 0x7f1400f3
+com.example.medcuida.pro:dimen/m3_sys_motion_easing_standard_control_y1 = 0x7f070211
+com.example.medcuida.pro:style/Base.Theme.MaterialComponents.CompactMenu = 0x7f140067
+com.example.medcuida.pro:style/Base.Widget.AppCompat.Button.Colored = 0x7f1400d1
+com.example.medcuida.pro:color/m3_tabs_icon_color = 0x7f060209
com.example.medcuida.pro:style/TextAppearance.AppCompat.Menu = 0x7f1401a7
-com.example.medcuida.pro:style/TextAppearance.AppCompat.Display4 = 0x7f14019c
-com.example.medcuida.pro:style/TextAppearance.AppCompat.Display3 = 0x7f14019b
-com.example.medcuida.pro:styleable/Transform = 0x7f1500a2
+com.example.medcuida.pro:style/Base.Theme.Material3.Dark.Dialog = 0x7f14005b
+com.example.medcuida.pro:styleable/ViewPager2 = 0x7f1500a7
+com.example.medcuida.pro:style/Widget.Material3.FloatingActionButton.Small.Surface = 0x7f14038e
+com.example.medcuida.pro:style/Theme.Material3.DynamicColors.DayNight = 0x7f14023b
+com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Header.Text = 0x7f1402d6
+com.example.medcuida.pro:style/Platform.V21.AppCompat.Light = 0x7f140140
+com.example.medcuida.pro:color/material_dynamic_tertiary80 = 0x7f06026e
+com.example.medcuida.pro:macro/m3_comp_checkbox_selected_disabled_container_color = 0x7f0d0007
+com.example.medcuida.pro:style/ShapeAppearance.Material3.Corner.Small = 0x7f140174
+com.example.medcuida.pro:style/Theme.MaterialComponents.DayNight.NoActionBar.Bridge = 0x7f140258
+com.example.medcuida.pro:id/ghost_view_holder = 0x7f090105
+com.example.medcuida.pro:style/Base.V21.ThemeOverlay.AppCompat.Dialog = 0x7f1400a9
+com.example.medcuida.pro:styleable/ShapeAppearance = 0x7f150088
+com.example.medcuida.pro:styleable/AnimatedStateListDrawableCompat = 0x7f15000a
+com.example.medcuida.pro:style/Base.V14.ThemeOverlay.MaterialComponents.Dialog.Alert = 0x7f14009e
+com.example.medcuida.pro:macro/m3_comp_snackbar_container_shape = 0x7f0d0115
+com.example.medcuida.pro:macro/m3_comp_switch_unselected_hover_handle_color = 0x7f0d0136
+com.example.medcuida.pro:style/Theme.MaterialComponents.BottomSheetDialog = 0x7f140246
+com.example.medcuida.pro:color/m3_tabs_text_color_secondary = 0x7f06020e
+com.example.medcuida.pro:id/image = 0x7f090119
+com.example.medcuida.pro:macro/m3_comp_navigation_drawer_inactive_pressed_label_text_color = 0x7f0d0092
+com.example.medcuida.pro:style/Base.Theme.AppCompat.Light.DialogWhenLarge = 0x7f140058
+com.example.medcuida.pro:style/TextAppearance.Compat.Notification.Line2 = 0x7f1401c6
+com.example.medcuida.pro:drawable/abc_list_divider_mtrl_alpha = 0x7f08004d
+com.example.medcuida.pro:style/Platform.AppCompat = 0x7f140136
+com.example.medcuida.pro:dimen/mtrl_btn_text_btn_icon_padding = 0x7f070269
+com.example.medcuida.pro:style/Base.Theme.AppCompat.Light.Dialog.Alert = 0x7f140055
+com.example.medcuida.pro:style/Widget.Material3.FloatingActionButton.Surface = 0x7f140390
+com.example.medcuida.pro:id/normal = 0x7f090191
+com.example.medcuida.pro:color/m3_sys_color_on_secondary_fixed_variant = 0x7f060200
+com.example.medcuida.pro:style/Base.Widget.AppCompat.ListView = 0x7f1400e7
+com.example.medcuida.pro:dimen/m3_comp_navigation_drawer_standard_container_elevation = 0x7f070149
+com.example.medcuida.pro:style/Base.Theme.AppCompat.DialogWhenLarge = 0x7f140051
+com.example.medcuida.pro:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.Text = 0x7f14014b
+com.example.medcuida.pro:style/Base.TextAppearance.MaterialComponents.Headline6 = 0x7f140046
+com.example.medcuida.pro:id/card_next_medication = 0x7f09008b
+com.example.medcuida.pro:layout/abc_screen_simple = 0x7f0c0015
+com.example.medcuida.pro:layout/mtrl_picker_fullscreen = 0x7f0c0072
+com.example.medcuida.pro:styleable/AppBarLayout = 0x7f15000d
+com.example.medcuida.pro:string/mtrl_checkbox_button_path_name = 0x7f130096
+com.example.medcuida.pro:style/TextAppearance.M3.Sys.Typescale.TitleSmall = 0x7f1401e2
+com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Widget.TextView.SpinnerItem = 0x7f140042
+com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Widget.Button.Inverse = 0x7f14003c
+com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.Dialog.Alert.Framework = 0x7f1402cf
+com.example.medcuida.pro:style/Theme.Material3.DayNight.DialogWhenLarge = 0x7f140237
+com.example.medcuida.pro:style/Widget.Material3.Chip.Suggestion.Elevated = 0x7f140370
+com.example.medcuida.pro:style/Theme.MaterialComponents.DialogWhenLarge = 0x7f140261
+com.example.medcuida.pro:style/Platform.ThemeOverlay.AppCompat.Dark = 0x7f14013d
+com.example.medcuida.pro:styleable/AppCompatTextView = 0x7f150014
+com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Widget.Button.Colored = 0x7f14003b
+com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Menu = 0x7f140032
+com.example.medcuida.pro:id/register_button = 0x7f0901cf
+com.example.medcuida.pro:string/forgot_password = 0x7f13005b
+com.example.medcuida.pro:style/ShapeAppearance.M3.Comp.Badge.Large.Shape = 0x7f140155
+com.example.medcuida.pro:macro/m3_comp_filled_icon_button_toggle_selected_icon_color = 0x7f0d004a
+com.example.medcuida.pro:drawable/ic_call_decline = 0x7f0800a9
+com.example.medcuida.pro:id/titleDividerNoCustom = 0x7f09024e
+com.example.medcuida.pro:style/Widget.AppCompat.Button = 0x7f1402f1
com.example.medcuida.pro:style/Widget.Design.Snackbar = 0x7f14033a
com.example.medcuida.pro:style/TextAppearance.AppCompat.Display2 = 0x7f14019a
-com.example.medcuida.pro:style/TextAppearance.AppCompat.Button = 0x7f140197
+com.example.medcuida.pro:styleable/Transform = 0x7f1500a2
+com.example.medcuida.pro:string/mtrl_picker_text_input_month_abbr = 0x7f1300bc
+com.example.medcuida.pro:dimen/mtrl_shape_corner_size_medium_component = 0x7f0702e0
+com.example.medcuida.pro:style/Base.V26.Theme.AppCompat = 0x7f1400b5
+com.example.medcuida.pro:id/hide_ime_id = 0x7f09010d
+com.example.medcuida.pro:dimen/fastscroll_default_thickness = 0x7f070092
+com.example.medcuida.pro:style/Base.Animation.AppCompat.Dialog = 0x7f14000d
+com.example.medcuida.pro:string/m3_sys_motion_easing_emphasized = 0x7f13006e
+com.example.medcuida.pro:dimen/m3_searchbar_padding_start = 0x7f0701db
+com.example.medcuida.pro:style/Base.Animation.AppCompat.DropDownUp = 0x7f14000e
+com.example.medcuida.pro:style/Widget.MaterialComponents.TimePicker.ImageButton.ShapeAppearance = 0x7f14045a
+com.example.medcuida.pro:style/Base.AlertDialog.AppCompat.Light = 0x7f14000c
+com.example.medcuida.pro:style/Animation.Material3.SideSheetDialog = 0x7f140007
+com.example.medcuida.pro:style/ThemeOverlay.Material3.MaterialTimePicker.Display.TextInputEditText = 0x7f1402af
+com.example.medcuida.pro:styleable/SearchView = 0x7f150087
+com.example.medcuida.pro:style/Animation.AppCompat.DropDownUp = 0x7f140003
+com.example.medcuida.pro:string/abc_activitychooserview_choose_application = 0x7f130005
+com.example.medcuida.pro:id/open_search_view_toolbar = 0x7f0901a5
+com.example.medcuida.pro:macro/m3_comp_time_input_time_input_field_supporting_text_type = 0x7f0d014c
+com.example.medcuida.pro:style/Widget.Material3.NavigationView = 0x7f1403ba
+com.example.medcuida.pro:string/title_sns24 = 0x7f1300e5
+com.example.medcuida.pro:macro/m3_comp_search_view_header_supporting_text_color = 0x7f0d00f8
+com.example.medcuida.pro:string/title_profile = 0x7f1300e4
+com.example.medcuida.pro:id/adjust_width = 0x7f09004a
+com.example.medcuida.pro:string/m3_ref_typeface_plain_medium = 0x7f13006c
+com.example.medcuida.pro:id/text_empty_medications = 0x7f090237
+com.example.medcuida.pro:style/TextAppearance.AppCompat.Widget.Button.Borderless.Colored = 0x7f1401bb
+com.example.medcuida.pro:color/m3_sys_color_dynamic_dark_on_tertiary = 0x7f06019a
+com.example.medcuida.pro:dimen/mtrl_chip_text_size = 0x7f07029f
+com.example.medcuida.pro:style/Theme.MaterialComponents.Light = 0x7f140262
+com.example.medcuida.pro:style/Theme.MaterialComponents.Light.DarkActionBar = 0x7f140265
+com.example.medcuida.pro:string/login_button = 0x7f130067
+com.example.medcuida.pro:dimen/m3_fab_translation_z_pressed = 0x7f0701b5
+com.example.medcuida.pro:style/TextAppearance.AppCompat.Widget.PopupMenu.Large = 0x7f1401c0
+com.example.medcuida.pro:style/Widget.MaterialComponents.AppBarLayout.Surface = 0x7f1403e9
+com.example.medcuida.pro:drawable/$mtrl_switch_thumb_pressed_unchecked__0 = 0x7f080024
+com.example.medcuida.pro:layout/activity_chat = 0x7f0c001d
+com.example.medcuida.pro:dimen/material_clock_face_margin_top = 0x7f070223
+com.example.medcuida.pro:style/TextAppearance.MaterialComponents.Headline1 = 0x7f1401fe
+com.example.medcuida.pro:style/Widget.MaterialComponents.Chip.Choice = 0x7f140406
+com.example.medcuida.pro:style/Widget.Material3.Button.IconButton = 0x7f140354
+com.example.medcuida.pro:id/text_agenda_info = 0x7f090231
+com.example.medcuida.pro:dimen/notification_large_icon_height = 0x7f07030c
+com.example.medcuida.pro:id/btn_confirmar = 0x7f090073
+com.example.medcuida.pro:string/password_toggle_content_description = 0x7f1300d2
+com.example.medcuida.pro:style/Widget.Material3.BottomAppBar.Legacy = 0x7f140349
+com.example.medcuida.pro:style/Widget.Design.TextInputEditText = 0x7f14033c
+com.example.medcuida.pro:string/email_hint = 0x7f13004a
+com.example.medcuida.pro:string/nav_app_bar_navigate_up_description = 0x7f1300ce
+com.example.medcuida.pro:string/mtrl_switch_thumb_path_checked = 0x7f1300c4
+com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Display4 = 0x7f14001e
+com.example.medcuida.pro:style/Theme.Material3.DayNight.Dialog.Alert = 0x7f140235
+com.example.medcuida.pro:string/mtrl_switch_thumb_group_name = 0x7f1300c3
+com.example.medcuida.pro:style/Theme.MaterialComponents.DayNight.Bridge = 0x7f14024b
+com.example.medcuida.pro:string/generic_error_user_canceled = 0x7f13005f
+com.example.medcuida.pro:string/mtrl_picker_text_input_year_abbr = 0x7f1300bd
+com.example.medcuida.pro:style/Theme.Material3.Light = 0x7f14023d
+com.example.medcuida.pro:string/mtrl_picker_text_input_date_range_start_hint = 0x7f1300ba
+com.example.medcuida.pro:string/mtrl_picker_range_header_unselected = 0x7f1300b5
+com.example.medcuida.pro:style/Base.Theme.AppCompat.Light = 0x7f140052
+com.example.medcuida.pro:string/mtrl_picker_invalid_format_use = 0x7f1300ac
+com.example.medcuida.pro:id/end = 0x7f0900e4
+com.example.medcuida.pro:style/ShapeAppearance.M3.Sys.Shape.Corner.None = 0x7f14016c
+com.example.medcuida.pro:string/mtrl_picker_date_header_title = 0x7f1300a6
+com.example.medcuida.pro:style/Base.Widget.AppCompat.PopupMenu.Overflow = 0x7f1400eb
+com.example.medcuida.pro:integer/mtrl_switch_track_viewport_width = 0x7f0a003f
+com.example.medcuida.pro:string/mtrl_picker_announce_current_range_selection = 0x7f1300a0
+com.example.medcuida.pro:id/accessibility_custom_action_20 = 0x7f09001d
+com.example.medcuida.pro:styleable/Navigator = 0x7f15007a
+com.example.medcuida.pro:style/Widget.MaterialComponents.TextInputLayout.FilledBox.ExposedDropdownMenu = 0x7f14044b
+com.example.medcuida.pro:layout/abc_list_menu_item_layout = 0x7f0c0010
+com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.SearchResult = 0x7f140028
+com.example.medcuida.pro:macro/m3_comp_time_picker_time_selector_unselected_label_text_color = 0x7f0d016b
+com.example.medcuida.pro:string/mtrl_checkbox_button_path_unchecked = 0x7f130097
+com.example.medcuida.pro:string/mtrl_badge_numberless_content_description = 0x7f13008f
+com.example.medcuida.pro:style/TextAppearance.Material3.LabelMedium = 0x7f1401ef
+com.example.medcuida.pro:string/material_slider_value = 0x7f130087
+com.example.medcuida.pro:macro/m3_comp_search_view_header_supporting_text_type = 0x7f0d00f9
+com.example.medcuida.pro:id/src_in = 0x7f09020e
+com.example.medcuida.pro:macro/m3_comp_outlined_text_field_supporting_text_color = 0x7f0d00c7
+com.example.medcuida.pro:macro/m3_comp_switch_selected_focus_icon_color = 0x7f0d0122
+com.example.medcuida.pro:string/material_motion_easing_linear = 0x7f130083
+com.example.medcuida.pro:style/Widget.Material3.TabLayout = 0x7f1403cf
+com.example.medcuida.pro:string/material_motion_easing_emphasized = 0x7f130082
+com.example.medcuida.pro:macro/m3_comp_time_picker_container_shape = 0x7f0d0150
+com.example.medcuida.pro:layout/dialog_edit_profile = 0x7f0c003a
+com.example.medcuida.pro:style/Base.ThemeOverlay.AppCompat.Dialog = 0x7f14007c
+com.example.medcuida.pro:style/ThemeOverlay.Material3.Light.Dialog.Alert.Framework = 0x7f1402a8
+com.example.medcuida.pro:string/material_minute_selection = 0x7f13007e
+com.example.medcuida.pro:style/Widget.Material3.MaterialCalendar.HeaderLayout.Fullscreen = 0x7f1403a0
+com.example.medcuida.pro:id/cos = 0x7f0900aa
+com.example.medcuida.pro:string/material_hour_24h_suffix = 0x7f13007b
+com.example.medcuida.pro:string/m3_ref_typeface_brand_regular = 0x7f13006b
+com.example.medcuida.pro:string/generic_error_no_keyguard = 0x7f13005e
+com.example.medcuida.pro:styleable/Tooltip = 0x7f1500a1
+com.example.medcuida.pro:style/Widget.Material3.MaterialDivider.Heavy = 0x7f1403ad
+com.example.medcuida.pro:style/Widget.Material3.ExtendedFloatingActionButton.Tertiary = 0x7f140385
+com.example.medcuida.pro:style/Base.Widget.Material3.CardView = 0x7f140100
+com.example.medcuida.pro:string/mtrl_picker_cancel = 0x7f1300a3
+com.example.medcuida.pro:plurals/mtrl_badge_content_description = 0x7f110000
+com.example.medcuida.pro:style/Widget.MaterialComponents.TimePicker.Display.HelperText = 0x7f140456
+com.example.medcuida.pro:color/m3_sys_color_dynamic_dark_surface_variant = 0x7f0601aa
+com.example.medcuida.pro:style/Base.CardView = 0x7f140010
+com.example.medcuida.pro:color/m3_sys_color_dynamic_dark_tertiary_container = 0x7f0601ac
+com.example.medcuida.pro:string/fingerprint_error_lockout = 0x7f130056
+com.example.medcuida.pro:style/Animation.Material3.SideSheetDialog.Left = 0x7f140008
+com.example.medcuida.pro:styleable/OnSwipe = 0x7f15007c
+com.example.medcuida.pro:id/mini = 0x7f090154
+com.example.medcuida.pro:dimen/m3_comp_filter_chip_flat_unselected_outline_width = 0x7f070132
+com.example.medcuida.pro:string/fingerprint_dialog_touch_sensor = 0x7f130053
+com.example.medcuida.pro:styleable/RecyclerView = 0x7f150083
+com.example.medcuida.pro:styleable/ThemeEnforcement = 0x7f15009f
+com.example.medcuida.pro:dimen/m3_carousel_small_item_default_corner_size = 0x7f0700f3
+com.example.medcuida.pro:style/Widget.MaterialComponents.MaterialCalendar.HeaderSelection.Fullscreen = 0x7f140426
+com.example.medcuida.pro:styleable/Variant = 0x7f1500a4
+com.example.medcuida.pro:style/ThemeOverlay.Material3.ExtendedFloatingActionButton.Tertiary = 0x7f1402a0
+com.example.medcuida.pro:style/Widget.Material3.PopupMenu.ContextMenu = 0x7f1403bc
+com.example.medcuida.pro:string/exposed_dropdown_menu_content_description = 0x7f13004d
+com.example.medcuida.pro:dimen/notification_action_text_size = 0x7f070309
+com.example.medcuida.pro:macro/m3_comp_switch_selected_focus_state_layer_color = 0x7f0d0123
+com.example.medcuida.pro:dimen/m3_comp_extended_fab_primary_container_elevation = 0x7f070110
+com.example.medcuida.pro:string/error_icon_content_description = 0x7f13004c
+com.example.medcuida.pro:string/error_a11y_label = 0x7f13004b
+com.example.medcuida.pro:styleable/MaterialTextAppearance = 0x7f150060
+com.example.medcuida.pro:style/ThemeOverlay.Material3.Dialog = 0x7f140297
+com.example.medcuida.pro:id/navigation_bar_item_large_label_view = 0x7f090180
+com.example.medcuida.pro:string/common_signin_button_text_long = 0x7f130044
+com.example.medcuida.pro:styleable/MotionHelper = 0x7f15006a
+com.example.medcuida.pro:style/AlertDialog.AppCompat = 0x7f140000
+com.example.medcuida.pro:style/Widget.Material3.MaterialCalendar.HeaderTitle = 0x7f1403a3
+com.example.medcuida.pro:style/ShapeAppearance.M3.Comp.NavigationRail.Container.Shape = 0x7f14015e
+com.example.medcuida.pro:style/Widget.AppCompat.Spinner = 0x7f140327
+com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Widget.Button = 0x7f140039
+com.example.medcuida.pro:styleable/StateSet = 0x7f150096
+com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents = 0x7f1402be
+com.example.medcuida.pro:style/Base.Theme.AppCompat.Light.DarkActionBar = 0x7f140053
+com.example.medcuida.pro:style/ShapeAppearance.M3.Comp.NavigationBar.Container.Shape = 0x7f14015b
+com.example.medcuida.pro:style/Widget.Material3.SideSheet.Detached = 0x7f1403c7
+com.example.medcuida.pro:style/Widget.Material3.MaterialCalendar.Day.Today = 0x7f140399
+com.example.medcuida.pro:string/common_google_play_services_install_text = 0x7f130037
+com.example.medcuida.pro:id/packed = 0x7f0901aa
+com.example.medcuida.pro:string/common_google_play_services_install_button = 0x7f130036
+com.example.medcuida.pro:style/Widget.Material3.Button.IconButton.Outlined = 0x7f140357
+com.example.medcuida.pro:string/common_google_play_services_enable_title = 0x7f130035
+com.example.medcuida.pro:style/Base.Widget.AppCompat.TextView = 0x7f1400f8
+com.example.medcuida.pro:style/Widget.Material3.Badge = 0x7f140345
+com.example.medcuida.pro:string/common_google_play_services_enable_button = 0x7f130033
+com.example.medcuida.pro:style/Widget.AppCompat.ActionBar.TabBar = 0x7f1402e8
+com.example.medcuida.pro:string/character_counter_content_description = 0x7f13002f
+com.example.medcuida.pro:style/Base.Widget.AppCompat.Light.ActionBar.TabBar = 0x7f1400df
+com.example.medcuida.pro:macro/m3_comp_outlined_text_field_input_text_type = 0x7f0d00c4
+com.example.medcuida.pro:style/Base.Widget.AppCompat.CompoundButton.Switch = 0x7f1400d7
+com.example.medcuida.pro:dimen/m3_comp_text_button_focus_state_layer_opacity = 0x7f070199
+com.example.medcuida.pro:macro/m3_comp_navigation_bar_label_text_type = 0x7f0d007a
+com.example.medcuida.pro:string/call_notification_ongoing_text = 0x7f13002d
+com.example.medcuida.pro:style/Base.Widget.Material3.CompoundButton.CheckBox = 0x7f140103
+com.example.medcuida.pro:drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__1 = 0x7f080015
+com.example.medcuida.pro:macro/m3_comp_fab_tertiary_container_color = 0x7f0d0040
+com.example.medcuida.pro:string/age_hint = 0x7f13001b
+com.example.medcuida.pro:style/Theme.AppCompat.DayNight.NoActionBar = 0x7f140214
+com.example.medcuida.pro:string/abc_shareactionprovider_share_with = 0x7f130018
+com.example.medcuida.pro:style/ThemeOverlay.AppCompat.Dialog = 0x7f14027a
+com.example.medcuida.pro:dimen/highlight_alpha_material_light = 0x7f070098
com.example.medcuida.pro:style/Widget.Design.ScrimInsetsFrameLayout = 0x7f140339
com.example.medcuida.pro:style/ThemeOverlay.Material3.DynamicColors.DayNight = 0x7f14029b
com.example.medcuida.pro:style/TextAppearance.AppCompat.Body2 = 0x7f140196
-com.example.medcuida.pro:style/TextAppearance.AppCompat.Body1 = 0x7f140195
-com.example.medcuida.pro:style/TextAppearance.AppCompat = 0x7f140194
-com.example.medcuida.pro:style/ShapeAppearanceOverlay.MaterialComponents.TextInputLayout.FilledBox = 0x7f140193
-com.example.medcuida.pro:style/ShapeAppearanceOverlay.MaterialAlertDialog.Material3 = 0x7f14018b
-com.example.medcuida.pro:style/ShapeAppearanceOverlay.Material3.FloatingActionButton = 0x7f140187
-com.example.medcuida.pro:style/ShapeAppearanceOverlay.Material3.Corner.Top = 0x7f140186
-com.example.medcuida.pro:style/ShapeAppearanceOverlay.Material3.Corner.Bottom = 0x7f140183
-com.example.medcuida.pro:style/ShapeAppearanceOverlay.Material3.Button = 0x7f140181
-com.example.medcuida.pro:style/ShapeAppearanceOverlay.App.CornerSize50Percent = 0x7f140180
-com.example.medcuida.pro:style/ShapeAppearance.MaterialComponents.SmallComponent = 0x7f14017e
-com.example.medcuida.pro:style/ShapeAppearance.MaterialComponents.LargeComponent = 0x7f14017c
-com.example.medcuida.pro:style/ShapeAppearance.MaterialComponents.Badge = 0x7f14017b
-com.example.medcuida.pro:style/ShapeAppearance.Material3.Tooltip = 0x7f140179
-com.example.medcuida.pro:style/ShapeAppearance.Material3.NavigationBarView.ActiveIndicator = 0x7f140177
-com.example.medcuida.pro:style/ShapeAppearance.Material3.MediumComponent = 0x7f140176
-com.example.medcuida.pro:style/ShapeAppearance.Material3.LargeComponent = 0x7f140175
-com.example.medcuida.pro:style/Theme.MaterialComponents.DayNight.NoActionBar.Bridge = 0x7f140258
-com.example.medcuida.pro:style/ShapeAppearance.Material3.Corner.Small = 0x7f140174
-com.example.medcuida.pro:style/ShapeAppearance.Material3.Corner.None = 0x7f140173
-com.example.medcuida.pro:style/ShapeAppearance.Material3.Corner.Medium = 0x7f140172
-com.example.medcuida.pro:style/ShapeAppearance.Material3.Corner.Large = 0x7f140171
-com.example.medcuida.pro:style/ShapeAppearance.Material3.Corner.ExtraSmall = 0x7f14016f
-com.example.medcuida.pro:style/ShapeAppearance.M3.Sys.Shape.Corner.Small = 0x7f14016d
-com.example.medcuida.pro:style/ShapeAppearance.M3.Sys.Shape.Corner.None = 0x7f14016c
-com.example.medcuida.pro:style/ShapeAppearance.M3.Sys.Shape.Corner.Medium = 0x7f14016b
-com.example.medcuida.pro:style/ShapeAppearance.M3.Sys.Shape.Corner.Large = 0x7f14016a
-com.example.medcuida.pro:styleable/AppCompatSeekBar = 0x7f150012
-com.example.medcuida.pro:style/ShapeAppearance.M3.Comp.Switch.Track.Shape = 0x7f140165
-com.example.medcuida.pro:style/ShapeAppearance.M3.Comp.Switch.StateLayer.Shape = 0x7f140164
-com.example.medcuida.pro:style/ShapeAppearance.M3.Comp.Switch.Handle.Shape = 0x7f140163
-com.example.medcuida.pro:style/ShapeAppearance.M3.Comp.SearchBar.Container.Shape = 0x7f140160
-com.example.medcuida.pro:style/Widget.AppCompat.Spinner = 0x7f140327
-com.example.medcuida.pro:style/ShapeAppearance.M3.Comp.NavigationRail.Container.Shape = 0x7f14015e
-com.example.medcuida.pro:style/ThemeOverlay.Material3.HarmonizedColors.Empty = 0x7f1402a6
-com.example.medcuida.pro:style/ShapeAppearance.M3.Comp.NavigationRail.ActiveIndicator.Shape = 0x7f14015d
-com.example.medcuida.pro:style/ShapeAppearance.M3.Comp.NavigationDrawer.ActiveIndicator.Shape = 0x7f14015c
-com.example.medcuida.pro:style/ShapeAppearance.M3.Comp.NavigationBar.Container.Shape = 0x7f14015b
-com.example.medcuida.pro:style/Widget.Material3.TextInputLayout.OutlinedBox = 0x7f1403da
-com.example.medcuida.pro:style/Widget.AppCompat.ImageButton = 0x7f1402ff
-com.example.medcuida.pro:style/ShapeAppearance.M3.Comp.NavigationBar.ActiveIndicator.Shape = 0x7f14015a
-com.example.medcuida.pro:style/RtlUnderlay.Widget.AppCompat.ActionButton = 0x7f140153
-com.example.medcuida.pro:style/RtlOverlay.Widget.AppCompat.SearchView.MagIcon = 0x7f140152
-com.example.medcuida.pro:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Query = 0x7f140150
-com.example.medcuida.pro:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Icon1 = 0x7f14014e
-com.example.medcuida.pro:style/RtlOverlay.DialogWindowTitle.AppCompat = 0x7f140144
-com.example.medcuida.pro:style/Platform.V21.AppCompat.Light = 0x7f140140
-com.example.medcuida.pro:style/RtlOverlay.Widget.AppCompat.ActionBar.TitleItem = 0x7f140145
-com.example.medcuida.pro:style/Platform.ThemeOverlay.AppCompat.Light = 0x7f14013e
-com.example.medcuida.pro:styleable/AppCompatTextView = 0x7f150014
-com.example.medcuida.pro:style/Theme.MaterialComponents.DialogWhenLarge = 0x7f140261
-com.example.medcuida.pro:style/Platform.ThemeOverlay.AppCompat.Dark = 0x7f14013d
-com.example.medcuida.pro:style/Platform.MaterialComponents.Dialog = 0x7f140139
-com.example.medcuida.pro:style/Platform.AppCompat.Light = 0x7f140137
-com.example.medcuida.pro:style/Platform.AppCompat = 0x7f140136
-com.example.medcuida.pro:style/Widget.Material3.PopupMenu = 0x7f1403bb
-com.example.medcuida.pro:style/MaterialAlertDialog.MaterialComponents.Title.Text = 0x7f140134
-com.example.medcuida.pro:style/MaterialAlertDialog.MaterialComponents.Title.Panel = 0x7f140132
-com.example.medcuida.pro:style/MaterialAlertDialog.MaterialComponents.Picker.Date.Calendar = 0x7f14012e
-com.example.medcuida.pro:style/MaterialAlertDialog.MaterialComponents = 0x7f14012c
-com.example.medcuida.pro:style/MaterialAlertDialog.Material3.Title.Text.CenterStacked = 0x7f14012b
-com.example.medcuida.pro:style/MaterialAlertDialog.Material3.Title.Icon.CenterStacked = 0x7f140127
-com.example.medcuida.pro:style/MaterialAlertDialog.Material3.Body.Text.CenterStacked = 0x7f140125
-com.example.medcuida.pro:style/CardView = 0x7f14011f
-com.example.medcuida.pro:style/Base.Widget.MaterialComponents.TextInputEditText = 0x7f14011c
-com.example.medcuida.pro:style/Base.Widget.MaterialComponents.Snackbar = 0x7f14011b
-com.example.medcuida.pro:style/Base.Widget.MaterialComponents.Slider = 0x7f14011a
-com.example.medcuida.pro:style/Base.Widget.MaterialComponents.PopupMenu.Overflow = 0x7f140119
-com.example.medcuida.pro:style/Base.Widget.MaterialComponents.PopupMenu.ContextMenu = 0x7f140117
-com.example.medcuida.pro:style/Base.Widget.MaterialComponents.PopupMenu = 0x7f140116
-com.example.medcuida.pro:styleable/KeyFrame = 0x7f150046
-com.example.medcuida.pro:style/Base.Widget.MaterialComponents.MaterialCalendar.HeaderToggleButton = 0x7f140114
-com.example.medcuida.pro:style/Base.Widget.Material3.TabLayout.Secondary = 0x7f140110
-com.example.medcuida.pro:style/Base.Widget.Material3.FloatingActionButton.Large = 0x7f140109
-com.example.medcuida.pro:style/Base.Widget.Material3.FloatingActionButton = 0x7f140108
-com.example.medcuida.pro:style/Base.Widget.Material3.ExtendedFloatingActionButton.Icon = 0x7f140107
-com.example.medcuida.pro:styleable/Constraint = 0x7f150029
-com.example.medcuida.pro:style/Base.Widget.Material3.ExtendedFloatingActionButton = 0x7f140106
-com.example.medcuida.pro:style/Base.Widget.Material3.CompoundButton.Switch = 0x7f140105
-com.example.medcuida.pro:style/Base.Widget.Material3.CompoundButton.CheckBox = 0x7f140103
-com.example.medcuida.pro:style/Base.Widget.Material3.CollapsingToolbar = 0x7f140102
-com.example.medcuida.pro:style/Base.Widget.Material3.Chip = 0x7f140101
-com.example.medcuida.pro:style/Base.Widget.Material3.CardView = 0x7f140100
-com.example.medcuida.pro:style/Base.Widget.Material3.BottomNavigationView = 0x7f1400ff
-com.example.medcuida.pro:style/Base.Widget.AppCompat.Toolbar = 0x7f1400fa
-com.example.medcuida.pro:style/Base.Widget.AppCompat.TextView = 0x7f1400f8
-com.example.medcuida.pro:style/Base.Widget.AppCompat.Spinner = 0x7f1400f6
-com.example.medcuida.pro:style/Base.Widget.AppCompat.SeekBar.Discrete = 0x7f1400f5
-com.example.medcuida.pro:style/Base.Widget.AppCompat.SearchView.ActionBar = 0x7f1400f3
-com.example.medcuida.pro:style/Base.Widget.AppCompat.RatingBar.Indicator = 0x7f1400f0
-com.example.medcuida.pro:style/Theme.Material3.Dark.NoActionBar = 0x7f140230
-com.example.medcuida.pro:style/Base.Widget.AppCompat.ProgressBar.Horizontal = 0x7f1400ee
-com.example.medcuida.pro:style/Base.Widget.AppCompat.ListView.Menu = 0x7f1400e9
-com.example.medcuida.pro:style/Base.Widget.AppCompat.ListView = 0x7f1400e7
-com.example.medcuida.pro:style/Widget.AppCompat.SearchView = 0x7f140323
-com.example.medcuida.pro:style/Base.Widget.AppCompat.Light.PopupMenu.Overflow = 0x7f1400e4
-com.example.medcuida.pro:style/Base.Widget.AppCompat.Light.PopupMenu = 0x7f1400e3
-com.example.medcuida.pro:style/Base.Widget.AppCompat.Light.ActionBar.TabView = 0x7f1400e2
-com.example.medcuida.pro:style/Theme.MaterialComponents.Light.NoActionBar.Bridge = 0x7f140271
-com.example.medcuida.pro:style/Base.Widget.AppCompat.Light.ActionBar.TabText.Inverse = 0x7f1400e1
-com.example.medcuida.pro:style/Base.Widget.AppCompat.Light.ActionBar.TabBar = 0x7f1400df
-com.example.medcuida.pro:style/Widget.Material3.Button.ElevatedButton = 0x7f140351
-com.example.medcuida.pro:style/Base.Widget.AppCompat.EditText = 0x7f1400db
-com.example.medcuida.pro:style/Base.Widget.AppCompat.DrawerArrowToggle.Common = 0x7f1400d9
-com.example.medcuida.pro:style/Base.Widget.AppCompat.DrawerArrowToggle = 0x7f1400d8
-com.example.medcuida.pro:style/Base.Widget.AppCompat.CompoundButton.Switch = 0x7f1400d7
-com.example.medcuida.pro:style/Base.Widget.AppCompat.Button.Colored = 0x7f1400d1
-com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.TimePicker.Display = 0x7f1402e1
-com.example.medcuida.pro:style/Base.Widget.AppCompat.Button.ButtonBar.AlertDialog = 0x7f1400d0
-com.example.medcuida.pro:style/Base.Widget.AppCompat.Button.Borderless.Colored = 0x7f1400cf
-com.example.medcuida.pro:style/Base.Widget.AppCompat.Button.Borderless = 0x7f1400ce
-com.example.medcuida.pro:style/Base.Widget.AppCompat.AutoCompleteTextView = 0x7f1400cc
-com.example.medcuida.pro:style/Base.Widget.AppCompat.ActionMode = 0x7f1400ca
-com.example.medcuida.pro:style/Base.V7.Widget.AppCompat.Toolbar = 0x7f1400c1
-com.example.medcuida.pro:style/Base.V7.Widget.AppCompat.EditText = 0x7f1400c0
-com.example.medcuida.pro:style/Base.V7.Theme.AppCompat.Light.Dialog = 0x7f1400bd
-com.example.medcuida.pro:style/Base.V28.Theme.AppCompat.Light = 0x7f1400b9
-com.example.medcuida.pro:styleable/CustomAttribute = 0x7f150031
-com.example.medcuida.pro:style/Base.V26.Theme.AppCompat.Light = 0x7f1400b6
-com.example.medcuida.pro:style/Base.V26.Theme.AppCompat = 0x7f1400b5
-com.example.medcuida.pro:style/Base.V24.Theme.Material3.Light = 0x7f1400b3
-com.example.medcuida.pro:style/Base.V24.Theme.Material3.Dark.Dialog = 0x7f1400b2
-com.example.medcuida.pro:style/Base.V24.Theme.Material3.Dark = 0x7f1400b1
-com.example.medcuida.pro:style/TextAppearance.Material3.HeadlineSmall = 0x7f1401ed
-com.example.medcuida.pro:style/Base.V23.Theme.AppCompat = 0x7f1400af
-com.example.medcuida.pro:style/Base.V22.Theme.AppCompat.Light = 0x7f1400ae
-com.example.medcuida.pro:style/Base.V22.Theme.AppCompat = 0x7f1400ad
-com.example.medcuida.pro:style/Base.V21.ThemeOverlay.AppCompat.Dialog = 0x7f1400a9
-com.example.medcuida.pro:style/Base.V21.Theme.MaterialComponents.Light.Dialog = 0x7f1400a8
-com.example.medcuida.pro:style/Base.V21.Theme.AppCompat.Light = 0x7f1400a3
-com.example.medcuida.pro:style/Base.V21.Theme.AppCompat.Dialog = 0x7f1400a2
-com.example.medcuida.pro:style/ThemeOverlay.Material3.Dialog.Alert.Framework = 0x7f140299
-com.example.medcuida.pro:style/Base.V21.Theme.AppCompat = 0x7f1400a1
-com.example.medcuida.pro:style/Base.V14.Widget.MaterialComponents.AutoCompleteTextView = 0x7f1400a0
-com.example.medcuida.pro:style/Base.V14.ThemeOverlay.MaterialComponents.MaterialAlertDialog = 0x7f14009f
-com.example.medcuida.pro:style/Base.V14.ThemeOverlay.MaterialComponents.Dialog.Alert = 0x7f14009e
-com.example.medcuida.pro:styleable/CircularProgressIndicator = 0x7f150022
-com.example.medcuida.pro:style/Base.V14.ThemeOverlay.MaterialComponents.Dialog = 0x7f14009d
-com.example.medcuida.pro:style/Base.V14.ThemeOverlay.Material3.BottomSheetDialog = 0x7f14009a
-com.example.medcuida.pro:styleable/ForegroundLinearLayout = 0x7f15003c
-com.example.medcuida.pro:style/Base.V14.Theme.MaterialComponents.Light.Dialog.Bridge = 0x7f140099
-com.example.medcuida.pro:style/Base.V14.Theme.MaterialComponents.Light.Dialog = 0x7f140098
-com.example.medcuida.pro:style/Base.V14.Theme.MaterialComponents.Light.DarkActionBar.Bridge = 0x7f140097
-com.example.medcuida.pro:style/Base.V14.Theme.MaterialComponents.Light.Bridge = 0x7f140096
-com.example.medcuida.pro:styleable/SplitPlaceholderRule = 0x7f150092
-com.example.medcuida.pro:style/Base.V14.Theme.MaterialComponents.Light = 0x7f140095
-com.example.medcuida.pro:style/Base.V14.Theme.MaterialComponents.Dialog = 0x7f140093
-com.example.medcuida.pro:style/Base.V14.Theme.MaterialComponents.Bridge = 0x7f140092
-com.example.medcuida.pro:styleable/MaterialCardView = 0x7f150059
-com.example.medcuida.pro:style/Base.V14.Theme.MaterialComponents = 0x7f140091
-com.example.medcuida.pro:style/Base.V14.Theme.Material3.Light.Dialog = 0x7f14008f
-com.example.medcuida.pro:style/Base.V14.Theme.Material3.Light = 0x7f14008d
-com.example.medcuida.pro:style/Base.V14.Theme.Material3.Dark.Dialog = 0x7f14008b
-com.example.medcuida.pro:style/Base.ThemeOverlay.MaterialComponents.Dialog.Alert.Framework = 0x7f140086
-com.example.medcuida.pro:style/Base.ThemeOverlay.MaterialComponents.Dialog.Alert = 0x7f140085
-com.example.medcuida.pro:style/Base.ThemeOverlay.Material3.TextInputEditText = 0x7f140083
-com.example.medcuida.pro:style/Base.ThemeOverlay.Material3.AutoCompleteTextView = 0x7f14007f
-com.example.medcuida.pro:style/ShapeAppearance.Material3.Corner.ExtraLarge = 0x7f14016e
-com.example.medcuida.pro:style/Base.ThemeOverlay.AppCompat.Light = 0x7f14007e
-com.example.medcuida.pro:style/Base.ThemeOverlay.AppCompat.Dialog.Alert = 0x7f14007d
-com.example.medcuida.pro:style/ThemeOverlay.Material3.Light.Dialog.Alert.Framework = 0x7f1402a8
-com.example.medcuida.pro:style/Base.ThemeOverlay.AppCompat.Dialog = 0x7f14007c
-com.example.medcuida.pro:style/Base.ThemeOverlay.AppCompat.ActionBar = 0x7f140079
-com.example.medcuida.pro:style/Base.Theme.MaterialComponents.Light.DialogWhenLarge = 0x7f140077
-com.example.medcuida.pro:styleable/NavArgument = 0x7f150070
-com.example.medcuida.pro:style/Base.Theme.MaterialComponents.Light.Dialog.MinWidth = 0x7f140076
-com.example.medcuida.pro:style/Base.Theme.MaterialComponents.Light.Dialog.FixedSize = 0x7f140075
-com.example.medcuida.pro:style/Base.Theme.MaterialComponents.Light.Dialog.Alert = 0x7f140073
-com.example.medcuida.pro:style/Base.Theme.MaterialComponents.Light.DarkActionBar.Bridge = 0x7f140071
-com.example.medcuida.pro:style/Base.Theme.MaterialComponents.Light.DarkActionBar = 0x7f140070
-com.example.medcuida.pro:style/Base.Widget.AppCompat.ActionBar.TabText = 0x7f1400c5
-com.example.medcuida.pro:style/Base.Theme.MaterialComponents.DialogWhenLarge = 0x7f14006d
-com.example.medcuida.pro:style/Base.Theme.MaterialComponents.Dialog.MinWidth = 0x7f14006c
-com.example.medcuida.pro:style/Base.Theme.MaterialComponents.Dialog.FixedSize = 0x7f14006b
-com.example.medcuida.pro:style/Base.Theme.MaterialComponents.Dialog.Bridge = 0x7f14006a
-com.example.medcuida.pro:style/Base.Theme.MaterialComponents.Dialog.Alert = 0x7f140069
-com.example.medcuida.pro:style/Base.Theme.MaterialComponents.Dialog = 0x7f140068
-com.example.medcuida.pro:style/Base.Theme.MaterialComponents.CompactMenu = 0x7f140067
-com.example.medcuida.pro:style/Base.Theme.Material3.Light.Dialog.FixedSize = 0x7f140062
-com.example.medcuida.pro:style/Base.Theme.Material3.Light.Dialog = 0x7f140061
-com.example.medcuida.pro:style/Base.Theme.Material3.Light.BottomSheetDialog = 0x7f140060
-com.example.medcuida.pro:style/Widget.Material3.ExtendedFloatingActionButton.Surface = 0x7f140384
-com.example.medcuida.pro:style/Base.Theme.Material3.Light = 0x7f14005f
-com.example.medcuida.pro:style/Base.Widget.AppCompat.ActionBar.TabView = 0x7f1400c6
-com.example.medcuida.pro:style/Base.Theme.Material3.Dark.SideSheetDialog = 0x7f14005e
-com.example.medcuida.pro:styleable/ViewPager2 = 0x7f1500a7
-com.example.medcuida.pro:style/Widget.Material3.FloatingActionButton.Small.Surface = 0x7f14038e
-com.example.medcuida.pro:style/Base.Theme.Material3.Dark.Dialog = 0x7f14005b
-com.example.medcuida.pro:style/Base.Theme.Material3.Dark.BottomSheetDialog = 0x7f14005a
-com.example.medcuida.pro:style/TextAppearance.Compat.Notification.Line2 = 0x7f1401c6
-com.example.medcuida.pro:style/Base.Theme.AppCompat.Light.DialogWhenLarge = 0x7f140058
-com.example.medcuida.pro:style/Base.Theme.AppCompat.Light.Dialog.MinWidth = 0x7f140057
-com.example.medcuida.pro:style/Base.Theme.AppCompat.Light.Dialog.FixedSize = 0x7f140056
-com.example.medcuida.pro:style/Base.Theme.AppCompat.Light.Dialog.Alert = 0x7f140055
-com.example.medcuida.pro:style/Base.Theme.AppCompat.Light.Dialog = 0x7f140054
-com.example.medcuida.pro:style/Base.Theme.AppCompat.Light.DarkActionBar = 0x7f140053
-com.example.medcuida.pro:style/Base.Theme.AppCompat.Light = 0x7f140052
-com.example.medcuida.pro:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.Text = 0x7f14014b
-com.example.medcuida.pro:style/Base.Theme.AppCompat.DialogWhenLarge = 0x7f140051
-com.example.medcuida.pro:style/Base.TextAppearance.Widget.AppCompat.Toolbar.Title = 0x7f14004a
-com.example.medcuida.pro:style/Base.TextAppearance.MaterialComponents.Headline6 = 0x7f140046
-com.example.medcuida.pro:style/Base.TextAppearance.MaterialComponents.Badge = 0x7f140044
-com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Widget.TextView.SpinnerItem = 0x7f140042
-com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Widget.Switch = 0x7f140041
-com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Widget.PopupMenu.Large = 0x7f14003f
-com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Widget.DropDownItem = 0x7f14003d
-com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Widget.Button.Inverse = 0x7f14003c
-com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Widget.Button.Colored = 0x7f14003b
-com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Widget.Button.Borderless.Colored = 0x7f14003a
-com.example.medcuida.pro:styleable/StateSet = 0x7f150096
-com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Widget.Button = 0x7f140039
-com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Widget.ActionMode.Subtitle = 0x7f140037
-com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Title.Inverse = 0x7f140036
-com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Title = 0x7f140035
-com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle = 0x7f140033
-com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Menu = 0x7f140032
-com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Title.Inverse = 0x7f140030
-com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Subhead = 0x7f14002d
-com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Light.Widget.PopupMenu.Small = 0x7f140024
-com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Inverse = 0x7f140020
-com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Headline = 0x7f14001f
-com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Display4 = 0x7f14001e
-com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Display3 = 0x7f14001d
-com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Caption = 0x7f14001a
-com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Button = 0x7f140019
-com.example.medcuida.pro:style/ThemeOverlay.Material3.Dark = 0x7f140293
-com.example.medcuida.pro:style/TextAppearance.AppCompat.Caption = 0x7f140198
-com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Body1 = 0x7f140017
-com.example.medcuida.pro:style/Base.MaterialAlertDialog.MaterialComponents.Title.Text = 0x7f140015
-com.example.medcuida.pro:style/Base.CardView = 0x7f140010
-com.example.medcuida.pro:style/Base.Animation.AppCompat.DropDownUp = 0x7f14000e
-com.example.medcuida.pro:style/Base.Animation.AppCompat.Dialog = 0x7f14000d
-com.example.medcuida.pro:style/Base.AlertDialog.AppCompat.Light = 0x7f14000c
-com.example.medcuida.pro:style/Base.AlertDialog.AppCompat = 0x7f14000b
-com.example.medcuida.pro:style/Animation.MaterialComponents.BottomSheetDialog = 0x7f14000a
-com.example.medcuida.pro:styleable/OnSwipe = 0x7f15007c
-com.example.medcuida.pro:style/Animation.Material3.SideSheetDialog.Left = 0x7f140008
-com.example.medcuida.pro:style/ThemeOverlay.Material3.MaterialTimePicker.Display.TextInputEditText = 0x7f1402af
-com.example.medcuida.pro:style/Animation.Material3.SideSheetDialog = 0x7f140007
-com.example.medcuida.pro:styleable/SearchView = 0x7f150087
-com.example.medcuida.pro:style/Animation.AppCompat.DropDownUp = 0x7f140003
-com.example.medcuida.pro:style/AlertDialog.AppCompat = 0x7f140000
-com.example.medcuida.pro:style/Widget.Material3.NavigationView = 0x7f1403ba
-com.example.medcuida.pro:string/title_sns24 = 0x7f1300e5
-com.example.medcuida.pro:string/title_profile = 0x7f1300e4
-com.example.medcuida.pro:string/title_appointments = 0x7f1300e1
-com.example.medcuida.pro:string/search_menu_title = 0x7f1300da
-com.example.medcuida.pro:string/project_id = 0x7f1300d7
-com.example.medcuida.pro:style/ShapeAppearance.Material3.Corner.Full = 0x7f140170
-com.example.medcuida.pro:string/path_password_strike_through = 0x7f1300d6
-com.example.medcuida.pro:string/path_password_eye_mask_strike_through = 0x7f1300d4
-com.example.medcuida.pro:string/path_password_eye = 0x7f1300d3
-com.example.medcuida.pro:style/Widget.Material3.BottomAppBar.Legacy = 0x7f140349
-com.example.medcuida.pro:style/Widget.Design.TextInputEditText = 0x7f14033c
-com.example.medcuida.pro:string/password_toggle_content_description = 0x7f1300d2
-com.example.medcuida.pro:string/nav_app_bar_open_drawer_description = 0x7f1300cf
-com.example.medcuida.pro:string/nav_app_bar_navigate_up_description = 0x7f1300ce
-com.example.medcuida.pro:string/mtrl_timepicker_cancel = 0x7f1300cb
-com.example.medcuida.pro:string/mtrl_switch_track_decoration_path = 0x7f1300c9
-com.example.medcuida.pro:style/Widget.Material3.Light.ActionBar.Solid = 0x7f140392
-com.example.medcuida.pro:string/mtrl_switch_thumb_path_unchecked = 0x7f1300c8
-com.example.medcuida.pro:string/mtrl_switch_thumb_path_checked = 0x7f1300c4
-com.example.medcuida.pro:string/mtrl_switch_thumb_group_name = 0x7f1300c3
-com.example.medcuida.pro:string/mtrl_picker_toggle_to_calendar_input_mode = 0x7f1300bf
-com.example.medcuida.pro:style/Theme.Material3.Light = 0x7f14023d
-com.example.medcuida.pro:string/mtrl_picker_text_input_year_abbr = 0x7f1300bd
-com.example.medcuida.pro:string/mtrl_picker_text_input_month_abbr = 0x7f1300bc
-com.example.medcuida.pro:string/mtrl_picker_text_input_date_range_start_hint = 0x7f1300ba
-com.example.medcuida.pro:style/Base.Theme.MaterialComponents.Bridge = 0x7f140066
-com.example.medcuida.pro:string/mtrl_picker_text_input_date_hint = 0x7f1300b8
-com.example.medcuida.pro:string/mtrl_picker_range_header_unselected = 0x7f1300b5
-com.example.medcuida.pro:string/mtrl_picker_range_header_title = 0x7f1300b4
-com.example.medcuida.pro:string/mtrl_picker_range_header_only_start_selected = 0x7f1300b2
-com.example.medcuida.pro:string/mtrl_picker_navigate_to_year_description = 0x7f1300af
-com.example.medcuida.pro:string/mtrl_picker_invalid_format_use = 0x7f1300ac
-com.example.medcuida.pro:string/mtrl_picker_end_date_description = 0x7f1300a9
-com.example.medcuida.pro:string/mtrl_picker_date_header_unselected = 0x7f1300a7
-com.example.medcuida.pro:style/Base.Widget.AppCompat.PopupMenu.Overflow = 0x7f1400eb
-com.example.medcuida.pro:string/mtrl_picker_date_header_title = 0x7f1300a6
-com.example.medcuida.pro:string/mtrl_picker_date_header_selected = 0x7f1300a5
-com.example.medcuida.pro:string/mtrl_picker_cancel = 0x7f1300a3
-com.example.medcuida.pro:string/mtrl_picker_announce_current_range_selection = 0x7f1300a0
-com.example.medcuida.pro:style/Widget.MaterialComponents.MaterialCalendar.HeaderLayout.Fullscreen = 0x7f140424
-com.example.medcuida.pro:string/mtrl_checkbox_state_description_unchecked = 0x7f13009a
-com.example.medcuida.pro:string/mtrl_checkbox_state_description_checked = 0x7f130098
-com.example.medcuida.pro:string/mtrl_checkbox_button_path_unchecked = 0x7f130097
-com.example.medcuida.pro:string/mtrl_checkbox_button_path_name = 0x7f130096
-com.example.medcuida.pro:style/TextAppearance.Material3.LabelMedium = 0x7f1401ef
-com.example.medcuida.pro:string/mtrl_badge_numberless_content_description = 0x7f13008f
-com.example.medcuida.pro:string/material_timepicker_text_input_mode_description = 0x7f13008e
-com.example.medcuida.pro:style/Widget.Material3.CompoundButton.CheckBox = 0x7f140379
-com.example.medcuida.pro:string/material_timepicker_select_time = 0x7f13008d
-com.example.medcuida.pro:string/material_slider_value = 0x7f130087
-com.example.medcuida.pro:string/material_slider_range_start = 0x7f130086
-com.example.medcuida.pro:string/material_motion_easing_standard = 0x7f130084
-com.example.medcuida.pro:string/material_motion_easing_linear = 0x7f130083
-com.example.medcuida.pro:string/material_motion_easing_emphasized = 0x7f130082
-com.example.medcuida.pro:string/material_motion_easing_decelerated = 0x7f130081
-com.example.medcuida.pro:string/material_motion_easing_accelerated = 0x7f130080
-com.example.medcuida.pro:style/Widget.Material3.MaterialCalendar.HeaderLayout.Fullscreen = 0x7f1403a0
-com.example.medcuida.pro:string/material_minute_selection = 0x7f13007e
-com.example.medcuida.pro:string/material_hour_selection = 0x7f13007c
-com.example.medcuida.pro:string/material_hour_24h_suffix = 0x7f13007b
-com.example.medcuida.pro:string/material_clock_toggle_content_description = 0x7f13007a
-com.example.medcuida.pro:style/TextAppearance.AppCompat.Small.Inverse = 0x7f1401ab
-com.example.medcuida.pro:string/material_clock_display_divider = 0x7f130079
-com.example.medcuida.pro:string/m3_sys_motion_easing_standard_decelerate = 0x7f130078
-com.example.medcuida.pro:string/m3_sys_motion_easing_standard = 0x7f130076
-com.example.medcuida.pro:string/m3_sys_motion_easing_legacy_decelerate = 0x7f130074
-com.example.medcuida.pro:string/m3_sys_motion_easing_emphasized_path_data = 0x7f130071
-com.example.medcuida.pro:style/Widget.MaterialComponents.NavigationRailView.Colored = 0x7f140432
-com.example.medcuida.pro:string/m3_sys_motion_easing_emphasized_accelerate = 0x7f13006f
-com.example.medcuida.pro:string/m3_sys_motion_easing_emphasized = 0x7f13006e
-com.example.medcuida.pro:string/m3_ref_typeface_plain_regular = 0x7f13006d
-com.example.medcuida.pro:string/m3_ref_typeface_plain_medium = 0x7f13006c
-com.example.medcuida.pro:string/m3_ref_typeface_brand_regular = 0x7f13006b
-com.example.medcuida.pro:string/m3_exceed_max_badge_text_suffix = 0x7f130069
-com.example.medcuida.pro:string/login_button = 0x7f130067
-com.example.medcuida.pro:string/icon_content_description = 0x7f130065
-com.example.medcuida.pro:string/google_app_id = 0x7f130061
-com.example.medcuida.pro:string/generic_error_user_canceled = 0x7f13005f
-com.example.medcuida.pro:string/generic_error_no_keyguard = 0x7f13005e
-com.example.medcuida.pro:string/generic_error_no_device_credential = 0x7f13005d
-com.example.medcuida.pro:string/gcm_defaultSenderId = 0x7f13005c
-com.example.medcuida.pro:string/fingerprint_error_user_canceled = 0x7f130058
-com.example.medcuida.pro:string/fingerprint_error_lockout = 0x7f130056
-com.example.medcuida.pro:string/fingerprint_dialog_touch_sensor = 0x7f130053
-com.example.medcuida.pro:style/TextAppearance.MaterialComponents.Headline4 = 0x7f140201
-com.example.medcuida.pro:string/fallback_menu_item_share_link = 0x7f130052
-com.example.medcuida.pro:string/fab_transformation_sheet_behavior = 0x7f13004f
-com.example.medcuida.pro:string/exposed_dropdown_menu_content_description = 0x7f13004d
-com.example.medcuida.pro:string/error_icon_content_description = 0x7f13004c
-com.example.medcuida.pro:string/error_a11y_label = 0x7f13004b
-com.example.medcuida.pro:string/email_hint = 0x7f13004a
-com.example.medcuida.pro:string/confirm_device_credential_password = 0x7f130045
-com.example.medcuida.pro:styleable/MotionHelper = 0x7f15006a
-com.example.medcuida.pro:string/common_signin_button_text_long = 0x7f130044
-com.example.medcuida.pro:string/common_signin_button_text = 0x7f130043
-com.example.medcuida.pro:string/common_open_on_phone = 0x7f130042
-com.example.medcuida.pro:string/common_google_play_services_update_text = 0x7f13003e
-com.example.medcuida.pro:style/CardView.Dark = 0x7f140120
-com.example.medcuida.pro:string/common_google_play_services_update_button = 0x7f13003d
-com.example.medcuida.pro:string/common_google_play_services_unknown_issue = 0x7f13003b
-com.example.medcuida.pro:string/common_google_play_services_notification_ticker = 0x7f13003a
-com.example.medcuida.pro:string/common_google_play_services_install_title = 0x7f130038
-com.example.medcuida.pro:string/common_google_play_services_install_text = 0x7f130037
-com.example.medcuida.pro:string/common_google_play_services_install_button = 0x7f130036
-com.example.medcuida.pro:string/common_google_play_services_enable_title = 0x7f130035
-com.example.medcuida.pro:string/common_google_play_services_enable_text = 0x7f130034
-com.example.medcuida.pro:style/Widget.Material3.Badge = 0x7f140345
-com.example.medcuida.pro:string/common_google_play_services_enable_button = 0x7f130033
-com.example.medcuida.pro:string/character_counter_pattern = 0x7f130031
-com.example.medcuida.pro:string/character_counter_content_description = 0x7f13002f
-com.example.medcuida.pro:string/call_notification_ongoing_text = 0x7f13002d
-com.example.medcuida.pro:string/call_notification_hang_up_action = 0x7f13002b
-com.example.medcuida.pro:style/Widget.Material3.PopupMenu.ListPopupWindow = 0x7f1403bd
-com.example.medcuida.pro:string/call_notification_answer_action = 0x7f130028
-com.example.medcuida.pro:string/bottomsheet_drag_handle_content_description = 0x7f130027
-com.example.medcuida.pro:string/bottomsheet_drag_handle_clicked = 0x7f130026
-com.example.medcuida.pro:string/bottomsheet_action_expand_halfway = 0x7f130025
-com.example.medcuida.pro:string/bottomsheet_action_collapse = 0x7f130023
-com.example.medcuida.pro:string/bottom_sheet_behavior = 0x7f130022
-com.example.medcuida.pro:string/android.credentials.TYPE_PASSWORD_CREDENTIAL = 0x7f13001d
-com.example.medcuida.pro:string/already_account = 0x7f13001c
-com.example.medcuida.pro:string/age_hint = 0x7f13001b
-com.example.medcuida.pro:string/abc_shareactionprovider_share_with_application = 0x7f130019
-com.example.medcuida.pro:string/abc_shareactionprovider_share_with = 0x7f130018
+com.example.medcuida.pro:integer/material_motion_duration_short_2 = 0x7f0a002d
com.example.medcuida.pro:style/Widget.Material3.Chip.Assist = 0x7f140367
com.example.medcuida.pro:string/abc_searchview_description_query = 0x7f130014
+com.example.medcuida.pro:style/Widget.Material3.MaterialCalendar.Year.Today = 0x7f1403aa
+com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Widget.DropDownItem = 0x7f14003d
com.example.medcuida.pro:string/abc_search_hint = 0x7f130012
-com.example.medcuida.pro:string/abc_prepend_shortcut_label = 0x7f130011
-com.example.medcuida.pro:string/abc_menu_sym_shortcut_label = 0x7f130010
-com.example.medcuida.pro:string/abc_menu_shift_shortcut_label = 0x7f13000e
+com.example.medcuida.pro:style/Base.V14.ThemeOverlay.MaterialComponents.Dialog = 0x7f14009d
+com.example.medcuida.pro:styleable/CircularProgressIndicator = 0x7f150022
+com.example.medcuida.pro:id/fitEnd = 0x7f0900f7
com.example.medcuida.pro:string/abc_menu_meta_shortcut_label = 0x7f13000d
-com.example.medcuida.pro:string/password_hint = 0x7f1300d1
-com.example.medcuida.pro:string/abc_menu_function_shortcut_label = 0x7f13000c
-com.example.medcuida.pro:string/abc_menu_delete_shortcut_label = 0x7f13000a
com.example.medcuida.pro:string/abc_menu_alt_shortcut_label = 0x7f130008
-com.example.medcuida.pro:string/abc_activitychooserview_choose_application = 0x7f130005
-com.example.medcuida.pro:string/abc_activity_chooser_view_see_all = 0x7f130004
-com.example.medcuida.pro:string/abc_action_menu_overflow_description = 0x7f130002
-com.example.medcuida.pro:plurals/mtrl_badge_content_description = 0x7f110000
+com.example.medcuida.pro:dimen/material_clock_period_toggle_height = 0x7f070228
com.example.medcuida.pro:mipmap/ic_launcher = 0x7f0f0000
+com.example.medcuida.pro:dimen/m3_comp_suggestion_chip_flat_outline_width = 0x7f07018a
+com.example.medcuida.pro:style/Widget.MaterialComponents.NavigationRailView.Colored.Compact = 0x7f140433
+com.example.medcuida.pro:styleable/SideSheetBehavior_Layout = 0x7f15008a
+com.example.medcuida.pro:drawable/mtrl_popupmenu_background = 0x7f0800f2
com.example.medcuida.pro:menu/bottom_nav_menu = 0x7f0e0000
com.example.medcuida.pro:macro/m3_sys_color_light_surface_tint = 0x7f0d0177
+com.example.medcuida.pro:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Icon1 = 0x7f14014e
+com.example.medcuida.pro:drawable/abc_popup_background_mtrl_mult = 0x7f080059
+com.example.medcuida.pro:style/TextAppearance.Compat.Notification.Info = 0x7f1401c5
+com.example.medcuida.pro:style/Widget.MaterialComponents.MaterialCalendar.Day.Invalid = 0x7f14041a
+com.example.medcuida.pro:dimen/m3_comp_filled_card_hover_state_layer_opacity = 0x7f07012b
+com.example.medcuida.pro:id/action_bar_container = 0x7f090036
+com.example.medcuida.pro:style/Theme.MaterialComponents.Dialog.Alert = 0x7f14025a
+com.example.medcuida.pro:style/Theme.AppCompat.Empty = 0x7f140219
+com.example.medcuida.pro:style/Base.Widget.AppCompat.Light.ActionBar.TabView = 0x7f1400e2
com.example.medcuida.pro:macro/m3_comp_top_app_bar_small_headline_color = 0x7f0d0171
com.example.medcuida.pro:style/Base.Widget.MaterialComponents.TextView = 0x7f14011e
com.example.medcuida.pro:macro/m3_comp_top_app_bar_small_container_color = 0x7f0d0170
-com.example.medcuida.pro:macro/m3_comp_top_app_bar_large_headline_type = 0x7f0d016d
+com.example.medcuida.pro:style/Widget.Material3.BottomSheet = 0x7f14034d
+com.example.medcuida.pro:id/icon = 0x7f090113
com.example.medcuida.pro:macro/m3_comp_top_app_bar_large_headline_color = 0x7f0d016c
-com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.SearchResult = 0x7f140028
-com.example.medcuida.pro:macro/m3_comp_time_picker_time_selector_unselected_label_text_color = 0x7f0d016b
-com.example.medcuida.pro:macro/m3_comp_time_picker_time_selector_unselected_hover_state_layer_color = 0x7f0d016a
-com.example.medcuida.pro:macro/m3_comp_time_picker_time_selector_separator_type = 0x7f0d0167
-com.example.medcuida.pro:style/ThemeOverlay.Material3.FloatingActionButton.Tertiary = 0x7f1402a4
-com.example.medcuida.pro:style/Base.MaterialAlertDialog.MaterialComponents.Title.Panel = 0x7f140014
-com.example.medcuida.pro:macro/m3_comp_time_picker_time_selector_separator_color = 0x7f0d0166
-com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Light.Widget.PopupMenu.Large = 0x7f140023
+com.example.medcuida.pro:attr/textBackgroundPanX = 0x7f04047c
+com.example.medcuida.pro:drawable/m3_avd_hide_password = 0x7f0800c7
+com.example.medcuida.pro:string/title_appointments = 0x7f1300e1
+com.example.medcuida.pro:style/Base.TextAppearance.MaterialComponents.Badge = 0x7f140044
+com.example.medcuida.pro:color/material_dynamic_neutral_variant20 = 0x7f060241
+com.example.medcuida.pro:macro/m3_comp_navigation_bar_inactive_label_text_color = 0x7f0d0076
+com.example.medcuida.pro:layout/fragment_medication = 0x7f0c003e
+com.example.medcuida.pro:layout/design_navigation_item = 0x7f0c0030
+com.example.medcuida.pro:style/TextAppearance.Design.Tab = 0x7f1401d3
+com.example.medcuida.pro:styleable/ActivityRule = 0x7f150008
+com.example.medcuida.pro:layout/material_timepicker_dialog = 0x7f0c005a
+com.example.medcuida.pro:styleable/ClockHandView = 0x7f150024
+com.example.medcuida.pro:dimen/m3_comp_extended_fab_primary_pressed_container_elevation = 0x7f070117
+com.example.medcuida.pro:style/Theme.Material3.Dark.DialogWhenLarge = 0x7f14022f
com.example.medcuida.pro:macro/m3_comp_time_picker_time_selector_selected_pressed_state_layer_color = 0x7f0d0165
+com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Light.Widget.PopupMenu.Large = 0x7f140023
com.example.medcuida.pro:macro/m3_comp_time_picker_time_selector_selected_label_text_color = 0x7f0d0164
-com.example.medcuida.pro:macro/m3_comp_time_picker_time_selector_selected_container_color = 0x7f0d0161
-com.example.medcuida.pro:macro/m3_comp_time_picker_time_selector_container_shape = 0x7f0d015f
-com.example.medcuida.pro:macro/m3_comp_time_picker_period_selector_selected_label_text_color = 0x7f0d0159
-com.example.medcuida.pro:macro/m3_comp_time_picker_period_selector_selected_focus_state_layer_color = 0x7f0d0157
-com.example.medcuida.pro:macro/m3_comp_time_picker_period_selector_selected_container_color = 0x7f0d0156
com.example.medcuida.pro:macro/m3_comp_time_picker_period_selector_outline_color = 0x7f0d0155
-com.example.medcuida.pro:macro/m3_comp_time_picker_period_selector_label_text_type = 0x7f0d0154
com.example.medcuida.pro:macro/m3_comp_time_picker_period_selector_container_shape = 0x7f0d0153
-com.example.medcuida.pro:macro/m3_comp_time_picker_container_shape = 0x7f0d0150
-com.example.medcuida.pro:macro/m3_comp_time_input_time_input_field_supporting_text_type = 0x7f0d014c
-com.example.medcuida.pro:macro/m3_comp_time_input_time_input_field_supporting_text_color = 0x7f0d014b
+com.example.medcuida.pro:color/material_timepicker_clock_text_color = 0x7f0602c3
+com.example.medcuida.pro:style/Widget.Material3.FloatingActionButton.Large.Secondary = 0x7f140387
+com.example.medcuida.pro:macro/m3_comp_badge_color = 0x7f0d0002
com.example.medcuida.pro:macro/m3_comp_text_button_label_text_type = 0x7f0d0146
-com.example.medcuida.pro:macro/m3_comp_text_button_label_text_color = 0x7f0d0145
-com.example.medcuida.pro:macro/m3_comp_switch_unselected_track_outline_color = 0x7f0d0142
-com.example.medcuida.pro:macro/m3_comp_switch_unselected_track_color = 0x7f0d0141
-com.example.medcuida.pro:macro/m3_comp_switch_unselected_pressed_track_outline_color = 0x7f0d0140
+com.example.medcuida.pro:style/MaterialAlertDialog.MaterialComponents.Title.Text = 0x7f140134
+com.example.medcuida.pro:style/Widget.Material3.PopupMenu = 0x7f1403bb
com.example.medcuida.pro:styleable/ScrollingViewBehavior_Layout = 0x7f150085
-com.example.medcuida.pro:style/TextAppearance.M3.Sys.Typescale.BodySmall = 0x7f1401d6
com.example.medcuida.pro:macro/m3_comp_switch_unselected_pressed_handle_color = 0x7f0d013c
+com.example.medcuida.pro:style/TextAppearance.M3.Sys.Typescale.BodySmall = 0x7f1401d6
+com.example.medcuida.pro:style/Widget.MaterialComponents.PopupMenu.Overflow = 0x7f14043a
+com.example.medcuida.pro:style/Base.V22.Theme.AppCompat = 0x7f1400ad
+com.example.medcuida.pro:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Query = 0x7f140150
com.example.medcuida.pro:macro/m3_comp_switch_unselected_hover_track_outline_color = 0x7f0d013a
com.example.medcuida.pro:macro/m3_comp_switch_unselected_hover_state_layer_color = 0x7f0d0138
-com.example.medcuida.pro:macro/m3_comp_switch_unselected_hover_handle_color = 0x7f0d0136
+com.example.medcuida.pro:layout/mtrl_calendar_month_labeled = 0x7f0c0068
+com.example.medcuida.pro:string/m3_sys_motion_easing_standard_decelerate = 0x7f130078
com.example.medcuida.pro:macro/m3_comp_switch_unselected_handle_color = 0x7f0d0135
-com.example.medcuida.pro:macro/m3_comp_switch_unselected_focus_state_layer_color = 0x7f0d0132
+com.example.medcuida.pro:string/m3_ref_typeface_plain_regular = 0x7f13006d
+com.example.medcuida.pro:style/Base.V14.ThemeOverlay.Material3.BottomSheetDialog = 0x7f14009a
com.example.medcuida.pro:macro/m3_comp_switch_unselected_focus_handle_color = 0x7f0d0130
-com.example.medcuida.pro:macro/m3_comp_switch_selected_track_color = 0x7f0d012f
com.example.medcuida.pro:style/Theme.MaterialComponents.Light.Dialog.Alert.Bridge = 0x7f140269
com.example.medcuida.pro:macro/m3_comp_switch_selected_pressed_track_color = 0x7f0d012e
+com.example.medcuida.pro:id/italic = 0x7f090121
com.example.medcuida.pro:macro/m3_comp_switch_selected_hover_track_color = 0x7f0d0129
-com.example.medcuida.pro:macro/m3_comp_switch_selected_hover_state_layer_color = 0x7f0d0128
-com.example.medcuida.pro:macro/m3_comp_switch_selected_hover_icon_color = 0x7f0d0127
-com.example.medcuida.pro:macro/m3_comp_switch_selected_handle_color = 0x7f0d0125
-com.example.medcuida.pro:macro/m3_comp_switch_selected_focus_state_layer_color = 0x7f0d0123
-com.example.medcuida.pro:macro/m3_comp_switch_disabled_unselected_track_color = 0x7f0d011f
com.example.medcuida.pro:macro/m3_comp_switch_disabled_unselected_icon_color = 0x7f0d011e
+com.example.medcuida.pro:style/TextAppearance.AppCompat.Display3 = 0x7f14019b
+com.example.medcuida.pro:macro/m3_comp_search_view_header_input_text_color = 0x7f0d00f5
+com.example.medcuida.pro:integer/m3_sys_motion_duration_medium4 = 0x7f0a001c
com.example.medcuida.pro:macro/m3_comp_switch_disabled_unselected_handle_color = 0x7f0d011d
-com.example.medcuida.pro:style/ThemeOverlay.Material3.AutoCompleteTextView.OutlinedBox = 0x7f140283
-com.example.medcuida.pro:macro/m3_comp_switch_disabled_selected_track_color = 0x7f0d011c
+com.example.medcuida.pro:id/confirm_button = 0x7f0900a2
+com.example.medcuida.pro:drawable/common_google_signin_btn_icon_light_focused = 0x7f08008e
com.example.medcuida.pro:macro/m3_comp_switch_disabled_selected_icon_color = 0x7f0d011b
-com.example.medcuida.pro:string/fingerprint_error_hw_not_available = 0x7f130054
+com.example.medcuida.pro:id/material_clock_period_am_button = 0x7f090142
+com.example.medcuida.pro:drawable/abc_star_half_black_48dp = 0x7f080068
com.example.medcuida.pro:macro/m3_comp_suggestion_chip_label_text_type = 0x7f0d0119
-com.example.medcuida.pro:macro/m3_comp_snackbar_supporting_text_type = 0x7f0d0117
-com.example.medcuida.pro:macro/m3_comp_snackbar_container_shape = 0x7f0d0115
+com.example.medcuida.pro:string/fingerprint_error_hw_not_available = 0x7f130054
+com.example.medcuida.pro:style/Base.Theme.Material3.Light = 0x7f14005f
+com.example.medcuida.pro:style/Widget.Material3.ExtendedFloatingActionButton.Surface = 0x7f140384
com.example.medcuida.pro:macro/m3_comp_slider_label_container_color = 0x7f0d0112
com.example.medcuida.pro:macro/m3_comp_slider_inactive_track_color = 0x7f0d0111
+com.example.medcuida.pro:dimen/abc_action_bar_default_height_material = 0x7f070002
com.example.medcuida.pro:macro/m3_comp_slider_disabled_active_track_color = 0x7f0d010d
-com.example.medcuida.pro:macro/m3_comp_sheet_side_docked_standard_container_color = 0x7f0d010b
-com.example.medcuida.pro:macro/m3_comp_sheet_side_docked_modal_container_shape = 0x7f0d010a
-com.example.medcuida.pro:macro/m3_comp_sheet_side_detached_container_shape = 0x7f0d0108
-com.example.medcuida.pro:macro/m3_comp_sheet_bottom_docked_container_color = 0x7f0d0105
+com.example.medcuida.pro:id/layout = 0x7f090127
+com.example.medcuida.pro:style/TextAppearance.MaterialComponents.Headline4 = 0x7f140201
+com.example.medcuida.pro:string/fallback_menu_item_share_link = 0x7f130052
+com.example.medcuida.pro:id/antiClockwise = 0x7f090055
com.example.medcuida.pro:macro/m3_comp_secondary_navigation_tab_hover_state_layer_color = 0x7f0d00ff
com.example.medcuida.pro:macro/m3_comp_secondary_navigation_tab_active_label_text_color = 0x7f0d00fc
+com.example.medcuida.pro:dimen/m3_bottomappbar_fab_cradle_rounded_corner_radius = 0x7f0700c9
+com.example.medcuida.pro:id/edit_reason = 0x7f0900dd
+com.example.medcuida.pro:color/m3_timepicker_secondary_text_button_ripple_color = 0x7f06021e
com.example.medcuida.pro:macro/m3_comp_search_view_header_trailing_icon_color = 0x7f0d00fa
-com.example.medcuida.pro:macro/m3_comp_search_view_header_supporting_text_type = 0x7f0d00f9
-com.example.medcuida.pro:macro/m3_comp_search_view_header_supporting_text_color = 0x7f0d00f8
com.example.medcuida.pro:macro/m3_comp_search_view_header_leading_icon_color = 0x7f0d00f7
-com.example.medcuida.pro:macro/m3_comp_search_view_header_input_text_color = 0x7f0d00f5
+com.example.medcuida.pro:id/groups = 0x7f09010b
com.example.medcuida.pro:macro/m3_comp_search_view_docked_container_shape = 0x7f0d00f4
-com.example.medcuida.pro:style/Widget.Material3.MaterialCalendar.MonthNavigationButton = 0x7f1403a6
-com.example.medcuida.pro:style/ThemeOverlay.Material3.Dialog.Alert = 0x7f140298
-com.example.medcuida.pro:macro/m3_comp_search_view_divider_color = 0x7f0d00f3
+com.example.medcuida.pro:macro/m3_comp_filter_chip_container_shape = 0x7f0d0058
+com.example.medcuida.pro:color/material_dynamic_color_dark_error_container = 0x7f06022a
+com.example.medcuida.pro:drawable/abc_edit_text_material = 0x7f08003c
+com.example.medcuida.pro:macro/m3_comp_time_picker_period_selector_selected_focus_state_layer_color = 0x7f0d0157
com.example.medcuida.pro:macro/m3_comp_search_bar_supporting_text_type = 0x7f0d00f0
-com.example.medcuida.pro:style/TextAppearance.Material3.TitleSmall = 0x7f1401f7
-com.example.medcuida.pro:macro/m3_comp_search_bar_leading_icon_color = 0x7f0d00ec
com.example.medcuida.pro:macro/m3_comp_search_bar_hover_state_layer_color = 0x7f0d00e8
-com.example.medcuida.pro:macro/m3_comp_search_bar_container_color = 0x7f0d00e7
com.example.medcuida.pro:macro/m3_comp_radio_button_unselected_hover_icon_color = 0x7f0d00e2
com.example.medcuida.pro:macro/m3_comp_radio_button_unselected_focus_icon_color = 0x7f0d00e0
-com.example.medcuida.pro:macro/m3_comp_radio_button_disabled_unselected_icon_color = 0x7f0d00d8
-com.example.medcuida.pro:macro/m3_comp_primary_navigation_tab_with_label_text_label_text_type = 0x7f0d00d6
com.example.medcuida.pro:style/Widget.AppCompat.PopupMenu = 0x7f14031b
com.example.medcuida.pro:macro/m3_comp_primary_navigation_tab_with_label_text_active_label_text_color = 0x7f0d00d4
-com.example.medcuida.pro:macro/m3_comp_primary_navigation_tab_with_icon_inactive_icon_color = 0x7f0d00d3
com.example.medcuida.pro:macro/m3_comp_primary_navigation_tab_inactive_pressed_state_layer_color = 0x7f0d00d1
-com.example.medcuida.pro:string/fab_transformation_scrim_behavior = 0x7f13004e
com.example.medcuida.pro:macro/m3_comp_primary_navigation_tab_container_color = 0x7f0d00ce
+com.example.medcuida.pro:string/fab_transformation_scrim_behavior = 0x7f13004e
+com.example.medcuida.pro:macro/m3_comp_filled_button_label_text_type = 0x7f0d0046
+com.example.medcuida.pro:id/direct = 0x7f0900c1
+com.example.medcuida.pro:style/Base.Theme.AppCompat.Light.Dialog = 0x7f140054
+com.example.medcuida.pro:color/mtrl_scrim_color = 0x7f0602ed
+com.example.medcuida.pro:style/Base.Widget.AppCompat.CompoundButton.CheckBox = 0x7f1400d5
+com.example.medcuida.pro:macro/m3_comp_navigation_bar_inactive_icon_color = 0x7f0d0075
+com.example.medcuida.pro:macro/m3_comp_primary_navigation_tab_active_pressed_state_layer_color = 0x7f0d00cd
com.example.medcuida.pro:style/Widget.MaterialComponents.CircularProgressIndicator = 0x7f14040a
com.example.medcuida.pro:string/mtrl_picker_out_of_range = 0x7f1300b0
-com.example.medcuida.pro:macro/m3_comp_primary_navigation_tab_active_pressed_state_layer_color = 0x7f0d00cd
com.example.medcuida.pro:macro/m3_comp_primary_navigation_tab_active_indicator_color = 0x7f0d00cc
com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.MaterialCalendar = 0x7f1402d9
com.example.medcuida.pro:macro/m3_comp_primary_navigation_tab_active_hover_state_layer_color = 0x7f0d00cb
-com.example.medcuida.pro:macro/m3_comp_plain_tooltip_supporting_text_type = 0x7f0d00c9
-com.example.medcuida.pro:macro/m3_comp_switch_selected_focus_icon_color = 0x7f0d0122
-com.example.medcuida.pro:macro/m3_comp_outlined_text_field_supporting_text_color = 0x7f0d00c7
-com.example.medcuida.pro:macro/m3_comp_outlined_text_field_outline_color = 0x7f0d00c6
-com.example.medcuida.pro:macro/m3_comp_outlined_text_field_label_text_color = 0x7f0d00c5
-com.example.medcuida.pro:macro/m3_comp_outlined_text_field_input_text_type = 0x7f0d00c4
-com.example.medcuida.pro:macro/m3_comp_outlined_text_field_input_text_color = 0x7f0d00c3
-com.example.medcuida.pro:macro/m3_comp_outlined_text_field_hover_supporting_text_color = 0x7f0d00c2
-com.example.medcuida.pro:macro/m3_comp_outlined_text_field_hover_input_text_color = 0x7f0d00c0
+com.example.medcuida.pro:id/material_clock_level = 0x7f090141
+com.example.medcuida.pro:dimen/mtrl_navigation_rail_text_size = 0x7f0702d0
com.example.medcuida.pro:macro/m3_comp_outlined_text_field_focus_label_text_color = 0x7f0d00bd
-com.example.medcuida.pro:styleable/SignInButton = 0x7f15008b
-com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Medium.Inverse = 0x7f140026
-com.example.medcuida.pro:macro/m3_comp_outlined_text_field_focus_input_text_color = 0x7f0d00bc
-com.example.medcuida.pro:style/Base.Widget.AppCompat.Toolbar.Button.Navigation = 0x7f1400fb
+com.example.medcuida.pro:macro/m3_comp_navigation_bar_active_pressed_state_layer_color = 0x7f0d006d
+com.example.medcuida.pro:color/ripple_material_dark = 0x7f06030d
+com.example.medcuida.pro:color/m3_assist_chip_icon_tint_color = 0x7f060073
+com.example.medcuida.pro:style/Widget.MaterialComponents.MaterialCalendar.Item = 0x7f140429
+com.example.medcuida.pro:macro/m3_comp_outlined_button_focus_outline_color = 0x7f0d00a7
+com.example.medcuida.pro:string/path_password_eye_mask_strike_through = 0x7f1300d4
+com.example.medcuida.pro:color/material_dynamic_tertiary60 = 0x7f06026c
+com.example.medcuida.pro:color/m3_ref_palette_dynamic_neutral_variant50 = 0x7f0600d3
+com.example.medcuida.pro:macro/m3_comp_filled_icon_button_container_color = 0x7f0d0049
+com.example.medcuida.pro:id/sin = 0x7f0901f8
+com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Inverse = 0x7f140020
+com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Title.Inverse = 0x7f140030
com.example.medcuida.pro:macro/m3_comp_outlined_text_field_error_supporting_text_color = 0x7f0d00ba
-com.example.medcuida.pro:macro/m3_comp_outlined_text_field_disabled_supporting_text_color = 0x7f0d00b8
-com.example.medcuida.pro:macro/m3_comp_outlined_text_field_disabled_outline_color = 0x7f0d00b7
-com.example.medcuida.pro:macro/m3_comp_outlined_text_field_disabled_input_text_color = 0x7f0d00b5
-com.example.medcuida.pro:macro/m3_comp_outlined_text_field_caret_color = 0x7f0d00b3
-com.example.medcuida.pro:macro/m3_comp_outlined_card_hover_outline_color = 0x7f0d00b0
+com.example.medcuida.pro:style/Base.Widget.AppCompat.Toolbar.Button.Navigation = 0x7f1400fb
com.example.medcuida.pro:macro/m3_comp_outlined_card_disabled_outline_color = 0x7f0d00ad
+com.example.medcuida.pro:id/view_tree_view_model_store_owner = 0x7f090278
com.example.medcuida.pro:macro/m3_comp_outlined_card_container_shape = 0x7f0d00ac
-com.example.medcuida.pro:macro/m3_comp_outlined_card_container_color = 0x7f0d00ab
-com.example.medcuida.pro:macro/m3_comp_outlined_button_pressed_outline_color = 0x7f0d00aa
-com.example.medcuida.pro:macro/m3_comp_outlined_button_outline_color = 0x7f0d00a9
+com.example.medcuida.pro:macro/m3_comp_navigation_rail_inactive_icon_color = 0x7f0d009f
+com.example.medcuida.pro:style/Widget.Material3.SearchView.Toolbar = 0x7f1403c5
+com.example.medcuida.pro:dimen/m3_sys_motion_easing_legacy_accelerate_control_y2 = 0x7f0701fe
+com.example.medcuida.pro:id/view_transition = 0x7f090274
+com.example.medcuida.pro:macro/m3_comp_switch_selected_hover_state_layer_color = 0x7f0d0128
+com.example.medcuida.pro:dimen/mtrl_bottomappbar_fab_cradle_margin = 0x7f070252
com.example.medcuida.pro:style/TextAppearance.AppCompat.Light.SearchResult.Title = 0x7f1401a2
com.example.medcuida.pro:macro/m3_comp_outlined_button_hover_outline_color = 0x7f0d00a8
-com.example.medcuida.pro:macro/m3_comp_outlined_button_focus_outline_color = 0x7f0d00a7
+com.example.medcuida.pro:id/auto = 0x7f09005a
com.example.medcuida.pro:macro/m3_comp_outlined_autocomplete_text_field_input_text_type = 0x7f0d00a5
-com.example.medcuida.pro:macro/m3_comp_outlined_autocomplete_menu_container_color = 0x7f0d00a3
com.example.medcuida.pro:macro/m3_comp_navigation_rail_label_text_type = 0x7f0d00a2
-com.example.medcuida.pro:style/Widget.Material3.SearchView.Toolbar = 0x7f1403c5
-com.example.medcuida.pro:macro/m3_comp_navigation_rail_inactive_icon_color = 0x7f0d009f
-com.example.medcuida.pro:macro/m3_comp_navigation_rail_inactive_hover_state_layer_color = 0x7f0d009e
+com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.Toolbar.Primary = 0x7f1402e4
+com.example.medcuida.pro:id/tag_transition_group = 0x7f090226
com.example.medcuida.pro:macro/m3_comp_navigation_rail_inactive_focus_state_layer_color = 0x7f0d009d
-com.example.medcuida.pro:macro/m3_comp_navigation_rail_container_color = 0x7f0d009c
+com.example.medcuida.pro:color/material_dynamic_tertiary40 = 0x7f06026a
com.example.medcuida.pro:macro/m3_comp_navigation_rail_active_pressed_state_layer_color = 0x7f0d009b
com.example.medcuida.pro:macro/m3_comp_navigation_rail_active_indicator_color = 0x7f0d0099
+com.example.medcuida.pro:style/TextAppearance.AppCompat.Subhead = 0x7f1401ac
+com.example.medcuida.pro:id/BOTTOM_START = 0x7f090002
com.example.medcuida.pro:macro/m3_comp_navigation_drawer_inactive_pressed_state_layer_color = 0x7f0d0093
-com.example.medcuida.pro:macro/m3_comp_navigation_drawer_inactive_pressed_label_text_color = 0x7f0d0092
+com.example.medcuida.pro:integer/m3_badge_max_number = 0x7f0a000b
+com.example.medcuida.pro:id/scrollable = 0x7f0901e4
com.example.medcuida.pro:macro/m3_comp_navigation_drawer_inactive_label_text_color = 0x7f0d0090
com.example.medcuida.pro:macro/m3_comp_navigation_drawer_inactive_focus_state_layer_color = 0x7f0d008b
com.example.medcuida.pro:macro/m3_comp_navigation_drawer_inactive_focus_label_text_color = 0x7f0d008a
-com.example.medcuida.pro:macro/m3_comp_navigation_drawer_headline_color = 0x7f0d0087
-com.example.medcuida.pro:style/Theme.MaterialComponents.NoActionBar = 0x7f140272
-com.example.medcuida.pro:macro/m3_comp_navigation_drawer_active_pressed_icon_color = 0x7f0d0084
+com.example.medcuida.pro:id/leftToRight = 0x7f09012c
+com.example.medcuida.pro:id/search_voice_btn = 0x7f0901ee
com.example.medcuida.pro:macro/m3_comp_navigation_drawer_active_label_text_color = 0x7f0d0083
-com.example.medcuida.pro:macro/m3_comp_navigation_drawer_active_hover_label_text_color = 0x7f0d007f
+com.example.medcuida.pro:id/hideable = 0x7f09010e
+com.example.medcuida.pro:style/Widget.MaterialComponents.CompoundButton.CheckBox = 0x7f14040f
+com.example.medcuida.pro:style/Widget.MaterialComponents.BottomAppBar.PrimarySurface = 0x7f1403f1
+com.example.medcuida.pro:color/material_personalized_color_surface_container_high = 0x7f0602a9
+com.example.medcuida.pro:interpolator/m3_sys_motion_easing_standard = 0x7f0b000b
com.example.medcuida.pro:macro/m3_comp_navigation_drawer_active_hover_icon_color = 0x7f0d007e
-com.example.medcuida.pro:style/ThemeOverlay.Material3.Toolbar.Surface = 0x7f1402bc
+com.example.medcuida.pro:id/profile_email = 0x7f0901bb
com.example.medcuida.pro:macro/m3_comp_navigation_drawer_active_focus_label_text_color = 0x7f0d007c
-com.example.medcuida.pro:macro/m3_comp_navigation_drawer_active_focus_icon_color = 0x7f0d007b
-com.example.medcuida.pro:macro/m3_comp_navigation_bar_label_text_type = 0x7f0d007a
+com.example.medcuida.pro:style/ThemeOverlay.Material3.Toolbar.Surface = 0x7f1402bc
com.example.medcuida.pro:macro/m3_comp_navigation_bar_inactive_pressed_state_layer_color = 0x7f0d0079
-com.example.medcuida.pro:macro/m3_comp_navigation_bar_inactive_pressed_label_text_color = 0x7f0d0078
-com.example.medcuida.pro:macro/m3_comp_navigation_bar_inactive_label_text_color = 0x7f0d0076
-com.example.medcuida.pro:macro/m3_comp_navigation_bar_inactive_icon_color = 0x7f0d0075
-com.example.medcuida.pro:macro/m3_comp_navigation_bar_inactive_focus_icon_color = 0x7f0d006f
com.example.medcuida.pro:macro/m3_comp_navigation_bar_active_pressed_icon_color = 0x7f0d006b
-com.example.medcuida.pro:macro/m3_comp_navigation_bar_active_focus_icon_color = 0x7f0d0062
-com.example.medcuida.pro:macro/m3_comp_menu_list_item_selected_container_color = 0x7f0d0061
+com.example.medcuida.pro:style/TextAppearance.AppCompat.Caption = 0x7f140198
+com.example.medcuida.pro:style/ThemeOverlay.Material3.Dark = 0x7f140293
+com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Body1 = 0x7f140017
+com.example.medcuida.pro:styleable/Chip = 0x7f150020
+com.example.medcuida.pro:id/radio_inhalatory = 0x7f0901c3
+com.example.medcuida.pro:macro/m3_comp_snackbar_supporting_text_type = 0x7f0d0117
+com.example.medcuida.pro:id/btn_enviar = 0x7f090075
com.example.medcuida.pro:string/mtrl_switch_thumb_path_name = 0x7f1300c6
com.example.medcuida.pro:macro/m3_comp_sheet_bottom_docked_container_shape = 0x7f0d0106
com.example.medcuida.pro:macro/m3_comp_linear_progress_indicator_track_color = 0x7f0d005f
-com.example.medcuida.pro:macro/m3_comp_navigation_bar_active_hover_label_text_color = 0x7f0d0066
-com.example.medcuida.pro:macro/m3_comp_input_chip_label_text_type = 0x7f0d005d
com.example.medcuida.pro:macro/m3_comp_input_chip_container_shape = 0x7f0d005c
+com.example.medcuida.pro:id/bestChoice = 0x7f090063
com.example.medcuida.pro:macro/m3_comp_icon_button_unselected_icon_color = 0x7f0d005b
-com.example.medcuida.pro:macro/m3_comp_icon_button_selected_icon_color = 0x7f0d005a
-com.example.medcuida.pro:macro/m3_comp_filter_chip_container_shape = 0x7f0d0058
+com.example.medcuida.pro:layout/material_timepicker_textinput_display = 0x7f0c005b
+com.example.medcuida.pro:macro/m3_comp_checkbox_selected_error_container_color = 0x7f0d0009
+com.example.medcuida.pro:drawable/abc_spinner_textfield_background_material = 0x7f080066
com.example.medcuida.pro:macro/m3_comp_filled_tonal_icon_button_toggle_selected_icon_color = 0x7f0d0056
-com.example.medcuida.pro:style/Theme.MaterialComponents = 0x7f140245
-com.example.medcuida.pro:macro/m3_comp_filled_text_field_error_active_indicator_color = 0x7f0d004e
-com.example.medcuida.pro:styleable/Insets = 0x7f150043
-com.example.medcuida.pro:macro/m3_comp_filled_text_field_container_shape = 0x7f0d004d
-com.example.medcuida.pro:style/ShapeAppearance.M3.Comp.Badge.Large.Shape = 0x7f140155
-com.example.medcuida.pro:string/forgot_password = 0x7f13005b
-com.example.medcuida.pro:macro/m3_comp_filled_icon_button_toggle_selected_icon_color = 0x7f0d004a
-com.example.medcuida.pro:macro/m3_comp_filled_icon_button_container_color = 0x7f0d0049
com.example.medcuida.pro:macro/m3_comp_filled_card_container_shape = 0x7f0d0048
-com.example.medcuida.pro:styleable/ViewBackgroundHelper = 0x7f1500a6
-com.example.medcuida.pro:macro/m3_comp_filled_card_container_color = 0x7f0d0047
-com.example.medcuida.pro:macro/m3_comp_filled_button_label_text_type = 0x7f0d0046
-com.example.medcuida.pro:style/Widget.Design.CollapsingToolbar = 0x7f140336
-com.example.medcuida.pro:macro/m3_comp_filled_button_label_text_color = 0x7f0d0045
+com.example.medcuida.pro:dimen/m3_comp_extended_fab_primary_icon_size = 0x7f070116
+com.example.medcuida.pro:integer/mtrl_calendar_year_selector_span = 0x7f0a0034
com.example.medcuida.pro:macro/m3_comp_fab_tertiary_icon_color = 0x7f0d0041
-com.example.medcuida.pro:macro/m3_comp_fab_tertiary_container_color = 0x7f0d0040
+com.example.medcuida.pro:macro/m3_comp_navigation_bar_inactive_pressed_label_text_color = 0x7f0d0078
+com.example.medcuida.pro:dimen/m3_bottom_nav_item_active_indicator_margin_horizontal = 0x7f0700c0
+com.example.medcuida.pro:style/Widget.MaterialComponents.Button.TextButton = 0x7f1403fb
+com.example.medcuida.pro:macro/m3_comp_text_button_label_text_color = 0x7f0d0145
com.example.medcuida.pro:macro/m3_comp_fab_surface_icon_color = 0x7f0d003f
-com.example.medcuida.pro:macro/m3_comp_fab_surface_container_color = 0x7f0d003e
-com.example.medcuida.pro:macro/m3_comp_fab_secondary_container_color = 0x7f0d003c
-com.example.medcuida.pro:macro/m3_comp_fab_primary_small_container_shape = 0x7f0d003b
-com.example.medcuida.pro:macro/m3_comp_fab_primary_large_container_shape = 0x7f0d003a
com.example.medcuida.pro:macro/m3_comp_fab_primary_icon_color = 0x7f0d0039
+com.example.medcuida.pro:layout/material_clock_display_divider = 0x7f0c0050
com.example.medcuida.pro:string/copy_toast_msg = 0x7f130046
com.example.medcuida.pro:macro/m3_comp_extended_fab_tertiary_container_color = 0x7f0d0035
-com.example.medcuida.pro:macro/m3_comp_extended_fab_surface_icon_color = 0x7f0d0034
-com.example.medcuida.pro:macro/m3_comp_extended_fab_secondary_container_color = 0x7f0d0031
com.example.medcuida.pro:macro/m3_comp_extended_fab_primary_container_shape = 0x7f0d002e
-com.example.medcuida.pro:macro/m3_comp_extended_fab_primary_container_color = 0x7f0d002d
+com.example.medcuida.pro:dimen/m3_comp_primary_navigation_tab_active_indicator_height = 0x7f070161
+com.example.medcuida.pro:style/ThemeOverlay.Material3.Dialog.Alert = 0x7f140298
+com.example.medcuida.pro:style/Widget.Material3.MaterialCalendar.MonthNavigationButton = 0x7f1403a6
+com.example.medcuida.pro:macro/m3_comp_search_view_divider_color = 0x7f0d00f3
+com.example.medcuida.pro:id/row_index_key = 0x7f0901d9
+com.example.medcuida.pro:macro/m3_comp_filled_autocomplete_text_field_input_text_type = 0x7f0d0043
+com.example.medcuida.pro:dimen/m3_sys_motion_easing_linear_control_y1 = 0x7f070209
+com.example.medcuida.pro:id/radio_topical = 0x7f0901c5
com.example.medcuida.pro:macro/m3_comp_elevated_card_container_shape = 0x7f0d002c
-com.example.medcuida.pro:macro/m3_comp_elevated_button_container_color = 0x7f0d002a
-com.example.medcuida.pro:style/Widget.AppCompat.Light.ActionButton.CloseMode = 0x7f14030a
com.example.medcuida.pro:macro/m3_comp_time_picker_period_selector_unselected_hover_state_layer_color = 0x7f0d015c
com.example.medcuida.pro:macro/m3_comp_dialog_supporting_text_type = 0x7f0d0028
-com.example.medcuida.pro:string/mtrl_picker_invalid_format_example = 0x7f1300ab
-com.example.medcuida.pro:macro/m3_comp_dialog_headline_type = 0x7f0d0026
-com.example.medcuida.pro:macro/m3_comp_dialog_container_shape = 0x7f0d0024
+com.example.medcuida.pro:style/Widget.AppCompat.Light.ActionButton.CloseMode = 0x7f14030a
+com.example.medcuida.pro:id/fitCenter = 0x7f0900f6
+com.example.medcuida.pro:layout/item_consulta_medico = 0x7f0c0045
+com.example.medcuida.pro:style/Widget.Material3.MaterialCalendar.HeaderSelection = 0x7f1403a1
com.example.medcuida.pro:style/Base.V7.Theme.AppCompat = 0x7f1400ba
com.example.medcuida.pro:macro/m3_comp_date_picker_modal_year_selection_year_selected_label_text_color = 0x7f0d0021
+com.example.medcuida.pro:dimen/m3_btn_padding_top = 0x7f0700df
com.example.medcuida.pro:macro/m3_comp_date_picker_modal_year_selection_year_selected_container_color = 0x7f0d0020
-com.example.medcuida.pro:macro/m3_comp_date_picker_modal_weekdays_label_text_type = 0x7f0d001f
-com.example.medcuida.pro:macro/m3_comp_date_picker_modal_weekdays_label_text_color = 0x7f0d001e
-com.example.medcuida.pro:string/common_google_play_services_update_title = 0x7f13003f
+com.example.medcuida.pro:drawable/mtrl_checkbox_button_checked_unchecked = 0x7f0800de
+com.example.medcuida.pro:dimen/abc_text_size_headline_material = 0x7f070047
+com.example.medcuida.pro:macro/m3_comp_dialog_container_shape = 0x7f0d0024
+com.example.medcuida.pro:id/split_action_bar = 0x7f090208
+com.example.medcuida.pro:style/Widget.Material3.NavigationRailView.ActiveIndicator = 0x7f1403b8
com.example.medcuida.pro:macro/m3_comp_date_picker_modal_range_selection_month_subhead_type = 0x7f0d001d
+com.example.medcuida.pro:string/common_google_play_services_update_title = 0x7f13003f
+com.example.medcuida.pro:style/Base.MaterialAlertDialog.MaterialComponents.Title.Panel = 0x7f140014
+com.example.medcuida.pro:style/ThemeOverlay.Material3.FloatingActionButton.Tertiary = 0x7f1402a4
+com.example.medcuida.pro:macro/m3_comp_time_picker_time_selector_separator_color = 0x7f0d0166
com.example.medcuida.pro:macro/m3_comp_date_picker_modal_range_selection_month_subhead_color = 0x7f0d001c
-com.example.medcuida.pro:macro/m3_comp_date_picker_modal_range_selection_header_headline_type = 0x7f0d001b
+com.example.medcuida.pro:style/Widget.Material3.CardView.Elevated = 0x7f140363
com.example.medcuida.pro:macro/m3_comp_date_picker_modal_range_selection_active_indicator_container_color = 0x7f0d001a
-com.example.medcuida.pro:macro/m3_comp_date_picker_modal_header_supporting_text_color = 0x7f0d0018
-com.example.medcuida.pro:style/Widget.Material3.CircularProgressIndicator.ExtraSmall = 0x7f140373
-com.example.medcuida.pro:style/Base.V28.Theme.AppCompat = 0x7f1400b8
-com.example.medcuida.pro:macro/m3_comp_date_picker_modal_header_headline_color = 0x7f0d0016
-com.example.medcuida.pro:styleable/MaterialButtonToggleGroup = 0x7f150056
+com.example.medcuida.pro:drawable/mtrl_popupmenu_background_overlay = 0x7f0800f3
+com.example.medcuida.pro:id/mtrl_calendar_days_of_week = 0x7f09015f
+com.example.medcuida.pro:string/common_google_play_services_update_text = 0x7f13003e
+com.example.medcuida.pro:drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__0 = 0x7f08001a
+com.example.medcuida.pro:dimen/m3_sys_motion_easing_standard_control_y2 = 0x7f070212
+com.example.medcuida.pro:macro/m3_comp_outlined_button_pressed_outline_color = 0x7f0d00aa
+com.example.medcuida.pro:style/Base.V23.Theme.AppCompat = 0x7f1400af
+com.example.medcuida.pro:style/TextAppearance.Material3.HeadlineSmall = 0x7f1401ed
+com.example.medcuida.pro:id/btn_guardar_alteracoes = 0x7f090076
+com.example.medcuida.pro:id/text_type = 0x7f090245
+com.example.medcuida.pro:style/Theme.MaterialComponents.Light.Dialog = 0x7f140267
com.example.medcuida.pro:macro/m3_comp_date_picker_modal_date_today_container_outline_color = 0x7f0d0013
-com.example.medcuida.pro:macro/m3_comp_date_picker_modal_date_label_text_type = 0x7f0d0010
-com.example.medcuida.pro:macro/m3_comp_checkbox_unselected_outline_color = 0x7f0d000c
-com.example.medcuida.pro:macro/m3_comp_checkbox_selected_icon_color = 0x7f0d000b
-com.example.medcuida.pro:macro/m3_comp_checkbox_selected_error_container_color = 0x7f0d0009
-com.example.medcuida.pro:style/Widget.AppCompat.Button.Colored = 0x7f1402f5
-com.example.medcuida.pro:macro/m3_comp_checkbox_selected_disabled_icon_color = 0x7f0d0008
-com.example.medcuida.pro:macro/m3_comp_checkbox_selected_disabled_container_color = 0x7f0d0007
+com.example.medcuida.pro:styleable/MaterialButtonToggleGroup = 0x7f150056
+com.example.medcuida.pro:string/password_hint = 0x7f1300d1
+com.example.medcuida.pro:string/abc_menu_function_shortcut_label = 0x7f13000c
+com.example.medcuida.pro:id/tag_window_insets_animation_callback = 0x7f090229
+com.example.medcuida.pro:dimen/design_snackbar_padding_horizontal = 0x7f070087
+com.example.medcuida.pro:id/spread = 0x7f090209
+com.example.medcuida.pro:string/mtrl_picker_text_input_date_hint = 0x7f1300b8
+com.example.medcuida.pro:style/Base.Theme.MaterialComponents.Bridge = 0x7f140066
+com.example.medcuida.pro:style/Widget.MaterialComponents.LinearProgressIndicator = 0x7f140416
+com.example.medcuida.pro:id/scroll = 0x7f0901e0
com.example.medcuida.pro:macro/m3_comp_badge_large_label_text_type = 0x7f0d0004
com.example.medcuida.pro:macro/m3_comp_badge_large_label_text_color = 0x7f0d0003
-com.example.medcuida.pro:style/Widget.Material3.FloatingActionButton.Large.Secondary = 0x7f140387
-com.example.medcuida.pro:macro/m3_comp_badge_color = 0x7f0d0002
-com.example.medcuida.pro:style/Widget.AppCompat.Toolbar = 0x7f14032d
-com.example.medcuida.pro:macro/m3_comp_assist_chip_label_text_type = 0x7f0d0001
+com.example.medcuida.pro:drawable/mtrl_ic_cancel = 0x7f0800eb
com.example.medcuida.pro:macro/m3_comp_assist_chip_container_shape = 0x7f0d0000
com.example.medcuida.pro:style/TextAppearance.MaterialComponents.Overline = 0x7f140204
com.example.medcuida.pro:layout/support_simple_spinner_dropdown_item = 0x7f0c0085
-com.example.medcuida.pro:layout/select_dialog_multichoice_material = 0x7f0c0083
-com.example.medcuida.pro:layout/select_dialog_item_material = 0x7f0c0082
-com.example.medcuida.pro:layout/notification_action_tombstone = 0x7f0c007d
+com.example.medcuida.pro:style/Widget.Material3.Toolbar = 0x7f1403de
com.example.medcuida.pro:layout/mtrl_search_view = 0x7f0c007b
+com.example.medcuida.pro:layout/abc_alert_dialog_title_material = 0x7f0c000a
+com.example.medcuida.pro:id/ghost_view = 0x7f090104
+com.example.medcuida.pro:string/mtrl_picker_today_description = 0x7f1300be
com.example.medcuida.pro:layout/mtrl_picker_header_toggle = 0x7f0c0077
com.example.medcuida.pro:layout/mtrl_picker_header_selection_text = 0x7f0c0075
-com.example.medcuida.pro:style/Base.V23.Theme.AppCompat.Light = 0x7f1400b0
-com.example.medcuida.pro:layout/mtrl_picker_header_fullscreen = 0x7f0c0074
-com.example.medcuida.pro:layout/mtrl_picker_header_dialog = 0x7f0c0073
-com.example.medcuida.pro:layout/mtrl_picker_fullscreen = 0x7f0c0072
-com.example.medcuida.pro:macro/m3_comp_secondary_navigation_tab_inactive_label_text_color = 0x7f0d0100
-com.example.medcuida.pro:layout/mtrl_picker_dialog = 0x7f0c0071
-com.example.medcuida.pro:layout/mtrl_navigation_rail_item = 0x7f0c006f
-com.example.medcuida.pro:style/Widget.MaterialComponents.AutoCompleteTextView.FilledBox.Dense = 0x7f1403eb
-com.example.medcuida.pro:macro/m3_comp_time_picker_time_selector_selected_focus_state_layer_color = 0x7f0d0162
-com.example.medcuida.pro:layout/mtrl_calendar_year = 0x7f0c006c
+com.example.medcuida.pro:macro/m3_comp_outlined_card_container_color = 0x7f0d00ab
+com.example.medcuida.pro:id/transition_scene_layoutid_cache = 0x7f090259
+com.example.medcuida.pro:style/TextAppearance.Material3.BodyMedium = 0x7f1401e6
+com.example.medcuida.pro:style/TextAppearance.Design.Snackbar.Message = 0x7f1401d1
com.example.medcuida.pro:layout/mtrl_calendar_vertical = 0x7f0c006b
+com.example.medcuida.pro:attr/drawableLeftCompat = 0x7f040197
+com.example.medcuida.pro:dimen/m3_comp_navigation_bar_pressed_state_layer_opacity = 0x7f070142
+com.example.medcuida.pro:style/Base.Theme.MaterialComponents.Light.DialogWhenLarge = 0x7f140077
com.example.medcuida.pro:layout/mtrl_calendar_months = 0x7f0c006a
+com.example.medcuida.pro:drawable/abc_ic_clear_material = 0x7f08003f
+com.example.medcuida.pro:color/m3_navigation_item_icon_tint = 0x7f0600a5
+com.example.medcuida.pro:macro/m3_comp_switch_disabled_unselected_track_color = 0x7f0d011f
+com.example.medcuida.pro:style/Base.DialogWindowTitle.AppCompat = 0x7f140011
+com.example.medcuida.pro:dimen/m3_side_sheet_width = 0x7f0701e4
+com.example.medcuida.pro:dimen/m3_card_elevated_dragged_z = 0x7f0700ea
+com.example.medcuida.pro:color/material_personalized_color_control_activated = 0x7f06028a
com.example.medcuida.pro:layout/mtrl_calendar_month_navigation = 0x7f0c0069
-com.example.medcuida.pro:layout/mtrl_calendar_month_labeled = 0x7f0c0068
-com.example.medcuida.pro:style/MaterialAlertDialog.Material3.Body.Text = 0x7f140124
-com.example.medcuida.pro:layout/mtrl_calendar_month = 0x7f0c0067
-com.example.medcuida.pro:styleable/ColorStateListItem = 0x7f150027
+com.example.medcuida.pro:id/startHorizontal = 0x7f090212
+com.example.medcuida.pro:macro/m3_comp_switch_selected_track_color = 0x7f0d012f
+com.example.medcuida.pro:styleable/LoadingImageView = 0x7f150051
+com.example.medcuida.pro:layout/abc_cascading_menu_item_layout = 0x7f0c000b
+com.example.medcuida.pro:macro/m3_comp_navigation_rail_container_color = 0x7f0d009c
+com.example.medcuida.pro:macro/m3_comp_navigation_bar_active_focus_label_text_color = 0x7f0d0063
+com.example.medcuida.pro:id/accessibility_custom_action_24 = 0x7f090021
+com.example.medcuida.pro:style/Widget.MaterialComponents.TextView = 0x7f140450
com.example.medcuida.pro:style/Theme.Design.Light.NoActionBar = 0x7f140227
com.example.medcuida.pro:layout/mtrl_calendar_horizontal = 0x7f0c0066
-com.example.medcuida.pro:layout/mtrl_alert_select_dialog_item = 0x7f0c005f
-com.example.medcuida.pro:layout/material_timepicker_textinput_display = 0x7f0c005b
-com.example.medcuida.pro:layout/material_timepicker_dialog = 0x7f0c005a
-com.example.medcuida.pro:layout/material_time_input = 0x7f0c0058
+com.example.medcuida.pro:styleable/ColorStateListItem = 0x7f150027
+com.example.medcuida.pro:style/Base.Widget.AppCompat.ActionBar.TabView = 0x7f1400c6
+com.example.medcuida.pro:style/Base.Theme.Material3.Dark.SideSheetDialog = 0x7f14005e
+com.example.medcuida.pro:id/notification_main_column_container = 0x7f090195
+com.example.medcuida.pro:id/accessibility_custom_action_9 = 0x7f09002f
com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Tooltip = 0x7f140031
com.example.medcuida.pro:layout/material_time_chip = 0x7f0c0057
-com.example.medcuida.pro:layout/material_textinput_timepicker = 0x7f0c0056
+com.example.medcuida.pro:style/Base.Widget.AppCompat.ActionMode = 0x7f1400ca
+com.example.medcuida.pro:style/ThemeOverlay.Material3.AutoCompleteTextView.OutlinedBox = 0x7f140283
+com.example.medcuida.pro:macro/m3_comp_switch_disabled_selected_track_color = 0x7f0d011c
com.example.medcuida.pro:layout/material_clockface_textview = 0x7f0c0053
+com.example.medcuida.pro:dimen/mtrl_btn_padding_bottom = 0x7f070262
+com.example.medcuida.pro:anim/nav_default_pop_exit_anim = 0x7f01002f
com.example.medcuida.pro:layout/material_clock_period_toggle_land = 0x7f0c0052
-com.example.medcuida.pro:layout/material_clock_display_divider = 0x7f0c0050
+com.example.medcuida.pro:drawable/$mtrl_switch_thumb_checked_unchecked__1 = 0x7f080022
com.example.medcuida.pro:style/Widget.Material3.Search.Toolbar.Button.Navigation = 0x7f1403c0
com.example.medcuida.pro:layout/material_clock_display = 0x7f0c004f
+com.example.medcuida.pro:dimen/m3_comp_switch_disabled_selected_handle_opacity = 0x7f07018c
com.example.medcuida.pro:layout/m3_side_sheet_dialog = 0x7f0c004d
+com.example.medcuida.pro:id/accessibility_custom_action_7 = 0x7f09002d
+com.example.medcuida.pro:style/Base.Widget.AppCompat.Button.Borderless = 0x7f1400ce
com.example.medcuida.pro:layout/m3_alert_dialog_actions = 0x7f0c004a
com.example.medcuida.pro:layout/m3_alert_dialog = 0x7f0c0049
-com.example.medcuida.pro:layout/item_medication = 0x7f0c0046
-com.example.medcuida.pro:layout/item_consulta_medico = 0x7f0c0045
-com.example.medcuida.pro:string/abc_menu_enter_shortcut_label = 0x7f13000b
-com.example.medcuida.pro:layout/item_appointment = 0x7f0c0044
+com.example.medcuida.pro:style/Base.Widget.AppCompat.Toolbar = 0x7f1400fa
com.example.medcuida.pro:layout/ime_secondary_split_test_activity = 0x7f0c0043
-com.example.medcuida.pro:layout/ime_base_split_test_activity = 0x7f0c0042
-com.example.medcuida.pro:string/fallback_menu_item_open_in_browser = 0x7f130051
-com.example.medcuida.pro:layout/fragment_sns24 = 0x7f0c0041
-com.example.medcuida.pro:layout/fragment_medication = 0x7f0c003e
+com.example.medcuida.pro:dimen/mtrl_fab_min_touch_target = 0x7f0702b4
+com.example.medcuida.pro:color/mtrl_on_primary_text_btn_text_color_selector = 0x7f0602e8
+com.example.medcuida.pro:style/Base.Widget.Material3.BottomNavigationView = 0x7f1400ff
+com.example.medcuida.pro:style/Widget.MaterialComponents.ExtendedFloatingActionButton = 0x7f140412
+com.example.medcuida.pro:style/ThemeOverlay.Material3.NavigationView = 0x7f1402b1
com.example.medcuida.pro:layout/fragment_appointments = 0x7f0c003c
-com.example.medcuida.pro:layout/dialog_edit_profile = 0x7f0c003a
-com.example.medcuida.pro:macro/m3_comp_search_bar_input_text_color = 0x7f0d00ea
-com.example.medcuida.pro:layout/dialog_change_password = 0x7f0c0039
-com.example.medcuida.pro:layout/design_text_input_start_icon = 0x7f0c0037
+com.example.medcuida.pro:macro/m3_comp_navigation_bar_active_focus_icon_color = 0x7f0d0062
+com.example.medcuida.pro:macro/m3_comp_sheet_bottom_docked_container_color = 0x7f0d0105
+com.example.medcuida.pro:xml/data_extraction_rules = 0x7f160001
+com.example.medcuida.pro:id/disableIntraAutoTransition = 0x7f0900c3
com.example.medcuida.pro:layout/design_navigation_menu_item = 0x7f0c0035
+com.example.medcuida.pro:dimen/tooltip_precise_anchor_threshold = 0x7f07031c
+com.example.medcuida.pro:layout/fragment_sns24 = 0x7f0c0041
+com.example.medcuida.pro:string/fallback_menu_item_open_in_browser = 0x7f130051
com.example.medcuida.pro:layout/design_navigation_menu = 0x7f0c0034
com.example.medcuida.pro:layout/design_navigation_item_subheader = 0x7f0c0033
-com.example.medcuida.pro:layout/design_navigation_item_header = 0x7f0c0031
-com.example.medcuida.pro:layout/design_navigation_item = 0x7f0c0030
-com.example.medcuida.pro:layout/design_layout_tab_text = 0x7f0c002e
-com.example.medcuida.pro:layout/design_layout_tab_icon = 0x7f0c002d
-com.example.medcuida.pro:layout/design_layout_snackbar = 0x7f0c002b
+com.example.medcuida.pro:id/homeAsUp = 0x7f090110
+com.example.medcuida.pro:color/mtrl_filled_stroke_color = 0x7f0602df
+com.example.medcuida.pro:dimen/abc_text_size_subtitle_material_toolbar = 0x7f07004e
com.example.medcuida.pro:layout/design_bottom_sheet_dialog = 0x7f0c002a
+com.example.medcuida.pro:color/m3_sys_color_dynamic_light_tertiary_container = 0x7f0601ce
+com.example.medcuida.pro:id/SYM = 0x7f09000b
com.example.medcuida.pro:style/ShapeAppearanceOverlay.Material3.NavigationView.Item = 0x7f140188
com.example.medcuida.pro:layout/browser_actions_context_menu_row = 0x7f0c0027
-com.example.medcuida.pro:layout/activity_register_medico = 0x7f0c0025
-com.example.medcuida.pro:layout/activity_register = 0x7f0c0024
+com.example.medcuida.pro:id/view_agenda = 0x7f090270
+com.example.medcuida.pro:integer/m3_sys_motion_duration_medium2 = 0x7f0a001a
com.example.medcuida.pro:macro/m3_comp_fab_primary_container_shape = 0x7f0d0038
com.example.medcuida.pro:layout/activity_perfil_medico = 0x7f0c0023
-com.example.medcuida.pro:layout/activity_chat = 0x7f0c001d
+com.example.medcuida.pro:layout/design_layout_tab_text = 0x7f0c002e
+com.example.medcuida.pro:dimen/m3_comp_slider_disabled_handle_opacity = 0x7f070183
+com.example.medcuida.pro:style/Widget.Material3.MaterialCalendar.Day = 0x7f140396
+com.example.medcuida.pro:dimen/m3_sys_motion_easing_standard_control_x1 = 0x7f07020f
com.example.medcuida.pro:layout/abc_search_view = 0x7f0c0019
com.example.medcuida.pro:macro/m3_comp_switch_selected_focus_track_color = 0x7f0d0124
com.example.medcuida.pro:layout/abc_search_dropdown_item_icons_2line = 0x7f0c0018
-com.example.medcuida.pro:layout/abc_screen_simple = 0x7f0c0015
-com.example.medcuida.pro:layout/abc_popup_menu_item_layout = 0x7f0c0013
com.example.medcuida.pro:style/Widget.AppCompat.Light.ActionBar.Solid.Inverse = 0x7f140302
com.example.medcuida.pro:layout/abc_popup_menu_header_item_layout = 0x7f0c0012
com.example.medcuida.pro:layout/abc_list_menu_item_radio = 0x7f0c0011
-com.example.medcuida.pro:style/Widget.MaterialComponents.TextInputLayout.FilledBox.ExposedDropdownMenu = 0x7f14044b
-com.example.medcuida.pro:layout/abc_list_menu_item_layout = 0x7f0c0010
+com.example.medcuida.pro:style/ThemeOverlay.Material3.BottomSheetDialog = 0x7f140288
+com.example.medcuida.pro:macro/m3_comp_fab_secondary_container_color = 0x7f0d003c
com.example.medcuida.pro:layout/abc_list_menu_item_checkbox = 0x7f0c000e
-com.example.medcuida.pro:layout/abc_expanded_menu_layout = 0x7f0c000d
-com.example.medcuida.pro:styleable/LoadingImageView = 0x7f150051
-com.example.medcuida.pro:layout/abc_cascading_menu_item_layout = 0x7f0c000b
-com.example.medcuida.pro:layout/abc_alert_dialog_title_material = 0x7f0c000a
-com.example.medcuida.pro:layout/abc_activity_chooser_view_list_item = 0x7f0c0007
-com.example.medcuida.pro:style/Base.Widget.AppCompat.ListView.DropDown = 0x7f1400e8
-com.example.medcuida.pro:layout/abc_action_menu_layout = 0x7f0c0003
com.example.medcuida.pro:layout/abc_action_bar_up_container = 0x7f0c0001
-com.example.medcuida.pro:styleable/Fragment = 0x7f15003d
-com.example.medcuida.pro:layout/abc_action_bar_title_item = 0x7f0c0000
com.example.medcuida.pro:interpolator/mtrl_linear_out_slow_in = 0x7f0b0011
+com.example.medcuida.pro:style/Widget.MaterialComponents.Chip.Filter = 0x7f140408
+com.example.medcuida.pro:macro/m3_comp_switch_selected_handle_color = 0x7f0d0125
com.example.medcuida.pro:interpolator/mtrl_linear = 0x7f0b0010
-com.example.medcuida.pro:interpolator/mtrl_fast_out_linear_in = 0x7f0b000e
-com.example.medcuida.pro:interpolator/m3_sys_motion_easing_standard = 0x7f0b000b
-com.example.medcuida.pro:interpolator/m3_sys_motion_easing_linear = 0x7f0b000a
-com.example.medcuida.pro:style/ShapeAppearance.M3.Comp.SearchView.FullScreen.Container.Shape = 0x7f140161
+com.example.medcuida.pro:styleable/ExtendedFloatingActionButton_Behavior_Layout = 0x7f150036
+com.example.medcuida.pro:style/Widget.MaterialComponents.Slider = 0x7f14043d
+com.example.medcuida.pro:style/TextAppearance.AppCompat.Display1 = 0x7f140199
+com.example.medcuida.pro:drawable/notification_bg_normal_pressed = 0x7f080108
+com.example.medcuida.pro:id/ignore = 0x7f090117
+com.example.medcuida.pro:styleable/NavigationRailView = 0x7f150078
+com.example.medcuida.pro:style/Widget.Material3.TextInputEditText.OutlinedBox.Dense = 0x7f1403d5
com.example.medcuida.pro:interpolator/btn_radio_to_on_mtrl_animation_interpolator_0 = 0x7f0b0005
-com.example.medcuida.pro:macro/m3_comp_outlined_card_focus_outline_color = 0x7f0d00af
-com.example.medcuida.pro:interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_1 = 0x7f0b0003
+com.example.medcuida.pro:style/ShapeAppearance.M3.Comp.SearchView.FullScreen.Container.Shape = 0x7f140161
+com.example.medcuida.pro:id/match_parent = 0x7f09013c
+com.example.medcuida.pro:style/Base.AlertDialog.AppCompat = 0x7f14000b
com.example.medcuida.pro:interpolator/btn_checkbox_checked_mtrl_animation_interpolator_1 = 0x7f0b0001
com.example.medcuida.pro:interpolator/btn_checkbox_checked_mtrl_animation_interpolator_0 = 0x7f0b0000
+com.example.medcuida.pro:id/email_edit_text = 0x7f0900e2
+com.example.medcuida.pro:styleable/MaterialSwitch = 0x7f15005f
com.example.medcuida.pro:integer/mtrl_view_gone = 0x7f0a0041
com.example.medcuida.pro:integer/mtrl_tab_indicator_anim_duration_ms = 0x7f0a0040
-com.example.medcuida.pro:integer/mtrl_switch_track_viewport_width = 0x7f0a003f
-com.example.medcuida.pro:macro/m3_comp_text_button_pressed_state_layer_color = 0x7f0d0147
-com.example.medcuida.pro:integer/mtrl_switch_track_viewport_height = 0x7f0a003e
-com.example.medcuida.pro:integer/mtrl_switch_thumb_pressed_duration = 0x7f0a003b
+com.example.medcuida.pro:style/Base.Theme.MaterialComponents.Light.Dialog.MinWidth = 0x7f140076
+com.example.medcuida.pro:styleable/NavArgument = 0x7f150070
com.example.medcuida.pro:integer/mtrl_chip_anim_duration = 0x7f0a0037
-com.example.medcuida.pro:integer/mtrl_card_anim_duration_ms = 0x7f0a0036
-com.example.medcuida.pro:integer/mtrl_calendar_year_selector_span = 0x7f0a0034
-com.example.medcuida.pro:integer/mtrl_calendar_selection_text_lines = 0x7f0a0033
-com.example.medcuida.pro:integer/mtrl_calendar_header_orientation = 0x7f0a0032
com.example.medcuida.pro:integer/mtrl_btn_anim_duration_ms = 0x7f0a0031
-com.example.medcuida.pro:integer/material_motion_duration_short_2 = 0x7f0a002d
+com.example.medcuida.pro:style/Widget.AppCompat.SeekBar.Discrete = 0x7f140326
com.example.medcuida.pro:integer/material_motion_duration_short_1 = 0x7f0a002c
+com.example.medcuida.pro:dimen/m3_comp_switch_disabled_track_opacity = 0x7f07018e
+com.example.medcuida.pro:attr/hideAnimationBehavior = 0x7f04022a
+com.example.medcuida.pro:style/Base.Widget.AppCompat.ListView.DropDown = 0x7f1400e8
+com.example.medcuida.pro:layout/abc_action_menu_layout = 0x7f0c0003
+com.example.medcuida.pro:styleable/Fragment = 0x7f15003d
+com.example.medcuida.pro:layout/abc_action_bar_title_item = 0x7f0c0000
+com.example.medcuida.pro:id/material_timepicker_mode_button = 0x7f09014d
com.example.medcuida.pro:macro/m3_comp_filled_tonal_icon_button_toggle_unselected_icon_color = 0x7f0d0057
com.example.medcuida.pro:integer/m3_sys_shape_corner_extra_small_corner_family = 0x7f0a0023
com.example.medcuida.pro:styleable/Snackbar = 0x7f15008d
com.example.medcuida.pro:integer/m3_sys_motion_duration_short4 = 0x7f0a0020
com.example.medcuida.pro:integer/m3_sys_motion_duration_short3 = 0x7f0a001f
+com.example.medcuida.pro:color/material_dynamic_color_dark_error = 0x7f060229
+com.example.medcuida.pro:id/rtl = 0x7f0901da
+com.example.medcuida.pro:dimen/mtrl_progress_circular_radius = 0x7f0702d5
+com.example.medcuida.pro:attr/telltales_tailScale = 0x7f040453
+com.example.medcuida.pro:style/ShapeAppearance.M3.Comp.NavigationRail.ActiveIndicator.Shape = 0x7f14015d
+com.example.medcuida.pro:style/ThemeOverlay.Material3.HarmonizedColors.Empty = 0x7f1402a6
com.example.medcuida.pro:integer/m3_sys_motion_duration_short2 = 0x7f0a001e
-com.example.medcuida.pro:style/Animation.Material3.BottomSheetDialog = 0x7f140006
-com.example.medcuida.pro:macro/m3_comp_fab_primary_container_color = 0x7f0d0037
-com.example.medcuida.pro:integer/m3_sys_motion_duration_short1 = 0x7f0a001d
-com.example.medcuida.pro:integer/m3_sys_motion_duration_medium4 = 0x7f0a001c
-com.example.medcuida.pro:integer/m3_sys_motion_duration_medium3 = 0x7f0a001b
-com.example.medcuida.pro:integer/m3_sys_motion_duration_medium2 = 0x7f0a001a
-com.example.medcuida.pro:integer/m3_sys_motion_duration_long4 = 0x7f0a0018
-com.example.medcuida.pro:style/Base.Widget.AppCompat.Light.ActionBar.Solid = 0x7f1400de
-com.example.medcuida.pro:integer/m3_sys_motion_duration_long3 = 0x7f0a0017
+com.example.medcuida.pro:macro/m3_comp_extended_fab_secondary_container_color = 0x7f0d0031
com.example.medcuida.pro:integer/m3_sys_motion_duration_long2 = 0x7f0a0016
-com.example.medcuida.pro:style/ThemeOverlay.Material3.AutoCompleteTextView = 0x7f140280
+com.example.medcuida.pro:id/tv_greeting_main = 0x7f090260
+com.example.medcuida.pro:id/tag_on_receive_content_mime_types = 0x7f090223
+com.example.medcuida.pro:style/Widget.Material3.TextInputLayout.OutlinedBox.Dense.ExposedDropdownMenu = 0x7f1403dc
+com.example.medcuida.pro:style/Widget.AppCompat.Light.ListView.DropDown = 0x7f140311
com.example.medcuida.pro:integer/m3_sys_motion_duration_long1 = 0x7f0a0015
-com.example.medcuida.pro:integer/m3_sys_motion_duration_extra_long3 = 0x7f0a0013
-com.example.medcuida.pro:integer/m3_chip_anim_duration = 0x7f0a0010
-com.example.medcuida.pro:integer/m3_card_anim_duration_ms = 0x7f0a000f
+com.example.medcuida.pro:style/ThemeOverlay.Material3.AutoCompleteTextView = 0x7f140280
+com.example.medcuida.pro:dimen/m3_comp_search_view_docked_header_container_height = 0x7f070175
+com.example.medcuida.pro:style/Base.Widget.MaterialComponents.TextInputEditText = 0x7f14011c
com.example.medcuida.pro:integer/m3_card_anim_delay_ms = 0x7f0a000e
com.example.medcuida.pro:string/mtrl_switch_thumb_path_morphing = 0x7f1300c5
com.example.medcuida.pro:integer/m3_btn_anim_duration_ms = 0x7f0a000d
-com.example.medcuida.pro:integer/m3_badge_max_number = 0x7f0a000b
-com.example.medcuida.pro:style/Widget.Material3.TextInputLayout.FilledBox.Dense.ExposedDropdownMenu = 0x7f1403d8
+com.example.medcuida.pro:style/Widget.Material3.CollapsingToolbar.Medium = 0x7f140378
+com.example.medcuida.pro:drawable/abc_ic_menu_share_mtrl_alpha = 0x7f080047
com.example.medcuida.pro:integer/google_play_services_version = 0x7f0a0009
+com.example.medcuida.pro:style/Widget.Material3.TextInputLayout.FilledBox.Dense.ExposedDropdownMenu = 0x7f1403d8
+com.example.medcuida.pro:id/fingerprint_subtitle = 0x7f0900f5
com.example.medcuida.pro:integer/design_tab_indicator_anim_duration_ms = 0x7f0a0008
com.example.medcuida.pro:integer/design_snackbar_text_max_lines = 0x7f0a0007
+com.example.medcuida.pro:macro/m3_comp_dialog_headline_type = 0x7f0d0026
+com.example.medcuida.pro:string/mtrl_picker_invalid_format_example = 0x7f1300ab
com.example.medcuida.pro:integer/config_navAnimTime = 0x7f0a0005
com.example.medcuida.pro:integer/cancel_button_image_alpha = 0x7f0a0004
-com.example.medcuida.pro:string/abc_searchview_description_clear = 0x7f130013
com.example.medcuida.pro:integer/app_bar_elevation_anim_duration = 0x7f0a0002
-com.example.medcuida.pro:integer/abc_config_activityShortDur = 0x7f0a0001
-com.example.medcuida.pro:style/Widget.MaterialComponents.Toolbar = 0x7f14045b
-com.example.medcuida.pro:integer/abc_config_activityDefaultDur = 0x7f0a0000
-com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.Light = 0x7f1402d0
-com.example.medcuida.pro:id/x_right = 0x7f090284
-com.example.medcuida.pro:id/x_left = 0x7f090283
+com.example.medcuida.pro:string/abc_searchview_description_clear = 0x7f130013
+com.example.medcuida.pro:id/action_mode_close_button = 0x7f090044
+com.example.medcuida.pro:string/path_password_strike_through = 0x7f1300d6
+com.example.medcuida.pro:style/ShapeAppearance.Material3.Corner.Full = 0x7f140170
com.example.medcuida.pro:id/wrap_content = 0x7f090281
-com.example.medcuida.pro:id/with_icon = 0x7f09027e
-com.example.medcuida.pro:id/withText = 0x7f09027d
-com.example.medcuida.pro:id/wide = 0x7f09027c
+com.example.medcuida.pro:dimen/m3_bottom_nav_item_active_indicator_width = 0x7f0700c1
+com.example.medcuida.pro:layout/mtrl_calendar_month = 0x7f0c0067
+com.example.medcuida.pro:style/MaterialAlertDialog.Material3.Body.Text = 0x7f140124
com.example.medcuida.pro:styleable/FloatingActionButton_Behavior_Layout = 0x7f150038
-com.example.medcuida.pro:style/Widget.Material3.CardView.Outlined = 0x7f140365
com.example.medcuida.pro:id/west = 0x7f09027b
-com.example.medcuida.pro:macro/m3_comp_extended_fab_tertiary_icon_color = 0x7f0d0036
+com.example.medcuida.pro:style/Widget.Material3.CardView.Outlined = 0x7f140365
+com.example.medcuida.pro:style/Widget.AppCompat.DropDownItem.Spinner = 0x7f1402fd
+com.example.medcuida.pro:style/Widget.MaterialComponents.BottomNavigationView.PrimarySurface = 0x7f1403f4
+com.example.medcuida.pro:style/Widget.AppCompat.Light.AutoCompleteTextView = 0x7f14030e
com.example.medcuida.pro:id/visible = 0x7f090279
-com.example.medcuida.pro:id/view_tree_view_model_store_owner = 0x7f090278
+com.example.medcuida.pro:macro/m3_comp_extended_fab_tertiary_icon_color = 0x7f0d0036
com.example.medcuida.pro:style/Widget.MaterialComponents.ProgressIndicator = 0x7f14043b
com.example.medcuida.pro:id/view_tree_saved_state_registry_owner = 0x7f090277
-com.example.medcuida.pro:id/view_transition = 0x7f090274
+com.example.medcuida.pro:id/mtrl_internal_children_alpha_tag = 0x7f090168
+com.example.medcuida.pro:string/call_notification_hang_up_action = 0x7f13002b
com.example.medcuida.pro:id/view_perfil = 0x7f090273
-com.example.medcuida.pro:id/view_pacientes = 0x7f090272
-com.example.medcuida.pro:id/view_agenda = 0x7f090270
com.example.medcuida.pro:id/vertical_only = 0x7f09026f
-com.example.medcuida.pro:id/utente_edit_text = 0x7f09026e
-com.example.medcuida.pro:id/up = 0x7f09026c
-com.example.medcuida.pro:id/uniform = 0x7f09026a
+com.example.medcuida.pro:drawable/$mtrl_switch_thumb_unchecked_pressed__0 = 0x7f080027
+com.example.medcuida.pro:id/accessibility_custom_action_0 = 0x7f090010
com.example.medcuida.pro:id/tv_numero_utente = 0x7f090267
-com.example.medcuida.pro:id/tv_nome_paciente = 0x7f090266
-com.example.medcuida.pro:style/Widget.Material3.ExtendedFloatingActionButton.Secondary = 0x7f140383
com.example.medcuida.pro:id/tv_msg_enviada = 0x7f090263
-com.example.medcuida.pro:id/tv_idade_paciente = 0x7f090261
-com.example.medcuida.pro:id/tv_greeting_main = 0x7f090260
+com.example.medcuida.pro:style/Widget.Material3.ExtendedFloatingActionButton.Secondary = 0x7f140383
+com.example.medcuida.pro:dimen/mtrl_badge_text_size = 0x7f07024c
+com.example.medcuida.pro:macro/m3_comp_checkbox_unselected_outline_color = 0x7f0d000c
+com.example.medcuida.pro:drawable/btn_checkbox_unchecked_mtrl = 0x7f08007e
+com.example.medcuida.pro:layout/dialog_add_medication = 0x7f0c0038
+com.example.medcuida.pro:color/material_slider_inactive_tick_marks_color = 0x7f0602be
+com.example.medcuida.pro:id/browser_actions_menu_items = 0x7f09006e
com.example.medcuida.pro:id/tv_email_medico = 0x7f09025d
-com.example.medcuida.pro:id/transition_transform = 0x7f09025a
-com.example.medcuida.pro:id/transition_scene_layoutid_cache = 0x7f090259
+com.example.medcuida.pro:style/Widget.MaterialComponents.Toolbar.PrimarySurface = 0x7f14045d
+com.example.medcuida.pro:styleable/MotionLabel = 0x7f15006b
+com.example.medcuida.pro:string/material_motion_easing_standard = 0x7f130084
com.example.medcuida.pro:id/transition_position = 0x7f090258
com.example.medcuida.pro:id/transitionToStart = 0x7f090255
-com.example.medcuida.pro:id/transitionToEnd = 0x7f090254
-com.example.medcuida.pro:macro/m3_comp_filled_tonal_button_label_text_color = 0x7f0d0054
+com.example.medcuida.pro:drawable/mtrl_switch_thumb_unchecked_pressed = 0x7f0800fd
+com.example.medcuida.pro:macro/m3_comp_outlined_card_pressed_outline_color = 0x7f0d00b2
+com.example.medcuida.pro:macro/m3_comp_switch_unselected_hover_icon_color = 0x7f0d0137
+com.example.medcuida.pro:id/ifRoom = 0x7f090116
com.example.medcuida.pro:id/topPanel = 0x7f090252
+com.example.medcuida.pro:macro/m3_comp_filled_tonal_button_label_text_color = 0x7f0d0054
+com.example.medcuida.pro:style/ShapeAppearance.MaterialComponents.LargeComponent = 0x7f14017c
com.example.medcuida.pro:styleable/RadialViewGroup = 0x7f150080
com.example.medcuida.pro:id/toggle = 0x7f090250
-com.example.medcuida.pro:id/titleDividerNoCustom = 0x7f09024e
+com.example.medcuida.pro:id/customPanel = 0x7f0900af
+com.example.medcuida.pro:integer/m3_sys_shape_corner_small_corner_family = 0x7f0a0027
com.example.medcuida.pro:id/title = 0x7f09024d
-com.example.medcuida.pro:layout/abc_alert_dialog_material = 0x7f0c0009
-com.example.medcuida.pro:id/textinput_suffix_text = 0x7f09024b
-com.example.medcuida.pro:styleable/KeyFramesVelocity = 0x7f150048
-com.example.medcuida.pro:id/textinput_prefix_text = 0x7f09024a
-com.example.medcuida.pro:style/Base.Widget.MaterialComponents.AutoCompleteTextView = 0x7f140111
+com.example.medcuida.pro:string/material_motion_easing_accelerated = 0x7f130080
+com.example.medcuida.pro:style/Base.Widget.MaterialComponents.Slider = 0x7f14011a
com.example.medcuida.pro:id/textinput_placeholder = 0x7f090249
+com.example.medcuida.pro:style/Base.Widget.MaterialComponents.AutoCompleteTextView = 0x7f140111
+com.example.medcuida.pro:drawable/notification_bg_low = 0x7f080104
com.example.medcuida.pro:macro/m3_comp_date_picker_modal_date_selected_label_text_color = 0x7f0d0012
com.example.medcuida.pro:id/textinput_error = 0x7f090247
-com.example.medcuida.pro:id/textinput_counter = 0x7f090246
-com.example.medcuida.pro:style/Theme.MaterialComponents.Light.Dialog = 0x7f140267
-com.example.medcuida.pro:id/text_type = 0x7f090245
com.example.medcuida.pro:id/text_reason = 0x7f090242
-com.example.medcuida.pro:macro/m3_comp_elevated_card_container_color = 0x7f0d002b
+com.example.medcuida.pro:id/material_label = 0x7f090147
com.example.medcuida.pro:id/text_paciente_nome = 0x7f090241
+com.example.medcuida.pro:macro/m3_comp_elevated_card_container_color = 0x7f0d002b
+com.example.medcuida.pro:style/TextAppearance.Material3.TitleSmall = 0x7f1401f7
+com.example.medcuida.pro:macro/m3_comp_search_bar_leading_icon_color = 0x7f0d00ec
+com.example.medcuida.pro:string/confirm_device_credential_password = 0x7f130045
+com.example.medcuida.pro:string/common_signin_button_text = 0x7f130043
+com.example.medcuida.pro:color/m3_sys_color_dynamic_dark_on_surface_variant = 0x7f060199
+com.example.medcuida.pro:dimen/m3_comp_menu_container_elevation = 0x7f07013a
+com.example.medcuida.pro:style/TextAppearance.Widget.AppCompat.Toolbar.Subtitle = 0x7f14020a
+com.example.medcuida.pro:id/btn_chat_paciente = 0x7f090071
+com.example.medcuida.pro:macro/m3_comp_navigation_drawer_active_icon_color = 0x7f0d0081
+com.example.medcuida.pro:style/Widget.AppCompat.EditText = 0x7f1402fe
com.example.medcuida.pro:macro/m3_comp_navigation_rail_active_hover_state_layer_color = 0x7f0d0097
com.example.medcuida.pro:id/text_med_dosage = 0x7f09023d
-com.example.medcuida.pro:id/text_input_start_icon = 0x7f09023c
-com.example.medcuida.pro:style/Widget.MaterialComponents.CollapsingToolbar = 0x7f14040e
-com.example.medcuida.pro:id/text_input_error_icon = 0x7f09023b
-com.example.medcuida.pro:id/text_empty_medications = 0x7f090237
+com.example.medcuida.pro:style/Widget.AppCompat.SearchView = 0x7f140323
+com.example.medcuida.pro:style/Base.Widget.AppCompat.Light.PopupMenu.Overflow = 0x7f1400e4
+com.example.medcuida.pro:style/Base.Widget.AppCompat.Spinner.Underlined = 0x7f1400f7
+com.example.medcuida.pro:string/common_google_play_services_wear_update_text = 0x7f130041
+com.example.medcuida.pro:id/fixed = 0x7f0900fb
+com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Widget.ActionBar.Subtitle = 0x7f140033
com.example.medcuida.pro:id/text_consulta_status = 0x7f090235
com.example.medcuida.pro:id/text_ai_result = 0x7f090233
-com.example.medcuida.pro:id/text_agenda_vazia = 0x7f090232
-com.example.medcuida.pro:id/text_agenda_info = 0x7f090231
com.example.medcuida.pro:id/textSpacerNoTitle = 0x7f09022e
-com.example.medcuida.pro:id/textSpacerNoButtons = 0x7f09022d
-com.example.medcuida.pro:id/textEnd = 0x7f09022c
-com.example.medcuida.pro:macro/m3_comp_switch_selected_pressed_icon_color = 0x7f0d012c
+com.example.medcuida.pro:color/material_personalized__highlighted_text = 0x7f060287
+com.example.medcuida.pro:macro/m3_comp_text_button_focus_state_layer_color = 0x7f0d0143
+com.example.medcuida.pro:attr/contentPaddingTop = 0x7f04014f
+com.example.medcuida.pro:string/mtrl_checkbox_button_path_checked = 0x7f130094
+com.example.medcuida.pro:id/open_search_view_dummy_toolbar = 0x7f09019e
com.example.medcuida.pro:id/text2 = 0x7f09022b
-com.example.medcuida.pro:id/tag_window_insets_animation_callback = 0x7f090229
-com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.Toolbar.Primary = 0x7f1402e4
-com.example.medcuida.pro:id/tag_transition_group = 0x7f090226
-com.example.medcuida.pro:style/Widget.Material3.TextInputLayout.OutlinedBox.Dense.ExposedDropdownMenu = 0x7f1403dc
-com.example.medcuida.pro:id/tag_on_receive_content_mime_types = 0x7f090223
-com.example.medcuida.pro:layout/mtrl_picker_header_title_text = 0x7f0c0076
+com.example.medcuida.pro:macro/m3_comp_switch_selected_pressed_icon_color = 0x7f0d012c
+com.example.medcuida.pro:style/Widget.MaterialComponents.CollapsingToolbar = 0x7f14040e
+com.example.medcuida.pro:id/text_input_error_icon = 0x7f09023b
com.example.medcuida.pro:id/tag_on_receive_content_listener = 0x7f090222
+com.example.medcuida.pro:layout/mtrl_picker_header_title_text = 0x7f0c0076
com.example.medcuida.pro:macro/m3_comp_secondary_navigation_tab_label_text_type = 0x7f0d0101
com.example.medcuida.pro:id/tag_accessibility_actions = 0x7f09021d
+com.example.medcuida.pro:style/Widget.Material3.Button.Icon = 0x7f140353
com.example.medcuida.pro:string/fingerprint_not_recognized = 0x7f130059
com.example.medcuida.pro:layout/design_text_input_end_icon = 0x7f0c0036
com.example.medcuida.pro:id/tabMode = 0x7f09021c
com.example.medcuida.pro:style/RtlOverlay.Widget.AppCompat.PopupMenuItem = 0x7f140147
com.example.medcuida.pro:id/supportScrollUp = 0x7f09021b
+com.example.medcuida.pro:id/fragment_container_view_tag = 0x7f090100
+com.example.medcuida.pro:interpolator/m3_sys_motion_easing_emphasized_accelerate = 0x7f0b0008
+com.example.medcuida.pro:style/Widget.Material3.Button.ElevatedButton = 0x7f140351
+com.example.medcuida.pro:style/Base.Widget.AppCompat.EditText = 0x7f1400db
+com.example.medcuida.pro:layout/abc_popup_menu_item_layout = 0x7f0c0013
+com.example.medcuida.pro:styleable/NavGraphNavigator = 0x7f150072
+com.example.medcuida.pro:drawable/avd_show_password = 0x7f080078
com.example.medcuida.pro:id/submenuarrow = 0x7f090219
-com.example.medcuida.pro:id/stop = 0x7f090217
+com.example.medcuida.pro:macro/m3_comp_navigation_drawer_active_pressed_icon_color = 0x7f0d0084
+com.example.medcuida.pro:style/Theme.MaterialComponents.NoActionBar = 0x7f140272
com.example.medcuida.pro:id/staticPostLayout = 0x7f090216
-com.example.medcuida.pro:id/startToEnd = 0x7f090213
-com.example.medcuida.pro:id/startHorizontal = 0x7f090212
+com.example.medcuida.pro:macro/m3_comp_time_picker_time_selector_selected_focus_state_layer_color = 0x7f0d0162
+com.example.medcuida.pro:style/Widget.MaterialComponents.AutoCompleteTextView.FilledBox.Dense = 0x7f1403eb
+com.example.medcuida.pro:layout/mtrl_calendar_year = 0x7f0c006c
+com.example.medcuida.pro:id/navigation_appointments = 0x7f09017b
+com.example.medcuida.pro:style/CardView.Dark = 0x7f140120
+com.example.medcuida.pro:string/common_google_play_services_update_button = 0x7f13003d
+com.example.medcuida.pro:id/textinput_prefix_text = 0x7f09024a
+com.example.medcuida.pro:styleable/KeyFramesVelocity = 0x7f150048
com.example.medcuida.pro:id/standard = 0x7f090210
+com.example.medcuida.pro:layout/mtrl_picker_header_fullscreen = 0x7f0c0074
+com.example.medcuida.pro:style/Base.V23.Theme.AppCompat.Light = 0x7f1400b0
+com.example.medcuida.pro:styleable/MaterialRadioButton = 0x7f15005d
+com.example.medcuida.pro:style/Widget.Material3.TextInputLayout.FilledBox.ExposedDropdownMenu = 0x7f1403d9
com.example.medcuida.pro:id/src_over = 0x7f09020f
-com.example.medcuida.pro:id/src_in = 0x7f09020e
+com.example.medcuida.pro:style/Widget.Material3.FloatingActionButton.Large.Surface = 0x7f140388
+com.example.medcuida.pro:style/Widget.Material3.MaterialCalendar.Day.Selected = 0x7f140398
+com.example.medcuida.pro:color/m3_sys_color_dynamic_light_surface_container_lowest = 0x7f0601ca
+com.example.medcuida.pro:dimen/mtrl_btn_padding_right = 0x7f070264
+com.example.medcuida.pro:color/mtrl_filled_background_color = 0x7f0602dd
com.example.medcuida.pro:id/src_atop = 0x7f09020d
com.example.medcuida.pro:id/top = 0x7f090251
com.example.medcuida.pro:id/square = 0x7f09020c
-com.example.medcuida.pro:style/ShapeAppearanceOverlay.MaterialComponents.Chip = 0x7f14018d
-com.example.medcuida.pro:id/spread_inside = 0x7f09020a
-com.example.medcuida.pro:id/spread = 0x7f090209
-com.example.medcuida.pro:style/Widget.Material3.NavigationRailView.ActiveIndicator = 0x7f1403b8
-com.example.medcuida.pro:id/split_action_bar = 0x7f090208
-com.example.medcuida.pro:style/Widget.MaterialComponents.Button.TextButton.Dialog = 0x7f1403fc
-com.example.medcuida.pro:macro/m3_comp_time_picker_clock_dial_selector_handle_container_color = 0x7f0d014e
-com.example.medcuida.pro:id/spline = 0x7f090207
-com.example.medcuida.pro:style/Widget.MaterialComponents.MaterialCalendar.HeaderTitle = 0x7f140427
+com.example.medcuida.pro:id/buttonPanel = 0x7f09007a
+com.example.medcuida.pro:id/parentRelative = 0x7f0901ae
+com.example.medcuida.pro:drawable/$avd_show_password__2 = 0x7f080005
+com.example.medcuida.pro:attr/tickColorInactive = 0x7f0404a6
+com.example.medcuida.pro:layout/abc_alert_dialog_material = 0x7f0c0009
+com.example.medcuida.pro:id/textinput_suffix_text = 0x7f09024b
com.example.medcuida.pro:id/specialty_edit_text = 0x7f090205
-com.example.medcuida.pro:id/spacer = 0x7f090203
-com.example.medcuida.pro:style/Widget.MaterialComponents.TabLayout.PrimarySurface = 0x7f140443
+com.example.medcuida.pro:style/Widget.MaterialComponents.MaterialCalendar.HeaderTitle = 0x7f140427
+com.example.medcuida.pro:integer/m3_sys_motion_duration_long3 = 0x7f0a0017
+com.example.medcuida.pro:style/Base.Widget.AppCompat.Light.ActionBar.Solid = 0x7f1400de
+com.example.medcuida.pro:id/navigation_profile = 0x7f090185
+com.example.medcuida.pro:style/Widget.Material3.MaterialTimePicker.Display.HelperText = 0x7f1403b3
+com.example.medcuida.pro:id/design_bottom_sheet = 0x7f0900ba
+com.example.medcuida.pro:string/m3_sys_motion_easing_legacy_decelerate = 0x7f130074
+com.example.medcuida.pro:macro/m3_comp_navigation_drawer_active_focus_icon_color = 0x7f0d007b
+com.example.medcuida.pro:drawable/$m3_avd_show_password__2 = 0x7f08000b
com.example.medcuida.pro:id/south = 0x7f090202
-com.example.medcuida.pro:id/snapMargins = 0x7f090201
+com.example.medcuida.pro:style/Widget.MaterialComponents.TabLayout.PrimarySurface = 0x7f140443
com.example.medcuida.pro:id/snackbar_text = 0x7f0901ff
+com.example.medcuida.pro:dimen/m3_badge_with_text_horizontal_offset = 0x7f0700ba
+com.example.medcuida.pro:dimen/m3_comp_top_app_bar_small_container_height = 0x7f0701a8
+com.example.medcuida.pro:string/mtrl_picker_date_header_selected = 0x7f1300a5
+com.example.medcuida.pro:id/cache_measures = 0x7f090087
+com.example.medcuida.pro:id/collapseActionView = 0x7f0900a0
+com.example.medcuida.pro:style/Base.MaterialAlertDialog.MaterialComponents.Title.Text = 0x7f140015
+com.example.medcuida.pro:color/m3_sys_color_dynamic_light_surface_variant = 0x7f0601cc
com.example.medcuida.pro:style/Theme.Design = 0x7f140223
com.example.medcuida.pro:id/snackbar_action = 0x7f0901fe
-com.example.medcuida.pro:id/sliding_pane_layout = 0x7f0901fd
-com.example.medcuida.pro:id/skipped = 0x7f0901fa
+com.example.medcuida.pro:drawable/googleg_standard_color_18 = 0x7f0800a2
+com.example.medcuida.pro:style/Widget.Material3.BottomNavigationView.ActiveIndicator = 0x7f14034c
com.example.medcuida.pro:id/skipCollapsed = 0x7f0901f9
-com.example.medcuida.pro:id/sin = 0x7f0901f8
-com.example.medcuida.pro:id/shortcut = 0x7f0901f4
com.example.medcuida.pro:id/selected = 0x7f0901f0
com.example.medcuida.pro:id/search_src_text = 0x7f0901ed
+com.example.medcuida.pro:id/dimensions = 0x7f0900c0
com.example.medcuida.pro:id/search_plate = 0x7f0901ec
-com.example.medcuida.pro:id/search_mag_icon = 0x7f0901eb
-com.example.medcuida.pro:string/bottomsheet_action_expand = 0x7f130024
+com.example.medcuida.pro:id/browser_actions_menu_item_icon = 0x7f09006c
com.example.medcuida.pro:id/search_edit_frame = 0x7f0901e9
+com.example.medcuida.pro:string/bottomsheet_action_expand = 0x7f130024
+com.example.medcuida.pro:attr/isMaterial3Theme = 0x7f040255
+com.example.medcuida.pro:drawable/$mtrl_switch_thumb_checked_unchecked__0 = 0x7f080021
+com.example.medcuida.pro:color/material_personalized_color_surface_bright = 0x7f0602a7
+com.example.medcuida.pro:drawable/abc_ic_go_search_api_material = 0x7f080041
+com.example.medcuida.pro:styleable/DialogFragmentNavigator = 0x7f150032
com.example.medcuida.pro:layout/activity_login = 0x7f0c0021
com.example.medcuida.pro:id/search_button = 0x7f0901e7
-com.example.medcuida.pro:macro/m3_comp_filled_text_field_container_color = 0x7f0d004c
+com.example.medcuida.pro:layout/material_time_input = 0x7f0c0058
com.example.medcuida.pro:id/search_bar = 0x7f0901e6
-com.example.medcuida.pro:style/MaterialAlertDialog.Material3.Title.Panel.CenterStacked = 0x7f140129
-com.example.medcuida.pro:id/search_badge = 0x7f0901e5
-com.example.medcuida.pro:id/scrollable = 0x7f0901e4
-com.example.medcuida.pro:id/scrollView = 0x7f0901e3
-com.example.medcuida.pro:id/scrollIndicatorDown = 0x7f0901e1
-com.example.medcuida.pro:id/scroll = 0x7f0901e0
+com.example.medcuida.pro:macro/m3_comp_filled_text_field_container_color = 0x7f0d004c
com.example.medcuida.pro:id/scale = 0x7f0901de
+com.example.medcuida.pro:dimen/mtrl_calendar_year_width = 0x7f070297
+com.example.medcuida.pro:color/mtrl_navigation_bar_colored_ripple_color = 0x7f0602e2
com.example.medcuida.pro:id/sawtooth = 0x7f0901dd
-com.example.medcuida.pro:id/save_non_transition_alpha = 0x7f0901db
-com.example.medcuida.pro:id/rtl = 0x7f0901da
-com.example.medcuida.pro:id/row_index_key = 0x7f0901d9
-com.example.medcuida.pro:id/right = 0x7f0901d4
+com.example.medcuida.pro:macro/m3_comp_time_picker_clock_dial_color = 0x7f0d014d
+com.example.medcuida.pro:id/open_search_view_header_container = 0x7f0901a0
com.example.medcuida.pro:style/Widget.MaterialComponents.ActionBar.Primary = 0x7f1403e2
com.example.medcuida.pro:style/Platform.MaterialComponents = 0x7f140138
com.example.medcuida.pro:id/reset_button = 0x7f0901d2
-com.example.medcuida.pro:id/register_button = 0x7f0901cf
+com.example.medcuida.pro:style/TextAppearance.Design.Counter = 0x7f1401ca
+com.example.medcuida.pro:style/Platform.MaterialComponents.Dialog = 0x7f140139
+com.example.medcuida.pro:id/recycler_time_slots = 0x7f0901ce
com.example.medcuida.pro:macro/m3_comp_navigation_rail_inactive_pressed_state_layer_color = 0x7f0d00a1
com.example.medcuida.pro:macro/m3_comp_date_picker_modal_header_headline_type = 0x7f0d0017
-com.example.medcuida.pro:id/recycler_time_slots = 0x7f0901ce
+com.example.medcuida.pro:drawable/abc_btn_radio_to_on_mtrl_015 = 0x7f080034
+com.example.medcuida.pro:style/Theme.Design.Light.BottomSheetDialog = 0x7f140226
com.example.medcuida.pro:styleable/KeyPosition = 0x7f150049
com.example.medcuida.pro:style/Base.ThemeOverlay.Material3.Dialog = 0x7f140081
com.example.medcuida.pro:id/recycler_mensagens = 0x7f0901cd
com.example.medcuida.pro:macro/m3_comp_snackbar_container_color = 0x7f0d0114
com.example.medcuida.pro:id/recycler_medication = 0x7f0901cc
+com.example.medcuida.pro:id/profile_utente = 0x7f0901be
+com.example.medcuida.pro:macro/m3_comp_switch_unselected_track_color = 0x7f0d0141
com.example.medcuida.pro:id/recycler_appointments_future = 0x7f0901c9
com.example.medcuida.pro:id/rectangles = 0x7f0901c7
-com.example.medcuida.pro:id/radio_topical = 0x7f0901c5
-com.example.medcuida.pro:id/radio_inhalatory = 0x7f0901c3
com.example.medcuida.pro:id/radio_group_route = 0x7f0901c2
com.example.medcuida.pro:id/progress_horizontal = 0x7f0901c0
-com.example.medcuida.pro:id/progress_circular = 0x7f0901bf
-com.example.medcuida.pro:id/profile_utente = 0x7f0901be
-com.example.medcuida.pro:id/profile_image = 0x7f0901bc
-com.example.medcuida.pro:id/profile_email = 0x7f0901bb
+com.example.medcuida.pro:style/ShapeAppearanceOverlay.App.CornerSize50Percent = 0x7f140180
com.example.medcuida.pro:id/pin = 0x7f0901b6
+com.example.medcuida.pro:style/Widget.AppCompat.ActionButton = 0x7f1402eb
+com.example.medcuida.pro:macro/m3_comp_text_button_pressed_state_layer_color = 0x7f0d0147
+com.example.medcuida.pro:integer/mtrl_switch_track_viewport_height = 0x7f0a003e
com.example.medcuida.pro:id/peekHeight = 0x7f0901b4
-com.example.medcuida.pro:id/path = 0x7f0901b2
+com.example.medcuida.pro:styleable/ActionBarLayout = 0x7f150001
com.example.medcuida.pro:id/password_toggle = 0x7f0901b1
+com.example.medcuida.pro:id/chains = 0x7f090094
+com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView.OutlinedBox = 0x7f1402c5
+com.example.medcuida.pro:style/MaterialAlertDialog.Material3.Title.Panel.CenterStacked = 0x7f140129
+com.example.medcuida.pro:id/search_badge = 0x7f0901e5
com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Small = 0x7f14002b
com.example.medcuida.pro:id/password_edit_text = 0x7f0901b0
-com.example.medcuida.pro:id/parentRelative = 0x7f0901ae
-com.example.medcuida.pro:id/parentPanel = 0x7f0901ad
+com.example.medcuida.pro:id/dragLeft = 0x7f0900cb
+com.example.medcuida.pro:macro/m3_comp_outlined_text_field_disabled_supporting_text_color = 0x7f0d00b8
com.example.medcuida.pro:style/TextAppearance.Widget.AppCompat.Toolbar.Title = 0x7f14020b
com.example.medcuida.pro:id/parallax = 0x7f0901ab
-com.example.medcuida.pro:id/packed = 0x7f0901aa
-com.example.medcuida.pro:id/outward = 0x7f0901a8
-com.example.medcuida.pro:id/open_search_view_toolbar = 0x7f0901a5
-com.example.medcuida.pro:id/open_search_view_search_prefix = 0x7f0901a3
-com.example.medcuida.pro:id/open_search_view_scrim = 0x7f0901a2
-com.example.medcuida.pro:macro/m3_comp_time_picker_clock_dial_color = 0x7f0d014d
-com.example.medcuida.pro:id/open_search_view_header_container = 0x7f0901a0
-com.example.medcuida.pro:id/open_search_view_dummy_toolbar = 0x7f09019e
+com.example.medcuida.pro:color/material_personalized_color_outline_variant = 0x7f06029c
+com.example.medcuida.pro:drawable/abc_vector_test = 0x7f080076
+com.example.medcuida.pro:color/m3_ref_palette_tertiary50 = 0x7f060159
+com.example.medcuida.pro:macro/m3_comp_input_chip_label_text_type = 0x7f0d005d
+com.example.medcuida.pro:macro/m3_comp_navigation_bar_active_hover_label_text_color = 0x7f0d0066
+com.example.medcuida.pro:dimen/abc_button_inset_horizontal_material = 0x7f070012
+com.example.medcuida.pro:dimen/m3_comp_time_picker_time_selector_hover_state_layer_opacity = 0x7f0701a3
com.example.medcuida.pro:styleable/LinearLayoutCompat = 0x7f15004d
com.example.medcuida.pro:id/open_search_view_divider = 0x7f09019d
-com.example.medcuida.pro:styleable/MockView = 0x7f150067
+com.example.medcuida.pro:string/abc_action_menu_overflow_description = 0x7f130002
+com.example.medcuida.pro:id/tv_nome_paciente = 0x7f090266
+com.example.medcuida.pro:color/material_dynamic_neutral90 = 0x7f06023b
+com.example.medcuida.pro:color/m3_sys_color_on_tertiary_fixed_variant = 0x7f060202
+com.example.medcuida.pro:style/TextAppearance.AppCompat.Small.Inverse = 0x7f1401ab
+com.example.medcuida.pro:string/material_clock_display_divider = 0x7f130079
+com.example.medcuida.pro:id/dragClockwise = 0x7f0900c8
+com.example.medcuida.pro:styleable/MotionLayout = 0x7f15006c
com.example.medcuida.pro:id/open_search_bar_text_view = 0x7f090199
-com.example.medcuida.pro:id/off = 0x7f090196
-com.example.medcuida.pro:id/notification_main_column_container = 0x7f090195
-com.example.medcuida.pro:style/Theme.AppCompat.DayNight.Dialog.Alert = 0x7f140211
-com.example.medcuida.pro:id/notification_background = 0x7f090193
+com.example.medcuida.pro:styleable/MockView = 0x7f150067
com.example.medcuida.pro:id/north = 0x7f090192
-com.example.medcuida.pro:style/Widget.Material3.FloatingActionButton.Surface = 0x7f140390
-com.example.medcuida.pro:id/normal = 0x7f090191
-com.example.medcuida.pro:id/none = 0x7f090190
-com.example.medcuida.pro:id/noState = 0x7f09018f
-com.example.medcuida.pro:layout/fragment_schedule_appointment = 0x7f0c0040
-com.example.medcuida.pro:id/next_med_time = 0x7f09018d
com.example.medcuida.pro:id/next_med_name = 0x7f09018c
com.example.medcuida.pro:id/new_password = 0x7f09018b
com.example.medcuida.pro:id/neverCompleteToStart = 0x7f09018a
com.example.medcuida.pro:id/neverCompleteToEnd = 0x7f090189
+com.example.medcuida.pro:id/multiply = 0x7f090174
+com.example.medcuida.pro:style/Base.V7.Theme.AppCompat.Light.Dialog = 0x7f1400bd
+com.example.medcuida.pro:id/disjoint = 0x7f0900c6
+com.example.medcuida.pro:attr/autoSizeMinTextSize = 0x7f040046
+com.example.medcuida.pro:attr/errorTextColor = 0x7f0401c4
+com.example.medcuida.pro:style/Widget.AppCompat.PopupWindow = 0x7f14031d
+com.example.medcuida.pro:dimen/m3_comp_fab_primary_pressed_state_layer_opacity = 0x7f070122
com.example.medcuida.pro:macro/m3_comp_navigation_bar_inactive_pressed_icon_color = 0x7f0d0077
com.example.medcuida.pro:id/never = 0x7f090188
com.example.medcuida.pro:id/navigation_sns24 = 0x7f090187
-com.example.medcuida.pro:style/Widget.MaterialComponents.NavigationRailView.Compact = 0x7f140434
+com.example.medcuida.pro:id/mtrl_motion_snapshot_view = 0x7f090169
com.example.medcuida.pro:id/navigation_schedule_appointment = 0x7f090186
-com.example.medcuida.pro:style/Widget.Material3.MaterialTimePicker.Display.HelperText = 0x7f1403b3
-com.example.medcuida.pro:id/navigation_profile = 0x7f090185
-com.example.medcuida.pro:id/navigation_medication = 0x7f090184
-com.example.medcuida.pro:style/ThemeOverlay.Material3.MaterialCalendar.Fullscreen = 0x7f1402ac
+com.example.medcuida.pro:style/Widget.MaterialComponents.NavigationRailView.Compact = 0x7f140434
+com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Display3 = 0x7f14001d
+com.example.medcuida.pro:string/mtrl_checkbox_button_icon_path_name = 0x7f130093
+com.example.medcuida.pro:dimen/mtrl_btn_stroke_size = 0x7f070268
+com.example.medcuida.pro:style/ThemeOverlay.Material3.DayNight.SideSheetDialog = 0x7f140296
com.example.medcuida.pro:id/navigation_home = 0x7f090183
-com.example.medcuida.pro:id/navigation_bar_item_large_label_view = 0x7f090180
-com.example.medcuida.pro:id/open_search_view_content_container = 0x7f09019c
+com.example.medcuida.pro:style/ThemeOverlay.Material3.MaterialCalendar.Fullscreen = 0x7f1402ac
+com.example.medcuida.pro:macro/m3_comp_fab_primary_container_color = 0x7f0d0037
+com.example.medcuida.pro:style/Animation.Material3.BottomSheetDialog = 0x7f140006
+com.example.medcuida.pro:integer/m3_sys_motion_duration_short1 = 0x7f0a001d
com.example.medcuida.pro:id/navigation_bar_item_icon_view = 0x7f09017e
+com.example.medcuida.pro:id/open_search_view_content_container = 0x7f09019c
com.example.medcuida.pro:id/navigation_bar_item_icon_container = 0x7f09017d
-com.example.medcuida.pro:id/navigation_appointments = 0x7f09017b
com.example.medcuida.pro:styleable/ActivityNavigator = 0x7f150007
com.example.medcuida.pro:id/nav_pacientes = 0x7f090179
-com.example.medcuida.pro:macro/m3_comp_dialog_supporting_text_color = 0x7f0d0027
-com.example.medcuida.pro:id/nav_agenda = 0x7f090176
+com.example.medcuida.pro:style/Widget.Material3.MaterialTimePicker.ImageButton = 0x7f1403b6
+com.example.medcuida.pro:attr/tintNavigationIcon = 0x7f0404af
+com.example.medcuida.pro:dimen/m3_comp_input_chip_with_leading_icon_leading_icon_size = 0x7f070138
+com.example.medcuida.pro:macro/m3_comp_secondary_navigation_tab_with_icon_inactive_icon_color = 0x7f0d0104
com.example.medcuida.pro:macro/m3_comp_navigation_bar_active_icon_color = 0x7f0d0068
com.example.medcuida.pro:id/name_edit_text = 0x7f090175
-com.example.medcuida.pro:id/multiply = 0x7f090174
-com.example.medcuida.pro:id/mtrl_view_tag_bottom_padding = 0x7f090173
-com.example.medcuida.pro:style/MaterialAlertDialog.MaterialComponents.Title.Panel.CenterStacked = 0x7f140133
com.example.medcuida.pro:id/mtrl_picker_title_text = 0x7f090172
-com.example.medcuida.pro:style/Widget.AppCompat.TextView = 0x7f14032b
-com.example.medcuida.pro:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Text = 0x7f140151
+com.example.medcuida.pro:style/MaterialAlertDialog.MaterialComponents.Title.Panel.CenterStacked = 0x7f140133
+com.example.medcuida.pro:id/spread_inside = 0x7f09020a
+com.example.medcuida.pro:style/ShapeAppearanceOverlay.MaterialComponents.Chip = 0x7f14018d
+com.example.medcuida.pro:dimen/notification_large_icon_width = 0x7f07030d
+com.example.medcuida.pro:string/gcm_defaultSenderId = 0x7f13005c
+com.example.medcuida.pro:style/TextAppearance.AppCompat.Widget.PopupMenu.Header = 0x7f1401bf
+com.example.medcuida.pro:style/ThemeOverlay.Material3.Snackbar = 0x7f1402b5
com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.SearchResult.Title = 0x7f14002a
+com.example.medcuida.pro:style/RtlOverlay.Widget.AppCompat.Search.DropDown.Text = 0x7f140151
com.example.medcuida.pro:id/mtrl_picker_text_input_range_start = 0x7f090171
-com.example.medcuida.pro:id/mtrl_picker_header = 0x7f09016b
-com.example.medcuida.pro:id/mtrl_motion_snapshot_view = 0x7f090169
-com.example.medcuida.pro:id/mtrl_internal_children_alpha_tag = 0x7f090168
+com.example.medcuida.pro:style/Widget.AppCompat.TextView = 0x7f14032b
+com.example.medcuida.pro:style/Base.ThemeOverlay.AppCompat.Dialog.Alert = 0x7f14007d
com.example.medcuida.pro:style/Widget.MaterialComponents.PopupMenu = 0x7f140437
com.example.medcuida.pro:id/mtrl_calendar_months = 0x7f090162
+com.example.medcuida.pro:style/Base.MaterialAlertDialog.MaterialComponents.Title.Icon = 0x7f140013
+com.example.medcuida.pro:id/horizontal_only = 0x7f090112
com.example.medcuida.pro:id/mtrl_calendar_main_pane = 0x7f090161
-com.example.medcuida.pro:id/mtrl_calendar_days_of_week = 0x7f09015f
com.example.medcuida.pro:id/mtrl_anchor_parent = 0x7f09015d
+com.example.medcuida.pro:style/ShapeAppearance.M3.Comp.Switch.Handle.Shape = 0x7f140163
com.example.medcuida.pro:id/motion_base = 0x7f09015c
-com.example.medcuida.pro:style/Widget.AppCompat.Button.Small = 0x7f1402f6
+com.example.medcuida.pro:id/add = 0x7f090048
com.example.medcuida.pro:style/Base.Widget.AppCompat.ActionButton = 0x7f1400c7
com.example.medcuida.pro:id/month_navigation_bar = 0x7f090157
-com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.Toolbar.Popup.Primary = 0x7f1402e3
+com.example.medcuida.pro:style/Widget.AppCompat.Button.Small = 0x7f1402f6
+com.example.medcuida.pro:dimen/m3_comp_input_chip_container_height = 0x7f070135
com.example.medcuida.pro:id/month_grid = 0x7f090156
-com.example.medcuida.pro:id/mini = 0x7f090154
+com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.Toolbar.Popup.Primary = 0x7f1402e3
+com.example.medcuida.pro:style/Widget.Material3.FloatingActionButton.Small.Secondary = 0x7f14038d
com.example.medcuida.pro:style/Widget.AppCompat.Light.SearchView = 0x7f140314
com.example.medcuida.pro:interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_0 = 0x7f0b0002
com.example.medcuida.pro:id/middle = 0x7f090153
+com.example.medcuida.pro:style/Widget.Material3.Light.ActionBar.Solid = 0x7f140392
+com.example.medcuida.pro:string/mtrl_switch_thumb_path_unchecked = 0x7f1300c8
com.example.medcuida.pro:style/Theme.Material3.Light.Dialog.MinWidth = 0x7f140241
com.example.medcuida.pro:id/message = 0x7f090152
-com.example.medcuida.pro:id/material_value_index = 0x7f090150
-com.example.medcuida.pro:id/material_timepicker_ok_button = 0x7f09014e
-com.example.medcuida.pro:id/material_timepicker_mode_button = 0x7f09014d
com.example.medcuida.pro:id/material_timepicker_container = 0x7f09014c
-com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Medium = 0x7f140025
+com.example.medcuida.pro:style/Widget.Design.BottomSheet.Modal = 0x7f140335
+com.example.medcuida.pro:style/Widget.MaterialComponents.TextInputLayout.OutlinedBox.Dense = 0x7f14044d
com.example.medcuida.pro:id/material_timepicker_cancel_button = 0x7f09014b
-com.example.medcuida.pro:id/material_minute_tv = 0x7f090149
-com.example.medcuida.pro:style/TextAppearance.AppCompat.Widget.PopupMenu.Small = 0x7f1401c1
+com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Medium = 0x7f140025
com.example.medcuida.pro:id/material_minute_text_input = 0x7f090148
-com.example.medcuida.pro:id/material_label = 0x7f090147
+com.example.medcuida.pro:style/TextAppearance.AppCompat.Widget.PopupMenu.Small = 0x7f1401c1
+com.example.medcuida.pro:style/Widget.AppCompat.Light.ActionBar.Solid = 0x7f140301
com.example.medcuida.pro:id/material_hour_tv = 0x7f090146
+com.example.medcuida.pro:drawable/ic_placeholder = 0x7f0800c2
com.example.medcuida.pro:id/material_clock_period_toggle = 0x7f090144
-com.example.medcuida.pro:id/material_clock_period_am_button = 0x7f090142
-com.example.medcuida.pro:id/material_clock_level = 0x7f090141
-com.example.medcuida.pro:id/match_parent = 0x7f09013c
+com.example.medcuida.pro:color/m3_timepicker_display_text_color = 0x7f06021d
+com.example.medcuida.pro:attr/cardPreventCornerOverlap = 0x7f0400a5
com.example.medcuida.pro:id/masked = 0x7f09013a
-com.example.medcuida.pro:style/ThemeOverlay.Material3.NavigationRailView = 0x7f1402b0
+com.example.medcuida.pro:color/m3_sys_color_dynamic_light_error_container = 0x7f0601af
+com.example.medcuida.pro:style/Base.Widget.AppCompat.Button.ButtonBar.AlertDialog = 0x7f1400d0
+com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.TimePicker.Display = 0x7f1402e1
com.example.medcuida.pro:id/m3_side_sheet = 0x7f090138
-com.example.medcuida.pro:id/search_voice_btn = 0x7f0901ee
-com.example.medcuida.pro:id/leftToRight = 0x7f09012c
-com.example.medcuida.pro:id/layout = 0x7f090127
+com.example.medcuida.pro:style/ThemeOverlay.Material3.NavigationRailView = 0x7f1402b0
com.example.medcuida.pro:id/lay_top = 0x7f090126
+com.example.medcuida.pro:styleable/NavDeepLink = 0x7f150071
com.example.medcuida.pro:id/labeled = 0x7f090125
-com.example.medcuida.pro:macro/m3_comp_search_view_header_input_text_type = 0x7f0d00f6
-com.example.medcuida.pro:integer/config_tooltipAnimTime = 0x7f0a0006
+com.example.medcuida.pro:id/chain = 0x7f090092
+com.example.medcuida.pro:color/m3_ref_palette_dynamic_secondary10 = 0x7f0600ee
+com.example.medcuida.pro:drawable/abc_ic_ab_back_material = 0x7f08003d
com.example.medcuida.pro:id/jumpToEnd = 0x7f090123
-com.example.medcuida.pro:id/italic = 0x7f090121
+com.example.medcuida.pro:integer/config_tooltipAnimTime = 0x7f0a0006
+com.example.medcuida.pro:macro/m3_comp_search_view_header_input_text_type = 0x7f0d00f6
+com.example.medcuida.pro:id/invisible = 0x7f09011f
com.example.medcuida.pro:style/Base.V21.ThemeOverlay.Material3.SideSheetDialog = 0x7f1400ab
com.example.medcuida.pro:style/Base.ThemeOverlay.MaterialComponents.Dialog = 0x7f140084
-com.example.medcuida.pro:id/invisible = 0x7f09011f
+com.example.medcuida.pro:macro/m3_comp_extended_fab_surface_icon_color = 0x7f0d0034
+com.example.medcuida.pro:styleable/ViewBackgroundHelper = 0x7f1500a6
+com.example.medcuida.pro:macro/m3_comp_filled_card_container_color = 0x7f0d0047
com.example.medcuida.pro:id/info = 0x7f09011d
com.example.medcuida.pro:id/included = 0x7f09011b
-com.example.medcuida.pro:id/image = 0x7f090119
-com.example.medcuida.pro:macro/m3_comp_switch_unselected_hover_icon_color = 0x7f0d0137
-com.example.medcuida.pro:macro/m3_comp_outlined_card_pressed_outline_color = 0x7f0d00b2
-com.example.medcuida.pro:id/ifRoom = 0x7f090116
+com.example.medcuida.pro:id/spacer = 0x7f090203
+com.example.medcuida.pro:id/with_icon = 0x7f09027e
com.example.medcuida.pro:id/postLayout = 0x7f0901b8
com.example.medcuida.pro:id/icon_group = 0x7f090114
-com.example.medcuida.pro:id/icon = 0x7f090113
-com.example.medcuida.pro:style/Base.MaterialAlertDialog.MaterialComponents.Title.Icon = 0x7f140013
-com.example.medcuida.pro:id/horizontal_only = 0x7f090112
-com.example.medcuida.pro:id/homeAsUp = 0x7f090110
+com.example.medcuida.pro:macro/m3_comp_date_picker_modal_header_headline_color = 0x7f0d0016
+com.example.medcuida.pro:style/Widget.Material3.CircularProgressIndicator.ExtraSmall = 0x7f140373
+com.example.medcuida.pro:style/Base.V28.Theme.AppCompat = 0x7f1400b8
+com.example.medcuida.pro:macro/m3_comp_outlined_text_field_hover_input_text_color = 0x7f0d00c0
+com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Button = 0x7f140019
com.example.medcuida.pro:id/home = 0x7f09010f
-com.example.medcuida.pro:id/hideable = 0x7f09010e
-com.example.medcuida.pro:id/groups = 0x7f09010b
-com.example.medcuida.pro:macro/m3_comp_time_picker_time_selector_unselected_container_color = 0x7f0d0168
com.example.medcuida.pro:id/group_divider = 0x7f090109
-com.example.medcuida.pro:id/ghost_view_holder = 0x7f090105
-com.example.medcuida.pro:string/mtrl_picker_today_description = 0x7f1300be
-com.example.medcuida.pro:id/ghost_view = 0x7f090104
-com.example.medcuida.pro:id/gender_auto_complete = 0x7f090103
-com.example.medcuida.pro:id/fullscreen_header = 0x7f090102
-com.example.medcuida.pro:id/frost = 0x7f090101
-com.example.medcuida.pro:interpolator/m3_sys_motion_easing_emphasized_accelerate = 0x7f0b0008
-com.example.medcuida.pro:id/fragment_container_view_tag = 0x7f090100
+com.example.medcuida.pro:macro/m3_comp_time_picker_time_selector_unselected_container_color = 0x7f0d0168
+com.example.medcuida.pro:style/Base.Theme.MaterialComponents.Light.Dialog.Alert = 0x7f140073
+com.example.medcuida.pro:style/ThemeOverlay.Material3.MaterialCalendar.HeaderCancelButton = 0x7f1402ad
com.example.medcuida.pro:id/forever = 0x7f0900fe
-com.example.medcuida.pro:id/floating = 0x7f0900fd
-com.example.medcuida.pro:style/Base.Widget.AppCompat.Spinner.Underlined = 0x7f1400f7
-com.example.medcuida.pro:string/common_google_play_services_wear_update_text = 0x7f130041
-com.example.medcuida.pro:id/fixed = 0x7f0900fb
-com.example.medcuida.pro:id/fitEnd = 0x7f0900f7
-com.example.medcuida.pro:id/fitCenter = 0x7f0900f6
-com.example.medcuida.pro:id/fingerprint_subtitle = 0x7f0900f5
-com.example.medcuida.pro:id/fill_horizontal = 0x7f0900ef
+com.example.medcuida.pro:layout/notification_action_tombstone = 0x7f0c007d
com.example.medcuida.pro:style/Widget.Material3.FloatingActionButton.Small.Primary = 0x7f14038c
com.example.medcuida.pro:id/expanded_menu = 0x7f0900eb
com.example.medcuida.pro:id/exitUntilCollapsed = 0x7f0900e9
+com.example.medcuida.pro:string/mtrl_picker_toggle_to_calendar_input_mode = 0x7f1300bf
+com.example.medcuida.pro:style/Base.Widget.Material3.Light.ActionBar.Solid = 0x7f14010b
+com.example.medcuida.pro:drawable/mtrl_switch_thumb_unchecked = 0x7f0800fb
com.example.medcuida.pro:id/et_mensagem_input = 0x7f0900e8
-com.example.medcuida.pro:style/Widget.Material3.MaterialCalendar.Fullscreen = 0x7f14039c
-com.example.medcuida.pro:id/enterAlwaysCollapsed = 0x7f0900e7
-com.example.medcuida.pro:id/enterAlways = 0x7f0900e6
-com.example.medcuida.pro:id/end = 0x7f0900e4
-com.example.medcuida.pro:styleable/MaterialSwitch = 0x7f15005f
-com.example.medcuida.pro:id/email_edit_text = 0x7f0900e2
-com.example.medcuida.pro:id/elastic = 0x7f0900e1
-com.example.medcuida.pro:id/edit_utente = 0x7f0900e0
+com.example.medcuida.pro:style/ThemeOverlay.Material3.DayNight.BottomSheetDialog = 0x7f140295
+com.example.medcuida.pro:macro/m3_comp_outlined_card_focus_outline_color = 0x7f0d00af
+com.example.medcuida.pro:interpolator/btn_checkbox_unchecked_mtrl_animation_interpolator_1 = 0x7f0b0003
+com.example.medcuida.pro:macro/m3_comp_secondary_navigation_tab_inactive_label_text_color = 0x7f0d0100
+com.example.medcuida.pro:layout/mtrl_picker_dialog = 0x7f0c0071
com.example.medcuida.pro:id/edit_text_id = 0x7f0900df
-com.example.medcuida.pro:id/edit_reason = 0x7f0900dd
-com.example.medcuida.pro:id/edit_name = 0x7f0900da
-com.example.medcuida.pro:id/edit_med_name = 0x7f0900d8
-com.example.medcuida.pro:id/edit_gender = 0x7f0900d7
-com.example.medcuida.pro:string/common_google_play_services_unsupported_text = 0x7f13003c
+com.example.medcuida.pro:string/m3_sys_motion_easing_standard = 0x7f130076
com.example.medcuida.pro:id/edit_email = 0x7f0900d6
+com.example.medcuida.pro:string/common_google_play_services_unsupported_text = 0x7f13003c
com.example.medcuida.pro:id/easeOut = 0x7f0900d2
-com.example.medcuida.pro:id/easeIn = 0x7f0900d0
+com.example.medcuida.pro:style/TextAppearance.AppCompat.Title.Inverse = 0x7f1401af
+com.example.medcuida.pro:style/Theme.MaterialComponents.Light.DarkActionBar.Bridge = 0x7f140266
com.example.medcuida.pro:id/dragRight = 0x7f0900cc
-com.example.medcuida.pro:id/dragLeft = 0x7f0900cb
+com.example.medcuida.pro:attr/flow_firstVerticalStyle = 0x7f0401fc
+com.example.medcuida.pro:dimen/mtrl_progress_circular_track_thickness_medium = 0x7f0702db
com.example.medcuida.pro:id/dragDown = 0x7f0900c9
-com.example.medcuida.pro:styleable/MotionLayout = 0x7f15006c
-com.example.medcuida.pro:id/dragClockwise = 0x7f0900c8
-com.example.medcuida.pro:id/dragAnticlockwise = 0x7f0900c7
-com.example.medcuida.pro:id/disjoint = 0x7f0900c6
+com.example.medcuida.pro:drawable/common_google_signin_btn_text_light_focused = 0x7f080097
+com.example.medcuida.pro:string/already_account = 0x7f13001c
com.example.medcuida.pro:id/title_template = 0x7f09024f
com.example.medcuida.pro:id/disableScroll = 0x7f0900c5
-com.example.medcuida.pro:id/disableIntraAutoTransition = 0x7f0900c3
+com.example.medcuida.pro:id/content = 0x7f0900a5
+com.example.medcuida.pro:styleable/SignInButton = 0x7f15008b
+com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Medium.Inverse = 0x7f140026
+com.example.medcuida.pro:macro/m3_comp_outlined_text_field_focus_input_text_color = 0x7f0d00bc
com.example.medcuida.pro:id/disableHome = 0x7f0900c2
-com.example.medcuida.pro:id/direct = 0x7f0900c1
-com.example.medcuida.pro:id/dimensions = 0x7f0900c0
-com.example.medcuida.pro:style/Widget.Material3.TextInputEditText.FilledBox.Dense = 0x7f1403d3
-com.example.medcuida.pro:id/dialog_button = 0x7f0900bf
-com.example.medcuida.pro:style/TextAppearance.Compat.Notification = 0x7f1401c4
+com.example.medcuida.pro:styleable/RecycleListView = 0x7f150082
com.example.medcuida.pro:id/design_menu_item_action_area = 0x7f0900bb
-com.example.medcuida.pro:id/design_bottom_sheet = 0x7f0900ba
-com.example.medcuida.pro:id/decelerateAndComplete = 0x7f0900b5
+com.example.medcuida.pro:style/TextAppearance.Compat.Notification = 0x7f1401c4
+com.example.medcuida.pro:style/Base.V21.Theme.AppCompat.Light = 0x7f1400a3
com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.TextInputEditText = 0x7f1402db
+com.example.medcuida.pro:id/decelerate = 0x7f0900b4
com.example.medcuida.pro:layout/browser_actions_context_menu_page = 0x7f0c0026
com.example.medcuida.pro:id/rounded = 0x7f0901d8
-com.example.medcuida.pro:id/decelerate = 0x7f0900b4
+com.example.medcuida.pro:string/path_password_eye = 0x7f1300d3
+com.example.medcuida.pro:id/spline = 0x7f090207
+com.example.medcuida.pro:macro/m3_comp_time_picker_clock_dial_selector_handle_container_color = 0x7f0d014e
+com.example.medcuida.pro:style/Widget.MaterialComponents.Button.TextButton.Dialog = 0x7f1403fc
com.example.medcuida.pro:macro/m3_comp_switch_unselected_focus_track_outline_color = 0x7f0d0134
com.example.medcuida.pro:id/date_picker_actions = 0x7f0900b3
+com.example.medcuida.pro:dimen/tooltip_precise_anchor_extra_offset = 0x7f07031b
com.example.medcuida.pro:id/datePicker = 0x7f0900b2
com.example.medcuida.pro:id/dark = 0x7f0900b1
-com.example.medcuida.pro:integer/m3_sys_shape_corner_small_corner_family = 0x7f0a0027
-com.example.medcuida.pro:id/customPanel = 0x7f0900af
-com.example.medcuida.pro:id/currentState = 0x7f0900ad
+com.example.medcuida.pro:style/ThemeOverlay.Material3.FloatingActionButton.Secondary = 0x7f1402a2
+com.example.medcuida.pro:dimen/mtrl_switch_track_height = 0x7f0702f6
+com.example.medcuida.pro:dimen/abc_list_item_height_large_material = 0x7f070030
+com.example.medcuida.pro:dimen/abc_dialog_list_padding_bottom_no_buttons = 0x7f070020
com.example.medcuida.pro:id/text_med_time = 0x7f090240
com.example.medcuida.pro:id/counterclockwise = 0x7f0900ab
-com.example.medcuida.pro:id/cos = 0x7f0900aa
+com.example.medcuida.pro:style/Widget.Material3.MaterialTimePicker.Display.TextInputLayout = 0x7f1403b5
com.example.medcuida.pro:id/contiguous = 0x7f0900a7
-com.example.medcuida.pro:id/content = 0x7f0900a5
-com.example.medcuida.pro:id/confirm_button = 0x7f0900a2
-com.example.medcuida.pro:id/compress = 0x7f0900a1
-com.example.medcuida.pro:id/collapseActionView = 0x7f0900a0
+com.example.medcuida.pro:style/Widget.Material3.TextInputEditText.FilledBox.Dense = 0x7f1403d3
+com.example.medcuida.pro:id/dialog_button = 0x7f0900bf
com.example.medcuida.pro:id/clip_vertical = 0x7f09009d
-com.example.medcuida.pro:macro/m3_comp_slider_disabled_inactive_track_color = 0x7f0d010f
+com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.TimePicker = 0x7f1402e0
com.example.medcuida.pro:id/chronometer = 0x7f090099
-com.example.medcuida.pro:id/checked = 0x7f090098
+com.example.medcuida.pro:macro/m3_comp_slider_disabled_inactive_track_color = 0x7f0d010f
+com.example.medcuida.pro:style/Base.V21.Theme.MaterialComponents.Light.Dialog = 0x7f1400a8
com.example.medcuida.pro:styleable/Spinner = 0x7f15008f
com.example.medcuida.pro:id/checkbox_taken = 0x7f090097
com.example.medcuida.pro:id/checkbox_remember_me = 0x7f090096
+com.example.medcuida.pro:id/textinput_counter = 0x7f090246
com.example.medcuida.pro:id/checkbox = 0x7f090095
-com.example.medcuida.pro:id/chains = 0x7f090094
-com.example.medcuida.pro:id/center_vertical = 0x7f090091
+com.example.medcuida.pro:style/TextAppearance.Material3.TitleMedium = 0x7f1401f6
+com.example.medcuida.pro:id/bounceStart = 0x7f09006a
+com.example.medcuida.pro:id/mtrl_calendar_text_input_frame = 0x7f090164
+com.example.medcuida.pro:macro/m3_comp_fab_primary_large_container_shape = 0x7f0d003a
+com.example.medcuida.pro:style/Widget.MaterialComponents.NavigationRailView.Colored = 0x7f140432
+com.example.medcuida.pro:string/m3_sys_motion_easing_emphasized_accelerate = 0x7f13006f
com.example.medcuida.pro:id/graph = 0x7f090107
com.example.medcuida.pro:id/center_horizontal = 0x7f090090
-com.example.medcuida.pro:id/centerInside = 0x7f09008f
-com.example.medcuida.pro:id/center = 0x7f09008d
-com.example.medcuida.pro:macro/m3_comp_navigation_drawer_inactive_pressed_icon_color = 0x7f0d0091
com.example.medcuida.pro:id/carryVelocity = 0x7f09008c
-com.example.medcuida.pro:id/card_next_medication = 0x7f09008b
-com.example.medcuida.pro:id/cancel_button = 0x7f09008a
+com.example.medcuida.pro:macro/m3_comp_navigation_drawer_inactive_pressed_icon_color = 0x7f0d0091
com.example.medcuida.pro:id/callMeasure = 0x7f090089
-com.example.medcuida.pro:id/cache_measures = 0x7f090087
com.example.medcuida.pro:id/button_save = 0x7f090085
com.example.medcuida.pro:id/button_logout = 0x7f090084
-com.example.medcuida.pro:id/button_edit_profile = 0x7f090082
-com.example.medcuida.pro:styleable/Transition = 0x7f1500a3
-com.example.medcuida.pro:id/login_link = 0x7f090136
+com.example.medcuida.pro:style/Widget.AppCompat.Toolbar = 0x7f14032d
+com.example.medcuida.pro:macro/m3_comp_assist_chip_label_text_type = 0x7f0d0001
+com.example.medcuida.pro:style/Theme.AppCompat.DayNight.Dialog.Alert = 0x7f140211
+com.example.medcuida.pro:id/notification_background = 0x7f090193
+com.example.medcuida.pro:id/nav_agenda = 0x7f090176
+com.example.medcuida.pro:macro/m3_comp_dialog_supporting_text_color = 0x7f0d0027
com.example.medcuida.pro:id/button_change_photo = 0x7f090081
-com.example.medcuida.pro:id/button_book_appointment = 0x7f09007c
-com.example.medcuida.pro:style/TextAppearance.AppCompat.Widget.ActionBar.Menu = 0x7f1401b1
-com.example.medcuida.pro:id/button_ai_triage = 0x7f09007b
-com.example.medcuida.pro:id/buttonPanel = 0x7f09007a
+com.example.medcuida.pro:id/login_link = 0x7f090136
+com.example.medcuida.pro:styleable/Transition = 0x7f1500a3
com.example.medcuida.pro:style/MaterialAlertDialog.MaterialComponents.Title.Text.CenterStacked = 0x7f140135
-com.example.medcuida.pro:macro/m3_comp_filled_button_container_color = 0x7f0d0044
com.example.medcuida.pro:id/btn_time_slot = 0x7f090078
-com.example.medcuida.pro:id/btn_logout = 0x7f090077
-com.example.medcuida.pro:id/btn_guardar_alteracoes = 0x7f090076
-com.example.medcuida.pro:id/btn_enviar = 0x7f090075
-com.example.medcuida.pro:id/btn_editar_dados = 0x7f090074
-com.example.medcuida.pro:id/btn_confirmar = 0x7f090073
-com.example.medcuida.pro:id/btn_confirm_appointment = 0x7f090072
-com.example.medcuida.pro:style/Widget.AppCompat.EditText = 0x7f1402fe
-com.example.medcuida.pro:macro/m3_comp_navigation_drawer_active_icon_color = 0x7f0d0081
-com.example.medcuida.pro:id/btn_chat_paciente = 0x7f090071
-com.example.medcuida.pro:id/btn_cancelar = 0x7f090070
-com.example.medcuida.pro:id/browser_actions_menu_items = 0x7f09006e
-com.example.medcuida.pro:id/browser_actions_menu_item_icon = 0x7f09006c
-com.example.medcuida.pro:style/TextAppearance.Material3.TitleMedium = 0x7f1401f6
-com.example.medcuida.pro:id/mtrl_calendar_text_input_frame = 0x7f090164
-com.example.medcuida.pro:id/bounceStart = 0x7f09006a
+com.example.medcuida.pro:macro/m3_comp_filled_button_container_color = 0x7f0d0044
com.example.medcuida.pro:id/bounceBoth = 0x7f090068
-com.example.medcuida.pro:id/bottom_navigation = 0x7f090066
-com.example.medcuida.pro:id/bottom = 0x7f090065
-com.example.medcuida.pro:macro/m3_comp_secondary_navigation_tab_focus_state_layer_color = 0x7f0d00fe
-com.example.medcuida.pro:id/blocking = 0x7f090064
-com.example.medcuida.pro:id/bestChoice = 0x7f090063
com.example.medcuida.pro:style/Theme.MaterialComponents.Light.DialogWhenLarge = 0x7f14026f
com.example.medcuida.pro:id/beginOnFirstDraw = 0x7f090061
com.example.medcuida.pro:id/baseline = 0x7f090060
+com.example.medcuida.pro:drawable/common_google_signin_btn_icon_light = 0x7f08008d
com.example.medcuida.pro:style/Widget.Design.TabLayout = 0x7f14033b
com.example.medcuida.pro:id/barrier = 0x7f09005f
com.example.medcuida.pro:style/Widget.MaterialComponents.TabLayout.Colored = 0x7f140442
com.example.medcuida.pro:id/autoCompleteToStart = 0x7f09005d
com.example.medcuida.pro:id/autoCompleteToEnd = 0x7f09005c
-com.example.medcuida.pro:id/auto = 0x7f09005a
-com.example.medcuida.pro:style/Widget.MaterialComponents.TimePicker.Display = 0x7f140454
com.example.medcuida.pro:id/anticipate = 0x7f090056
-com.example.medcuida.pro:id/antiClockwise = 0x7f090055
+com.example.medcuida.pro:style/Widget.MaterialComponents.TimePicker.Display = 0x7f140454
+com.example.medcuida.pro:dimen/m3_badge_horizontal_offset = 0x7f0700b6
+com.example.medcuida.pro:dimen/mtrl_calendar_header_toggle_margin_top = 0x7f070283
com.example.medcuida.pro:style/ShapeAppearance.M3.Sys.Shape.Corner.ExtraSmall = 0x7f140168
com.example.medcuida.pro:id/androidx_window_activity_scope = 0x7f090052
com.example.medcuida.pro:id/androidx_credential_pendingCredentialRequest = 0x7f090051
@@ -1613,11 +1900,8 @@ com.example.medcuida.pro:id/always = 0x7f090050
com.example.medcuida.pro:id/alertTitle = 0x7f09004c
com.example.medcuida.pro:style/TextAppearance.AppCompat.Light.SearchResult.Subtitle = 0x7f1401a1
com.example.medcuida.pro:id/age_edit_text = 0x7f09004b
-com.example.medcuida.pro:id/adjust_width = 0x7f09004a
-com.example.medcuida.pro:id/add = 0x7f090048
-com.example.medcuida.pro:macro/m3_comp_switch_selected_hover_handle_color = 0x7f0d0126
com.example.medcuida.pro:id/actions = 0x7f090046
-com.example.medcuida.pro:id/action_mode_close_button = 0x7f090044
+com.example.medcuida.pro:macro/m3_comp_switch_selected_hover_handle_color = 0x7f0d0126
com.example.medcuida.pro:id/action_menu_presenter = 0x7f090041
com.example.medcuida.pro:id/action_menu_divider = 0x7f090040
com.example.medcuida.pro:styleable/CompoundButton = 0x7f150028
@@ -1625,111 +1909,100 @@ com.example.medcuida.pro:id/action_image = 0x7f09003f
com.example.medcuida.pro:integer/m3_sys_motion_duration_extra_long1 = 0x7f0a0011
com.example.medcuida.pro:id/action_divider = 0x7f09003d
com.example.medcuida.pro:id/action_bar_spinner = 0x7f090038
+com.example.medcuida.pro:drawable/navigation_empty_icon = 0x7f080101
com.example.medcuida.pro:styleable/Layout = 0x7f15004c
com.example.medcuida.pro:styleable/ChipGroup = 0x7f150021
com.example.medcuida.pro:id/action_bar_activity_content = 0x7f090035
com.example.medcuida.pro:id/action_appointments_to_schedule = 0x7f090033
+com.example.medcuida.pro:id/mtrl_card_checked_layer_id = 0x7f090166
+com.example.medcuida.pro:dimen/mtrl_calendar_year_corner = 0x7f070293
+com.example.medcuida.pro:style/Base.ThemeOverlay.MaterialComponents.MaterialAlertDialog = 0x7f140088
com.example.medcuida.pro:style/Widget.Material3.ExtendedFloatingActionButton.Icon.Secondary = 0x7f14037f
com.example.medcuida.pro:style/TextAppearance.AppCompat.Widget.TextView.SpinnerItem = 0x7f1401c3
com.example.medcuida.pro:id/actionDown = 0x7f090030
-com.example.medcuida.pro:id/accessibility_custom_action_9 = 0x7f09002f
-com.example.medcuida.pro:id/accessibility_custom_action_8 = 0x7f09002e
-com.example.medcuida.pro:id/accessibility_custom_action_7 = 0x7f09002d
-com.example.medcuida.pro:id/accessibility_custom_action_6 = 0x7f09002c
-com.example.medcuida.pro:macro/m3_comp_time_input_time_input_field_focus_outline_color = 0x7f0d0149
com.example.medcuida.pro:id/accessibility_custom_action_5 = 0x7f09002b
+com.example.medcuida.pro:macro/m3_comp_time_input_time_input_field_focus_outline_color = 0x7f0d0149
com.example.medcuida.pro:id/accessibility_custom_action_4 = 0x7f09002a
com.example.medcuida.pro:style/MaterialAlertDialog.MaterialComponents.Title.Icon = 0x7f140130
-com.example.medcuida.pro:id/wrap = 0x7f090280
com.example.medcuida.pro:id/accessibility_custom_action_31 = 0x7f090029
+com.example.medcuida.pro:id/wrap = 0x7f090280
com.example.medcuida.pro:id/accessibility_custom_action_30 = 0x7f090028
com.example.medcuida.pro:style/Theme.MaterialComponents.DayNight.DialogWhenLarge = 0x7f140256
com.example.medcuida.pro:id/left = 0x7f09012b
com.example.medcuida.pro:id/accessibility_custom_action_28 = 0x7f090025
-com.example.medcuida.pro:style/ThemeOverlay.Material3.ExtendedFloatingActionButton.Surface = 0x7f14029f
-com.example.medcuida.pro:id/accessibility_custom_action_27 = 0x7f090024
-com.example.medcuida.pro:macro/m3_comp_navigation_bar_active_focus_label_text_color = 0x7f0d0063
-com.example.medcuida.pro:id/accessibility_custom_action_24 = 0x7f090021
-com.example.medcuida.pro:id/showHome = 0x7f0901f6
com.example.medcuida.pro:id/accessibility_custom_action_23 = 0x7f090020
+com.example.medcuida.pro:id/showHome = 0x7f0901f6
com.example.medcuida.pro:id/accessibility_custom_action_22 = 0x7f09001f
com.example.medcuida.pro:id/accessibility_custom_action_21 = 0x7f09001e
-com.example.medcuida.pro:id/accessibility_custom_action_20 = 0x7f09001d
com.example.medcuida.pro:id/accessibility_custom_action_2 = 0x7f09001c
-com.example.medcuida.pro:macro/m3_comp_filled_text_field_error_trailing_icon_color = 0x7f0d0050
com.example.medcuida.pro:id/accessibility_custom_action_18 = 0x7f09001a
+com.example.medcuida.pro:macro/m3_comp_filled_text_field_error_trailing_icon_color = 0x7f0d0050
com.example.medcuida.pro:id/accessibility_custom_action_17 = 0x7f090019
+com.example.medcuida.pro:dimen/mtrl_btn_pressed_z = 0x7f070266
+com.example.medcuida.pro:drawable/btn_radio_off_to_on_mtrl_animation = 0x7f080083
+com.example.medcuida.pro:id/text_med_notes = 0x7f09023f
com.example.medcuida.pro:style/Theme.MaterialComponents.Light.Dialog.Alert = 0x7f140268
-com.example.medcuida.pro:macro/m3_comp_navigation_bar_inactive_focus_label_text_color = 0x7f0d0070
com.example.medcuida.pro:id/accessibility_custom_action_16 = 0x7f090018
+com.example.medcuida.pro:macro/m3_comp_navigation_bar_inactive_focus_label_text_color = 0x7f0d0070
com.example.medcuida.pro:id/accessibility_custom_action_15 = 0x7f090017
com.example.medcuida.pro:id/accessibility_custom_action_14 = 0x7f090016
com.example.medcuida.pro:id/accessibility_custom_action_13 = 0x7f090015
-com.example.medcuida.pro:id/accessibility_custom_action_11 = 0x7f090013
+com.example.medcuida.pro:dimen/m3_navigation_item_active_indicator_label_padding = 0x7f0701bc
+com.example.medcuida.pro:id/line1 = 0x7f09012f
com.example.medcuida.pro:id/accessibility_custom_action_10 = 0x7f090012
com.example.medcuida.pro:id/accessibility_custom_action_1 = 0x7f090011
-com.example.medcuida.pro:id/accessibility_custom_action_0 = 0x7f090010
-com.example.medcuida.pro:id/accessibility_action_clickable_span = 0x7f09000f
-com.example.medcuida.pro:id/SYM = 0x7f09000b
-com.example.medcuida.pro:string/path_password_eye_mask_visible = 0x7f1300d5
+com.example.medcuida.pro:drawable/$mtrl_checkbox_button_icon_checked_unchecked__0 = 0x7f080010
+com.example.medcuida.pro:dimen/mtrl_navigation_item_shape_horizontal_margin = 0x7f0702c6
com.example.medcuida.pro:id/SHOW_PROGRESS = 0x7f09000a
-com.example.medcuida.pro:id/SHOW_PATH = 0x7f090009
+com.example.medcuida.pro:string/path_password_eye_mask_visible = 0x7f1300d5
com.example.medcuida.pro:id/NO_DEBUG = 0x7f090006
com.example.medcuida.pro:id/META = 0x7f090005
com.example.medcuida.pro:id/chain2 = 0x7f090093
com.example.medcuida.pro:id/CTRL = 0x7f090003
-com.example.medcuida.pro:id/BOTTOM_START = 0x7f090002
com.example.medcuida.pro:id/BOTTOM_END = 0x7f090001
+com.example.medcuida.pro:color/m3_sys_color_dynamic_on_secondary_fixed = 0x7f0601d1
+com.example.medcuida.pro:color/abc_primary_text_material_dark = 0x7f06000b
+com.example.medcuida.pro:dimen/m3_comp_slider_disabled_active_track_opacity = 0x7f070182
+com.example.medcuida.pro:dimen/m3_card_elevated_disabled_z = 0x7f0700e9
+com.example.medcuida.pro:color/material_personalized_color_on_surface = 0x7f060296
com.example.medcuida.pro:id/ALT = 0x7f090000
-com.example.medcuida.pro:drawable/tooltip_frame_light = 0x7f080111
+com.example.medcuida.pro:color/m3_ref_palette_neutral_variant60 = 0x7f060133
+com.example.medcuida.pro:dimen/m3_card_stroke_width = 0x7f0700ef
com.example.medcuida.pro:styleable/ActionMenuView = 0x7f150003
com.example.medcuida.pro:drawable/tooltip_frame_dark = 0x7f080110
+com.example.medcuida.pro:dimen/m3_snackbar_margin = 0x7f0701ec
com.example.medcuida.pro:drawable/test_level_drawable = 0x7f08010f
-com.example.medcuida.pro:id/accessibility_custom_action_12 = 0x7f090014
com.example.medcuida.pro:drawable/notify_panel_notification_icon_bg = 0x7f08010e
+com.example.medcuida.pro:id/accessibility_custom_action_12 = 0x7f090014
com.example.medcuida.pro:drawable/notification_icon_background = 0x7f080109
-com.example.medcuida.pro:style/TextAppearance.AppCompat.Display1 = 0x7f140199
-com.example.medcuida.pro:id/ignore = 0x7f090117
-com.example.medcuida.pro:drawable/notification_bg_normal_pressed = 0x7f080108
-com.example.medcuida.pro:drawable/notification_bg_low = 0x7f080104
com.example.medcuida.pro:drawable/notification_bg = 0x7f080103
com.example.medcuida.pro:drawable/notification_action_background = 0x7f080102
-com.example.medcuida.pro:drawable/navigation_empty_icon = 0x7f080101
com.example.medcuida.pro:drawable/mtrl_tabs_default_indicator = 0x7f080100
com.example.medcuida.pro:drawable/mtrl_switch_track_decoration = 0x7f0800ff
com.example.medcuida.pro:drawable/mtrl_switch_track = 0x7f0800fe
-com.example.medcuida.pro:drawable/mtrl_switch_thumb_unchecked_pressed = 0x7f0800fd
-com.example.medcuida.pro:style/Base.Widget.Material3.Light.ActionBar.Solid = 0x7f14010b
-com.example.medcuida.pro:drawable/mtrl_switch_thumb_unchecked = 0x7f0800fb
-com.example.medcuida.pro:drawable/mtrl_switch_thumb_pressed_unchecked = 0x7f0800fa
com.example.medcuida.pro:drawable/mtrl_switch_thumb_pressed_checked = 0x7f0800f9
com.example.medcuida.pro:drawable/mtrl_switch_thumb_pressed = 0x7f0800f8
com.example.medcuida.pro:macro/m3_sys_color_dark_surface_tint = 0x7f0d0176
com.example.medcuida.pro:drawable/mtrl_switch_thumb = 0x7f0800f4
-com.example.medcuida.pro:drawable/mtrl_popupmenu_background_overlay = 0x7f0800f3
-com.example.medcuida.pro:drawable/mtrl_popupmenu_background = 0x7f0800f2
com.example.medcuida.pro:macro/m3_comp_slider_handle_color = 0x7f0d0110
com.example.medcuida.pro:drawable/mtrl_navigation_bar_item_background = 0x7f0800f1
+com.example.medcuida.pro:color/m3_sys_color_light_surface_container_low = 0x7f0601f7
+com.example.medcuida.pro:dimen/design_bottom_navigation_active_text_size = 0x7f070063
com.example.medcuida.pro:drawable/mtrl_ic_check_mark = 0x7f0800ec
-com.example.medcuida.pro:drawable/mtrl_ic_cancel = 0x7f0800eb
-com.example.medcuida.pro:drawable/mtrl_ic_arrow_drop_up = 0x7f0800ea
com.example.medcuida.pro:style/Widget.Material3.TextInputLayout.FilledBox.Dense = 0x7f1403d7
com.example.medcuida.pro:drawable/mtrl_ic_arrow_drop_down = 0x7f0800e9
-com.example.medcuida.pro:drawable/mtrl_dropdown_arrow = 0x7f0800e8
com.example.medcuida.pro:id/action_mode_bar_stub = 0x7f090043
com.example.medcuida.pro:drawable/mtrl_dialog_background = 0x7f0800e7
-com.example.medcuida.pro:drawable/mtrl_checkbox_button_unchecked_checked = 0x7f0800e6
-com.example.medcuida.pro:string/fallback_menu_item_copy_link = 0x7f130050
com.example.medcuida.pro:drawable/mtrl_checkbox_button_icon_unchecked_checked = 0x7f0800e4
-com.example.medcuida.pro:style/Widget.AppCompat.ListView.Menu = 0x7f14031a
+com.example.medcuida.pro:string/fallback_menu_item_copy_link = 0x7f130050
com.example.medcuida.pro:drawable/mtrl_checkbox_button_icon_indeterminate_unchecked = 0x7f0800e3
+com.example.medcuida.pro:style/Widget.AppCompat.ListView.Menu = 0x7f14031a
com.example.medcuida.pro:style/Theme.AppCompat.Light.DarkActionBar = 0x7f14021b
com.example.medcuida.pro:drawable/mtrl_checkbox_button_icon_indeterminate_checked = 0x7f0800e2
-com.example.medcuida.pro:macro/m3_comp_outlined_text_field_focus_outline_color = 0x7f0d00be
com.example.medcuida.pro:drawable/mtrl_checkbox_button_icon_checked_unchecked = 0x7f0800e1
+com.example.medcuida.pro:macro/m3_comp_outlined_text_field_focus_outline_color = 0x7f0d00be
com.example.medcuida.pro:drawable/mtrl_checkbox_button = 0x7f0800dd
com.example.medcuida.pro:drawable/material_ic_menu_arrow_up_black_24dp = 0x7f0800db
-com.example.medcuida.pro:drawable/material_ic_keyboard_arrow_right_black_24dp = 0x7f0800d9
com.example.medcuida.pro:integer/m3_sys_motion_duration_extra_long2 = 0x7f0a0012
com.example.medcuida.pro:drawable/material_cursor_drawable = 0x7f0800d2
com.example.medcuida.pro:attr/shapeAppearanceMediumComponent = 0x7f0403dc
@@ -1738,14 +2011,11 @@ com.example.medcuida.pro:drawable/m3_selection_control_ripple = 0x7f0800cd
com.example.medcuida.pro:drawable/m3_radiobutton_ripple = 0x7f0800cc
com.example.medcuida.pro:style/Widget.Design.BottomNavigationView = 0x7f140334
com.example.medcuida.pro:drawable/m3_popupmenu_background_overlay = 0x7f0800cb
-com.example.medcuida.pro:id/action_bar = 0x7f090034
com.example.medcuida.pro:drawable/m3_password_eye = 0x7f0800ca
-com.example.medcuida.pro:attr/textBackgroundPanX = 0x7f04047c
-com.example.medcuida.pro:drawable/m3_avd_hide_password = 0x7f0800c7
+com.example.medcuida.pro:id/action_bar = 0x7f090034
com.example.medcuida.pro:attr/suffixTextAppearance = 0x7f04042c
com.example.medcuida.pro:attr/motionEffect_alpha = 0x7f04034e
com.example.medcuida.pro:drawable/ic_send = 0x7f0800c4
-com.example.medcuida.pro:drawable/ic_placeholder = 0x7f0800c2
com.example.medcuida.pro:style/Widget.MaterialComponents.ActionBar.Surface = 0x7f1403e5
com.example.medcuida.pro:macro/m3_comp_time_picker_period_selector_selected_pressed_state_layer_color = 0x7f0d015a
com.example.medcuida.pro:drawable/ic_password = 0x7f0800c1
@@ -1756,322 +2026,261 @@ com.example.medcuida.pro:attr/fontWeight = 0x7f040218
com.example.medcuida.pro:drawable/ic_mtrl_checked_circle = 0x7f0800b7
com.example.medcuida.pro:style/TextAppearance.AppCompat.Light.Widget.PopupMenu.Small = 0x7f1401a4
com.example.medcuida.pro:integer/mtrl_badge_max_character_count = 0x7f0a002f
-com.example.medcuida.pro:dimen/mtrl_btn_disabled_z = 0x7f070259
com.example.medcuida.pro:drawable/ic_m3_chip_checked_circle = 0x7f0800b5
-com.example.medcuida.pro:id/light = 0x7f09012e
+com.example.medcuida.pro:dimen/mtrl_btn_disabled_z = 0x7f070259
com.example.medcuida.pro:drawable/ic_launcher_final = 0x7f0800b0
+com.example.medcuida.pro:id/light = 0x7f09012e
com.example.medcuida.pro:drawable/ic_clear_black_24 = 0x7f0800ac
-com.example.medcuida.pro:color/m3_ref_palette_neutral_variant95 = 0x7f060137
com.example.medcuida.pro:drawable/logo_app = 0x7f0800c6
-com.example.medcuida.pro:id/fingerprint_error = 0x7f0900f3
+com.example.medcuida.pro:color/m3_ref_palette_neutral_variant95 = 0x7f060137
com.example.medcuida.pro:drawable/ic_call_decline_low = 0x7f0800aa
+com.example.medcuida.pro:id/fingerprint_error = 0x7f0900f3
com.example.medcuida.pro:drawable/ic_call_answer_low = 0x7f0800a6
com.example.medcuida.pro:drawable/ic_arrow_back_black_24 = 0x7f0800a4
com.example.medcuida.pro:attr/listLayout = 0x7f0402d5
com.example.medcuida.pro:drawable/fingerprint_dialog_fp_icon = 0x7f0800a0
-com.example.medcuida.pro:drawable/design_password_eye = 0x7f08009d
com.example.medcuida.pro:drawable/common_google_signin_btn_text_light_normal = 0x7f080098
-com.example.medcuida.pro:drawable/common_google_signin_btn_text_light_focused = 0x7f080097
com.example.medcuida.pro:drawable/ic_call_answer = 0x7f0800a5
-com.example.medcuida.pro:color/m3_sys_color_dynamic_light_secondary_container = 0x7f0601c3
com.example.medcuida.pro:drawable/common_google_signin_btn_text_light = 0x7f080096
-com.example.medcuida.pro:drawable/common_google_signin_btn_icon_light_focused = 0x7f08008e
-com.example.medcuida.pro:drawable/common_google_signin_btn_icon_light = 0x7f08008d
+com.example.medcuida.pro:color/m3_sys_color_dynamic_light_secondary_container = 0x7f0601c3
com.example.medcuida.pro:drawable/common_google_signin_btn_icon_dark_normal_background = 0x7f08008b
-com.example.medcuida.pro:drawable/common_google_signin_btn_icon_dark_normal = 0x7f08008a
com.example.medcuida.pro:dimen/material_cursor_inset = 0x7f07022d
com.example.medcuida.pro:drawable/common_google_signin_btn_icon_dark_focused = 0x7f080089
+com.example.medcuida.pro:dimen/design_fab_elevation = 0x7f070071
com.example.medcuida.pro:id/navigation_header_container = 0x7f090182
com.example.medcuida.pro:drawable/circle_bg = 0x7f080086
com.example.medcuida.pro:dimen/m3_datepicker_elevation = 0x7f0701aa
com.example.medcuida.pro:attr/closeIcon = 0x7f0400e7
com.example.medcuida.pro:drawable/common_google_signin_btn_text_dark_normal_background = 0x7f080094
com.example.medcuida.pro:drawable/btn_radio_on_mtrl = 0x7f080084
-com.example.medcuida.pro:id/text_med_notes = 0x7f09023f
-com.example.medcuida.pro:drawable/btn_radio_off_to_on_mtrl_animation = 0x7f080083
com.example.medcuida.pro:drawable/btn_outline_error = 0x7f080080
com.example.medcuida.pro:drawable/btn_checkbox_unchecked_to_checked_mtrl_animation = 0x7f08007f
-com.example.medcuida.pro:layout/dialog_add_medication = 0x7f0c0038
-com.example.medcuida.pro:color/material_slider_inactive_tick_marks_color = 0x7f0602be
-com.example.medcuida.pro:drawable/btn_checkbox_unchecked_mtrl = 0x7f08007e
com.example.medcuida.pro:attr/actionTextColorAlpha = 0x7f040025
-com.example.medcuida.pro:color/m3_ref_palette_dynamic_primary99 = 0x7f0600ec
com.example.medcuida.pro:drawable/btn_checkbox_checked_to_unchecked_mtrl_animation = 0x7f08007d
+com.example.medcuida.pro:color/m3_ref_palette_dynamic_primary99 = 0x7f0600ec
com.example.medcuida.pro:drawable/bg_chat_input = 0x7f08007b
-com.example.medcuida.pro:styleable/NavGraphNavigator = 0x7f150072
-com.example.medcuida.pro:drawable/avd_show_password = 0x7f080078
-com.example.medcuida.pro:style/Widget.MaterialComponents.CircularProgressIndicator.Small = 0x7f14040d
com.example.medcuida.pro:drawable/avd_hide_password = 0x7f080077
+com.example.medcuida.pro:style/Widget.MaterialComponents.CircularProgressIndicator.Small = 0x7f14040d
+com.example.medcuida.pro:attr/queryPatterns = 0x7f0403ac
+com.example.medcuida.pro:dimen/fingerprint_icon_size = 0x7f070095
com.example.medcuida.pro:dimen/material_time_picker_minimum_screen_width = 0x7f070242
com.example.medcuida.pro:drawable/abc_textfield_search_default_mtrl_alpha = 0x7f080074
com.example.medcuida.pro:animator/mtrl_btn_state_list_anim = 0x7f020015
com.example.medcuida.pro:attr/itemStrokeWidth = 0x7f04026e
com.example.medcuida.pro:drawable/abc_textfield_search_activated_mtrl_alpha = 0x7f080073
-com.example.medcuida.pro:drawable/abc_textfield_default_mtrl_alpha = 0x7f080072
-com.example.medcuida.pro:attr/textBackgroundZoom = 0x7f04047f
-com.example.medcuida.pro:drawable/abc_textfield_activated_mtrl_alpha = 0x7f080071
com.example.medcuida.pro:drawable/abc_switch_thumb_material = 0x7f080069
-com.example.medcuida.pro:drawable/abc_star_half_black_48dp = 0x7f080068
-com.example.medcuida.pro:drawable/abc_spinner_textfield_background_material = 0x7f080066
+com.example.medcuida.pro:style/Theme.MaterialComponents.DayNight.Dialog.FixedSize.Bridge = 0x7f140253
+com.example.medcuida.pro:color/material_dynamic_color_light_error_container = 0x7f06022e
+com.example.medcuida.pro:id/easeInOut = 0x7f0900d1
com.example.medcuida.pro:layout/material_radial_view_group = 0x7f0c0055
-com.example.medcuida.pro:integer/m3_sys_motion_path = 0x7f0a0021
-com.example.medcuida.pro:id/time = 0x7f09024c
com.example.medcuida.pro:drawable/abc_seekbar_tick_mark_material = 0x7f080063
+com.example.medcuida.pro:id/time = 0x7f09024c
+com.example.medcuida.pro:integer/m3_sys_motion_path = 0x7f0a0021
com.example.medcuida.pro:color/m3_button_foreground_color_selector = 0x7f060077
com.example.medcuida.pro:drawable/abc_scrubber_track_mtrl_alpha = 0x7f080061
+com.example.medcuida.pro:drawable/$mtrl_checkbox_button_unchecked_checked__0 = 0x7f08001d
com.example.medcuida.pro:macro/m3_comp_radio_button_selected_focus_icon_color = 0x7f0d00d9
com.example.medcuida.pro:drawable/abc_ratingbar_small_material = 0x7f08005c
-com.example.medcuida.pro:style/TextAppearance.Compat.Notification.Info = 0x7f1401c5
-com.example.medcuida.pro:drawable/abc_popup_background_mtrl_mult = 0x7f080059
-com.example.medcuida.pro:attr/colorOnSecondaryContainer = 0x7f04010f
com.example.medcuida.pro:drawable/abc_list_selector_disabled_holo_light = 0x7f080055
-com.example.medcuida.pro:macro/m3_comp_search_bar_trailing_icon_color = 0x7f0d00f1
-com.example.medcuida.pro:attr/ratingBarStyle = 0x7f0403af
+com.example.medcuida.pro:attr/colorOnSecondaryContainer = 0x7f04010f
com.example.medcuida.pro:drawable/abc_list_selector_disabled_holo_dark = 0x7f080054
-com.example.medcuida.pro:integer/material_motion_duration_long_1 = 0x7f0a0028
+com.example.medcuida.pro:attr/ratingBarStyle = 0x7f0403af
+com.example.medcuida.pro:macro/m3_comp_search_bar_trailing_icon_color = 0x7f0d00f1
com.example.medcuida.pro:drawable/abc_list_selector_background_transition_holo_dark = 0x7f080052
-com.example.medcuida.pro:drawable/abc_list_focused_holo = 0x7f08004e
+com.example.medcuida.pro:integer/material_motion_duration_long_1 = 0x7f0a0028
com.example.medcuida.pro:id/expand_activities_button = 0x7f0900ea
com.example.medcuida.pro:drawable/abc_list_divider_material = 0x7f08004c
-com.example.medcuida.pro:drawable/abc_item_background_holo_light = 0x7f08004b
+com.example.medcuida.pro:string/mtrl_picker_announce_current_selection_none = 0x7f1300a2
+com.example.medcuida.pro:attr/colorOnSecondaryFixedVariant = 0x7f040111
+com.example.medcuida.pro:dimen/m3_comp_navigation_bar_active_indicator_width = 0x7f07013c
+com.example.medcuida.pro:style/Widget.MaterialComponents.MaterialCalendar.Year = 0x7f14042c
+com.example.medcuida.pro:dimen/m3_sys_elevation_level2 = 0x7f0701ef
+com.example.medcuida.pro:dimen/m3_slider_thumb_elevation = 0x7f0701e8
com.example.medcuida.pro:attr/secondaryActivityAction = 0x7f0403cd
com.example.medcuida.pro:drawable/abc_ic_search_api_material = 0x7f080048
-com.example.medcuida.pro:style/Widget.Material3.CollapsingToolbar.Medium = 0x7f140378
-com.example.medcuida.pro:drawable/abc_ic_menu_share_mtrl_alpha = 0x7f080047
com.example.medcuida.pro:drawable/abc_ic_menu_paste_mtrl_am_alpha = 0x7f080045
-com.example.medcuida.pro:attr/carousel_touchUp_dampeningFactor = 0x7f0400b1
com.example.medcuida.pro:anim/btn_checkbox_to_checked_box_inner_merged_animation = 0x7f01000c
com.example.medcuida.pro:drawable/abc_ic_menu_cut_mtrl_alpha = 0x7f080043
+com.example.medcuida.pro:attr/carousel_touchUp_dampeningFactor = 0x7f0400b1
+com.example.medcuida.pro:attr/textColorAlertDialogListItem = 0x7f040480
+com.example.medcuida.pro:drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__1 = 0x7f08001b
com.example.medcuida.pro:id/action_text = 0x7f090045
com.example.medcuida.pro:drawable/abc_ic_menu_copy_mtrl_am_alpha = 0x7f080042
-com.example.medcuida.pro:color/material_personalized_color_surface_bright = 0x7f0602a7
-com.example.medcuida.pro:drawable/abc_ic_go_search_api_material = 0x7f080041
-com.example.medcuida.pro:color/m3_navigation_item_icon_tint = 0x7f0600a5
-com.example.medcuida.pro:drawable/abc_ic_clear_material = 0x7f08003f
com.example.medcuida.pro:drawable/abc_ic_arrow_drop_right_black_24dp = 0x7f08003e
-com.example.medcuida.pro:color/material_dynamic_color_dark_error_container = 0x7f06022a
-com.example.medcuida.pro:drawable/abc_edit_text_material = 0x7f08003c
com.example.medcuida.pro:drawable/abc_control_background_material = 0x7f08003a
com.example.medcuida.pro:drawable/abc_cab_background_top_mtrl_alpha = 0x7f080039
-com.example.medcuida.pro:style/Theme.Design.Light.BottomSheetDialog = 0x7f140226
-com.example.medcuida.pro:drawable/abc_btn_radio_to_on_mtrl_015 = 0x7f080034
-com.example.medcuida.pro:drawable/abc_btn_colored_material = 0x7f08002f
com.example.medcuida.pro:attr/hintAnimationEnabled = 0x7f04022f
com.example.medcuida.pro:drawable/abc_btn_check_material = 0x7f08002b
com.example.medcuida.pro:style/Base.Theme.AppCompat.Dialog.FixedSize = 0x7f14004f
com.example.medcuida.pro:drawable/abc_btn_borderless_material = 0x7f08002a
com.example.medcuida.pro:drawable/abc_action_bar_item_background_material = 0x7f080029
-com.example.medcuida.pro:drawable/$mtrl_switch_thumb_pressed_unchecked__0 = 0x7f080024
-com.example.medcuida.pro:attr/isMaterial3Theme = 0x7f040255
-com.example.medcuida.pro:drawable/$mtrl_switch_thumb_checked_unchecked__0 = 0x7f080021
com.example.medcuida.pro:style/Base.Widget.AppCompat.SeekBar = 0x7f1400f4
-com.example.medcuida.pro:interpolator/fast_out_slow_in = 0x7f0b0006
-com.example.medcuida.pro:drawable/$mtrl_checkbox_button_icon_indeterminate_checked__0 = 0x7f080013
com.example.medcuida.pro:drawable/$mtrl_switch_thumb_checked_pressed__0 = 0x7f080020
-com.example.medcuida.pro:drawable/$mtrl_checkbox_button_unchecked_checked__0 = 0x7f08001d
+com.example.medcuida.pro:drawable/$mtrl_checkbox_button_icon_indeterminate_checked__0 = 0x7f080013
+com.example.medcuida.pro:interpolator/fast_out_slow_in = 0x7f0b0006
com.example.medcuida.pro:drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__2 = 0x7f08001c
-com.example.medcuida.pro:attr/textColorAlertDialogListItem = 0x7f040480
-com.example.medcuida.pro:drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__1 = 0x7f08001b
-com.example.medcuida.pro:drawable/$mtrl_checkbox_button_icon_unchecked_indeterminate__0 = 0x7f08001a
-com.example.medcuida.pro:dimen/compat_control_corner_material = 0x7f07005c
com.example.medcuida.pro:drawable/$mtrl_checkbox_button_icon_unchecked_checked__2 = 0x7f080019
+com.example.medcuida.pro:dimen/compat_control_corner_material = 0x7f07005c
com.example.medcuida.pro:string/material_timepicker_clock_mode_description = 0x7f130089
-com.example.medcuida.pro:macro/m3_comp_switch_unselected_focus_track_color = 0x7f0d0133
-com.example.medcuida.pro:dimen/material_emphasis_high_type = 0x7f070232
com.example.medcuida.pro:anim/nav_default_pop_enter_anim = 0x7f01002e
com.example.medcuida.pro:drawable/$mtrl_checkbox_button_icon_unchecked_checked__0 = 0x7f080017
-com.example.medcuida.pro:drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__1 = 0x7f080015
-com.example.medcuida.pro:dimen/mtrl_calendar_header_text_padding = 0x7f070281
+com.example.medcuida.pro:dimen/material_emphasis_high_type = 0x7f070232
+com.example.medcuida.pro:macro/m3_comp_switch_unselected_focus_track_color = 0x7f0d0133
com.example.medcuida.pro:drawable/$mtrl_checkbox_button_icon_indeterminate_unchecked__0 = 0x7f080014
+com.example.medcuida.pro:dimen/mtrl_calendar_header_text_padding = 0x7f070281
com.example.medcuida.pro:style/Widget.MaterialComponents.BottomSheet.Modal = 0x7f1403f6
com.example.medcuida.pro:drawable/$mtrl_checkbox_button_icon_checked_indeterminate__0 = 0x7f08000f
-com.example.medcuida.pro:drawable/$m3_avd_show_password__2 = 0x7f08000b
com.example.medcuida.pro:drawable/$m3_avd_show_password__0 = 0x7f080009
-com.example.medcuida.pro:attr/tickColorInactive = 0x7f0404a6
-com.example.medcuida.pro:drawable/$avd_show_password__2 = 0x7f080005
com.example.medcuida.pro:attr/materialCardViewOutlinedStyle = 0x7f040301
com.example.medcuida.pro:drawable/$avd_show_password__1 = 0x7f080004
com.example.medcuida.pro:attr/listPreferredItemHeight = 0x7f0402d8
com.example.medcuida.pro:drawable/$avd_hide_password__1 = 0x7f080001
com.example.medcuida.pro:drawable/$avd_hide_password__0 = 0x7f080000
-com.example.medcuida.pro:dimen/tooltip_y_offset_non_touch = 0x7f07031e
com.example.medcuida.pro:style/Theme.Material3.Dark.BottomSheetDialog = 0x7f14022b
+com.example.medcuida.pro:dimen/tooltip_vertical_padding = 0x7f07031d
com.example.medcuida.pro:style/TextAppearance.Material3.ActionBar.Subtitle = 0x7f1401e3
com.example.medcuida.pro:attr/colorSurfaceInverse = 0x7f040131
-com.example.medcuida.pro:dimen/tooltip_vertical_padding = 0x7f07031d
-com.example.medcuida.pro:dimen/tooltip_precise_anchor_threshold = 0x7f07031c
-com.example.medcuida.pro:dimen/tooltip_precise_anchor_extra_offset = 0x7f07031b
com.example.medcuida.pro:dimen/sliding_pane_detail_pane_width = 0x7f070317
com.example.medcuida.pro:drawable/material_ic_edit_black_24dp = 0x7f0800d5
com.example.medcuida.pro:attr/quantizeMotionSteps = 0x7f0403a9
com.example.medcuida.pro:dimen/notification_small_icon_size_as_large = 0x7f070313
-com.example.medcuida.pro:style/Platform.MaterialComponents.Light = 0x7f14013a
+com.example.medcuida.pro:dimen/mtrl_textinput_start_icon_margin_end = 0x7f070300
com.example.medcuida.pro:color/switch_thumb_normal_material_dark = 0x7f06031a
com.example.medcuida.pro:dimen/notification_small_icon_background_padding = 0x7f070312
+com.example.medcuida.pro:style/Platform.MaterialComponents.Light = 0x7f14013a
com.example.medcuida.pro:color/m3_sys_color_dark_secondary = 0x7f06017e
com.example.medcuida.pro:dimen/notification_right_icon_size = 0x7f070310
com.example.medcuida.pro:dimen/notification_media_narrow_margin = 0x7f07030f
com.example.medcuida.pro:attr/badgeRadius = 0x7f040059
com.example.medcuida.pro:dimen/m3_btn_max_width = 0x7f0700db
com.example.medcuida.pro:dimen/notification_main_column_padding_top = 0x7f07030e
-com.example.medcuida.pro:dimen/notification_large_icon_width = 0x7f07030d
-com.example.medcuida.pro:dimen/notification_large_icon_height = 0x7f07030c
com.example.medcuida.pro:style/Base.Widget.AppCompat.ActionBar.Solid = 0x7f1400c3
com.example.medcuida.pro:dimen/notification_big_circle_margin = 0x7f07030a
com.example.medcuida.pro:id/tv_medicacao_paciente = 0x7f090262
-com.example.medcuida.pro:color/material_dynamic_secondary80 = 0x7f060261
com.example.medcuida.pro:drawable/material_ic_clear_black_24dp = 0x7f0800d4
-com.example.medcuida.pro:layout/abc_list_menu_item_icon = 0x7f0c000f
+com.example.medcuida.pro:color/material_dynamic_secondary80 = 0x7f060261
com.example.medcuida.pro:dimen/mtrl_tooltip_minWidth = 0x7f070305
-com.example.medcuida.pro:style/ThemeOverlay.Material3.FloatingActionButton.Surface = 0x7f1402a3
+com.example.medcuida.pro:layout/abc_list_menu_item_icon = 0x7f0c000f
com.example.medcuida.pro:dimen/mtrl_tooltip_minHeight = 0x7f070304
+com.example.medcuida.pro:style/ThemeOverlay.Material3.FloatingActionButton.Surface = 0x7f1402a3
com.example.medcuida.pro:dimen/mtrl_toolbar_default_height = 0x7f070301
com.example.medcuida.pro:dimen/mtrl_textinput_box_stroke_width_focused = 0x7f0702fc
-com.example.medcuida.pro:dimen/mtrl_textinput_box_stroke_width_default = 0x7f0702fb
-com.example.medcuida.pro:dimen/mtrl_textinput_box_corner_radius_medium = 0x7f0702f8
-com.example.medcuida.pro:id/chain = 0x7f090092
-com.example.medcuida.pro:color/m3_ref_palette_dynamic_secondary10 = 0x7f0600ee
-com.example.medcuida.pro:drawable/abc_ic_ab_back_material = 0x7f08003d
-com.example.medcuida.pro:dimen/mtrl_switch_track_width = 0x7f0702f7
-com.example.medcuida.pro:dimen/mtrl_switch_thumb_size = 0x7f0702f5
-com.example.medcuida.pro:id/fill_vertical = 0x7f0900f0
com.example.medcuida.pro:dimen/mtrl_switch_thumb_icon_size = 0x7f0702f4
-com.example.medcuida.pro:dimen/mtrl_snackbar_padding_horizontal = 0x7f0702f1
+com.example.medcuida.pro:id/fill_vertical = 0x7f0900f0
com.example.medcuida.pro:dimen/mtrl_snackbar_message_margin_horizontal = 0x7f0702f0
-com.example.medcuida.pro:string/mtrl_chip_close_icon_content_description = 0x7f13009b
com.example.medcuida.pro:attr/titleMarginBottom = 0x7f0404b5
com.example.medcuida.pro:dimen/mtrl_snackbar_background_overlay_color_alpha = 0x7f0702ee
-com.example.medcuida.pro:dimen/mtrl_snackbar_background_corner_radius = 0x7f0702ed
-com.example.medcuida.pro:dimen/mtrl_slider_track_side_padding = 0x7f0702ea
+com.example.medcuida.pro:string/mtrl_chip_close_icon_content_description = 0x7f13009b
com.example.medcuida.pro:dimen/m3_comp_filled_button_with_icon_icon_size = 0x7f070127
com.example.medcuida.pro:dimen/mtrl_slider_thumb_radius = 0x7f0702e7
com.example.medcuida.pro:string/item_view_role_description = 0x7f130066
-com.example.medcuida.pro:color/material_personalized_color_on_tertiary = 0x7f060299
com.example.medcuida.pro:dimen/mtrl_slider_label_square_side = 0x7f0702e5
-com.example.medcuida.pro:style/ThemeOverlay.Material3.FloatingActionButton.Secondary = 0x7f1402a2
-com.example.medcuida.pro:dimen/mtrl_switch_track_height = 0x7f0702f6
-com.example.medcuida.pro:attr/flow_firstVerticalStyle = 0x7f0401fc
-com.example.medcuida.pro:dimen/mtrl_progress_circular_track_thickness_medium = 0x7f0702db
-com.example.medcuida.pro:dimen/mtrl_progress_circular_inset_medium = 0x7f0702d3
-com.example.medcuida.pro:color/mtrl_chip_close_icon_tint = 0x7f0602d3
-com.example.medcuida.pro:dimen/m3_btn_icon_only_default_padding = 0x7f0700d6
+com.example.medcuida.pro:color/material_personalized_color_on_tertiary = 0x7f060299
com.example.medcuida.pro:dimen/abc_action_button_min_width_material = 0x7f07000e
com.example.medcuida.pro:dimen/mtrl_navigation_rail_text_bottom_margin = 0x7f0702cf
+com.example.medcuida.pro:color/mtrl_chip_close_icon_tint = 0x7f0602d3
+com.example.medcuida.pro:dimen/m3_btn_icon_only_default_padding = 0x7f0700d6
com.example.medcuida.pro:dimen/mtrl_navigation_rail_margin = 0x7f0702ce
com.example.medcuida.pro:dimen/mtrl_navigation_rail_icon_margin = 0x7f0702cc
com.example.medcuida.pro:array/crypto_fingerprint_fallback_vendors = 0x7f030002
com.example.medcuida.pro:dimen/mtrl_navigation_rail_elevation = 0x7f0702cb
com.example.medcuida.pro:string/mtrl_picker_range_header_only_end_selected = 0x7f1300b1
com.example.medcuida.pro:dimen/mtrl_navigation_rail_compact_width = 0x7f0702c9
-com.example.medcuida.pro:navigation/mobile_navigation = 0x7f100000
-com.example.medcuida.pro:macro/m3_comp_primary_navigation_tab_with_label_text_inactive_label_text_color = 0x7f0d00d5
+com.example.medcuida.pro:dimen/abc_action_button_min_width_overflow_material = 0x7f07000f
com.example.medcuida.pro:drawable/$m3_avd_hide_password__0 = 0x7f080006
com.example.medcuida.pro:dimen/mtrl_navigation_rail_active_text_size = 0x7f0702c8
-com.example.medcuida.pro:drawable/$mtrl_checkbox_button_icon_checked_unchecked__0 = 0x7f080010
-com.example.medcuida.pro:dimen/mtrl_navigation_item_shape_horizontal_margin = 0x7f0702c6
-com.example.medcuida.pro:id/actionUp = 0x7f090032
+com.example.medcuida.pro:navigation/mobile_navigation = 0x7f100000
+com.example.medcuida.pro:macro/m3_comp_primary_navigation_tab_with_label_text_inactive_label_text_color = 0x7f0d00d5
com.example.medcuida.pro:dimen/mtrl_navigation_elevation = 0x7f0702c2
+com.example.medcuida.pro:id/actionUp = 0x7f090032
com.example.medcuida.pro:dimen/m3_comp_sheet_bottom_docked_drag_handle_width = 0x7f07017c
com.example.medcuida.pro:dimen/mtrl_low_ripple_focused_alpha = 0x7f0702bc
com.example.medcuida.pro:dimen/mtrl_high_ripple_pressed_alpha = 0x7f0702ba
com.example.medcuida.pro:anim/m3_motion_fade_enter = 0x7f010023
com.example.medcuida.pro:dimen/mtrl_high_ripple_hovered_alpha = 0x7f0702b9
-com.example.medcuida.pro:color/mtrl_on_primary_text_btn_text_color_selector = 0x7f0602e8
-com.example.medcuida.pro:dimen/mtrl_fab_min_touch_target = 0x7f0702b4
com.example.medcuida.pro:dimen/mtrl_extended_fab_translation_z_pressed = 0x7f0702b2
-com.example.medcuida.pro:string/dest_title = 0x7f130049
com.example.medcuida.pro:dimen/mtrl_textinput_outline_box_expanded_padding = 0x7f0702ff
-com.example.medcuida.pro:id/edit_specialty = 0x7f0900de
+com.example.medcuida.pro:string/dest_title = 0x7f130049
com.example.medcuida.pro:dimen/mtrl_extended_fab_translation_z_base = 0x7f0702b0
+com.example.medcuida.pro:id/edit_specialty = 0x7f0900de
com.example.medcuida.pro:style/RtlOverlay.Widget.AppCompat.PopupMenuItem.Title = 0x7f14014c
com.example.medcuida.pro:dimen/mtrl_extended_fab_start_padding_icon = 0x7f0702ae
com.example.medcuida.pro:style/Base.Widget.AppCompat.Button.Small = 0x7f1400d2
com.example.medcuida.pro:id/on = 0x7f090197
-com.example.medcuida.pro:attr/hintTextColor = 0x7f040232
com.example.medcuida.pro:dimen/mtrl_slider_thumb_elevation = 0x7f0702e6
-com.example.medcuida.pro:attr/reverseLayout = 0x7f0403bd
+com.example.medcuida.pro:attr/hintTextColor = 0x7f040232
com.example.medcuida.pro:dimen/mtrl_extended_fab_start_padding = 0x7f0702ad
+com.example.medcuida.pro:attr/reverseLayout = 0x7f0403bd
com.example.medcuida.pro:dimen/mtrl_extended_fab_elevation = 0x7f0702a6
-com.example.medcuida.pro:dimen/mtrl_extended_fab_disabled_translation_z = 0x7f0702a5
com.example.medcuida.pro:dimen/mtrl_exposed_dropdown_menu_popup_vertical_padding = 0x7f0702a2
com.example.medcuida.pro:dimen/mtrl_exposed_dropdown_menu_popup_elevation = 0x7f0702a0
-com.example.medcuida.pro:string/mtrl_exceed_max_badge_number_content_description = 0x7f13009c
com.example.medcuida.pro:dimen/mtrl_chip_pressed_translation_z = 0x7f07029e
-com.example.medcuida.pro:dimen/mtrl_card_dragged_z = 0x7f07029b
+com.example.medcuida.pro:string/mtrl_exceed_max_badge_number_content_description = 0x7f13009c
com.example.medcuida.pro:id/screen = 0x7f0901df
com.example.medcuida.pro:dimen/mtrl_transition_shared_axis_slide_distance = 0x7f070307
-com.example.medcuida.pro:attr/icon = 0x7f040238
com.example.medcuida.pro:dimen/mtrl_card_corner_radius = 0x7f07029a
+com.example.medcuida.pro:attr/icon = 0x7f040238
com.example.medcuida.pro:id/mtrl_calendar_year_selector_frame = 0x7f090165
com.example.medcuida.pro:dimen/mtrl_calendar_year_horizontal_padding = 0x7f070295
-com.example.medcuida.pro:drawable/common_google_signin_btn_icon_dark = 0x7f080088
-com.example.medcuida.pro:style/Base.ThemeOverlay.MaterialComponents.MaterialAlertDialog = 0x7f140088
-com.example.medcuida.pro:id/mtrl_card_checked_layer_id = 0x7f090166
-com.example.medcuida.pro:dimen/mtrl_calendar_year_corner = 0x7f070293
com.example.medcuida.pro:dimen/m3_navigation_rail_item_active_indicator_margin_horizontal = 0x7f0701ca
com.example.medcuida.pro:dimen/mtrl_calendar_title_baseline_to_top = 0x7f070291
com.example.medcuida.pro:dimen/mtrl_calendar_selection_text_baseline_to_top = 0x7f07028f
-com.example.medcuida.pro:style/CardView.Light = 0x7f140121
-com.example.medcuida.pro:drawable/btn_checkbox_checked_mtrl = 0x7f08007c
com.example.medcuida.pro:dimen/mtrl_calendar_pre_l_text_clip_padding = 0x7f07028b
+com.example.medcuida.pro:drawable/btn_checkbox_checked_mtrl = 0x7f08007c
+com.example.medcuida.pro:style/CardView.Light = 0x7f140121
com.example.medcuida.pro:dimen/mtrl_calendar_navigation_height = 0x7f070289
com.example.medcuida.pro:dimen/mtrl_calendar_navigation_bottom_padding = 0x7f070288
com.example.medcuida.pro:id/fingerprint_description = 0x7f0900f2
com.example.medcuida.pro:id/button_change_password = 0x7f090080
-com.example.medcuida.pro:dimen/m3_sys_motion_easing_legacy_control_x1 = 0x7f0701ff
com.example.medcuida.pro:dimen/mtrl_calendar_month_vertical_padding = 0x7f070287
+com.example.medcuida.pro:dimen/m3_sys_motion_easing_legacy_control_x1 = 0x7f0701ff
+com.example.medcuida.pro:color/m3_sys_color_dynamic_light_on_tertiary_container = 0x7f0601bd
+com.example.medcuida.pro:id/graph_wrap = 0x7f090108
com.example.medcuida.pro:style/Widget.Material3.TabLayout.Secondary = 0x7f1403d1
com.example.medcuida.pro:style/Widget.AppCompat.CompoundButton.CheckBox = 0x7f1402f9
com.example.medcuida.pro:style/ShapeAppearance.M3.Sys.Shape.Corner.Full = 0x7f140169
com.example.medcuida.pro:drawable/ic_logo_scaled = 0x7f0800b3
com.example.medcuida.pro:dimen/mtrl_progress_track_thickness = 0x7f0702de
-com.example.medcuida.pro:dimen/mtrl_calendar_landscape_header_width = 0x7f070284
-com.example.medcuida.pro:dimen/m3_badge_horizontal_offset = 0x7f0700b6
-com.example.medcuida.pro:dimen/mtrl_calendar_header_toggle_margin_top = 0x7f070283
+com.example.medcuida.pro:dimen/design_navigation_max_width = 0x7f07007d
com.example.medcuida.pro:style/ThemeOverlay.Material3.TabLayout = 0x7f1402b6
com.example.medcuida.pro:id/layout_msg_recebida = 0x7f09012a
com.example.medcuida.pro:dimen/mtrl_calendar_header_height = 0x7f07027e
+com.example.medcuida.pro:dimen/m3_comp_filter_chip_flat_container_elevation = 0x7f070131
+com.example.medcuida.pro:color/m3_sys_color_dynamic_dark_on_background = 0x7f060191
com.example.medcuida.pro:style/Widget.MaterialComponents.Button.TextButton.Dialog.Icon = 0x7f1403fe
-com.example.medcuida.pro:interpolator/m3_sys_motion_easing_standard_decelerate = 0x7f0b000d
-com.example.medcuida.pro:dimen/mtrl_alert_dialog_background_inset_bottom = 0x7f070243
com.example.medcuida.pro:dimen/mtrl_calendar_header_content_padding_fullscreen = 0x7f07027c
-com.example.medcuida.pro:dimen/mtrl_calendar_dialog_background_inset = 0x7f07027a
+com.example.medcuida.pro:dimen/mtrl_alert_dialog_background_inset_bottom = 0x7f070243
+com.example.medcuida.pro:interpolator/m3_sys_motion_easing_standard_decelerate = 0x7f0b000d
com.example.medcuida.pro:macro/m3_comp_date_picker_modal_date_today_label_text_color = 0x7f0d0014
com.example.medcuida.pro:dimen/mtrl_calendar_day_today_stroke = 0x7f070276
-com.example.medcuida.pro:dimen/mtrl_calendar_day_corner = 0x7f070273
-com.example.medcuida.pro:macro/m3_comp_outlined_text_field_hover_outline_color = 0x7f0d00c1
+com.example.medcuida.pro:macro/m3_comp_top_app_bar_small_trailing_icon_color = 0x7f0d0175
+com.example.medcuida.pro:attr/fontFamily = 0x7f04020d
+com.example.medcuida.pro:color/m3_sys_color_light_on_primary = 0x7f0601e4
com.example.medcuida.pro:color/m3_sys_color_dynamic_light_on_surface_variant = 0x7f0601bb
com.example.medcuida.pro:color/m3_sys_color_dark_outline = 0x7f06017a
com.example.medcuida.pro:dimen/m3_btn_disabled_elevation = 0x7f0700d0
+com.example.medcuida.pro:macro/m3_comp_outlined_text_field_hover_outline_color = 0x7f0d00c1
com.example.medcuida.pro:dimen/mtrl_calendar_content_padding = 0x7f070272
-com.example.medcuida.pro:attr/collapsingToolbarLayoutLargeStyle = 0x7f0400f6
com.example.medcuida.pro:dimen/mtrl_calendar_bottom_padding = 0x7f070271
-com.example.medcuida.pro:dimen/mtrl_btn_z = 0x7f07026d
-com.example.medcuida.pro:drawable/abc_list_divider_mtrl_alpha = 0x7f08004d
-com.example.medcuida.pro:dimen/mtrl_btn_text_btn_icon_padding = 0x7f070269
+com.example.medcuida.pro:attr/collapsingToolbarLayoutLargeStyle = 0x7f0400f6
com.example.medcuida.pro:drawable/design_ic_visibility_off = 0x7f08009c
-com.example.medcuida.pro:drawable/abc_scrubber_control_off_mtrl_alpha = 0x7f08005d
com.example.medcuida.pro:dimen/mtrl_btn_snackbar_margin_horizontal = 0x7f070267
-com.example.medcuida.pro:dimen/mtrl_btn_pressed_z = 0x7f070266
+com.example.medcuida.pro:drawable/abc_scrubber_control_off_mtrl_alpha = 0x7f08005d
com.example.medcuida.pro:style/Theme.MaterialComponents.Light.Dialog.MinWidth = 0x7f14026d
com.example.medcuida.pro:attr/floatingActionButtonSmallStyle = 0x7f0401f3
com.example.medcuida.pro:color/call_notification_decline_color = 0x7f060031
com.example.medcuida.pro:dimen/mtrl_btn_max_width = 0x7f070261
com.example.medcuida.pro:dimen/mtrl_btn_inset = 0x7f07025f
com.example.medcuida.pro:style/Widget.Material3.Chip.Input = 0x7f14036b
-com.example.medcuida.pro:layout/mtrl_auto_complete_simple_item = 0x7f0c0062
com.example.medcuida.pro:dimen/mtrl_btn_hovered_z = 0x7f07025c
-com.example.medcuida.pro:drawable/ic_call_decline = 0x7f0800a9
+com.example.medcuida.pro:layout/mtrl_auto_complete_simple_item = 0x7f0c0062
com.example.medcuida.pro:id/container = 0x7f0900a4
com.example.medcuida.pro:dimen/mtrl_btn_elevation = 0x7f07025a
com.example.medcuida.pro:dimen/mtrl_btn_corner_radius = 0x7f070256
com.example.medcuida.pro:dimen/m3_alert_dialog_title_bottom_margin = 0x7f0700a6
com.example.medcuida.pro:dimen/mtrl_bottomappbar_height = 0x7f070255
-com.example.medcuida.pro:dimen/mtrl_bottomappbar_fab_cradle_margin = 0x7f070252
com.example.medcuida.pro:dimen/mtrl_bottomappbar_fab_bottom_margin = 0x7f070251
com.example.medcuida.pro:dimen/mtrl_badge_toolbar_action_menu_item_vertical_offset = 0x7f07024e
-com.example.medcuida.pro:dimen/mtrl_badge_toolbar_action_menu_item_horizontal_offset = 0x7f07024d
-com.example.medcuida.pro:dimen/mtrl_badge_text_size = 0x7f07024c
com.example.medcuida.pro:macro/m3_comp_time_picker_time_selector_unselected_focus_state_layer_color = 0x7f0d0169
com.example.medcuida.pro:dimen/mtrl_badge_horizontal_edge_offset = 0x7f070248
com.example.medcuida.pro:id/nav_perfil = 0x7f09017a
@@ -2080,130 +2289,128 @@ com.example.medcuida.pro:attr/layout_constrainedHeight = 0x7f040289
com.example.medcuida.pro:dimen/mtrl_alert_dialog_background_inset_end = 0x7f070244
com.example.medcuida.pro:dimen/material_textinput_min_width = 0x7f070240
com.example.medcuida.pro:dimen/material_textinput_default_width = 0x7f07023e
+com.example.medcuida.pro:id/showTitle = 0x7f0901f7
+com.example.medcuida.pro:dimen/m3_bottomappbar_fab_end_margin = 0x7f0700cb
com.example.medcuida.pro:styleable/MaterialAutoCompleteTextView = 0x7f150054
com.example.medcuida.pro:dimen/material_helper_text_font_1_3_padding_horizontal = 0x7f07023b
com.example.medcuida.pro:dimen/material_helper_text_default_padding_top = 0x7f07023a
-com.example.medcuida.pro:style/Base.Widget.MaterialComponents.PopupMenu.ListPopupWindow = 0x7f140118
com.example.medcuida.pro:drawable/abc_btn_radio_material_anim = 0x7f080032
com.example.medcuida.pro:dimen/material_filled_edittext_font_2_0_padding_top = 0x7f070237
+com.example.medcuida.pro:style/Base.Widget.MaterialComponents.PopupMenu.ListPopupWindow = 0x7f140118
com.example.medcuida.pro:id/layout_msg_enviada = 0x7f090129
com.example.medcuida.pro:dimen/material_filled_edittext_font_1_3_padding_bottom = 0x7f070234
+com.example.medcuida.pro:attr/percentY = 0x7f04038d
+com.example.medcuida.pro:dimen/design_tab_text_size = 0x7f07008d
com.example.medcuida.pro:attr/transitionEasing = 0x7f0404da
com.example.medcuida.pro:attr/collapsingToolbarLayoutMediumStyle = 0x7f0400f8
-com.example.medcuida.pro:drawable/$mtrl_checkbox_button_unchecked_checked__2 = 0x7f08001f
com.example.medcuida.pro:dimen/material_emphasis_disabled_background = 0x7f070231
-com.example.medcuida.pro:attr/contentInsetStartWithNavigation = 0x7f040148
+com.example.medcuida.pro:drawable/$mtrl_checkbox_button_unchecked_checked__2 = 0x7f08001f
com.example.medcuida.pro:color/m3_ref_palette_primary60 = 0x7f060140
com.example.medcuida.pro:dimen/material_clock_period_toggle_width = 0x7f07022b
+com.example.medcuida.pro:attr/contentInsetStartWithNavigation = 0x7f040148
com.example.medcuida.pro:attr/carousel_firstView = 0x7f0400ab
com.example.medcuida.pro:dimen/mtrl_btn_text_btn_padding_right = 0x7f07026b
com.example.medcuida.pro:dimen/tooltip_margin = 0x7f07031a
com.example.medcuida.pro:dimen/material_font_1_3_box_collapsed_padding_top = 0x7f070238
+com.example.medcuida.pro:dimen/material_clock_period_toggle_vertical_gap = 0x7f07022a
com.example.medcuida.pro:dimen/m3_btn_elevation = 0x7f0700d3
com.example.medcuida.pro:attr/tabContentStart = 0x7f040434
-com.example.medcuida.pro:dimen/material_clock_period_toggle_vertical_gap = 0x7f07022a
com.example.medcuida.pro:id/edit_profile_image = 0x7f0900db
com.example.medcuida.pro:dimen/material_clock_period_toggle_horizontal_gap = 0x7f070229
-com.example.medcuida.pro:dimen/material_clock_period_toggle_height = 0x7f070228
-com.example.medcuida.pro:color/m3_ref_palette_error70 = 0x7f06010f
com.example.medcuida.pro:dimen/material_clock_number_text_size = 0x7f070227
-com.example.medcuida.pro:dimen/material_clock_face_margin_top = 0x7f070223
+com.example.medcuida.pro:color/m3_ref_palette_error70 = 0x7f06010f
com.example.medcuida.pro:style/Theme.AppCompat.DialogWhenLarge = 0x7f140218
com.example.medcuida.pro:dimen/material_clock_face_margin_bottom = 0x7f070222
-com.example.medcuida.pro:attr/sideSheetDialogTheme = 0x7f0403eb
com.example.medcuida.pro:dimen/material_clock_display_height = 0x7f07021f
+com.example.medcuida.pro:attr/sideSheetDialogTheme = 0x7f0403eb
com.example.medcuida.pro:dimen/m3_toolbar_text_size_title = 0x7f07021d
com.example.medcuida.pro:style/Base.V21.Theme.MaterialComponents.Light = 0x7f1400a7
+com.example.medcuida.pro:dimen/m3_timepicker_display_stroke_width = 0x7f07021b
com.example.medcuida.pro:attr/motionDurationShort4 = 0x7f040341
com.example.medcuida.pro:attr/preserveIconSpacing = 0x7f0403a2
-com.example.medcuida.pro:dimen/m3_timepicker_display_stroke_width = 0x7f07021b
com.example.medcuida.pro:dimen/m3_badge_with_text_vertical_offset = 0x7f0700bd
com.example.medcuida.pro:dimen/m3_sys_state_pressed_state_layer_opacity = 0x7f07021a
com.example.medcuida.pro:dimen/mtrl_calendar_action_padding = 0x7f070270
com.example.medcuida.pro:dimen/m3_sys_state_hover_state_layer_opacity = 0x7f070219
com.example.medcuida.pro:dimen/m3_comp_fab_primary_large_icon_size = 0x7f070120
com.example.medcuida.pro:dimen/m3_sys_motion_easing_standard_decelerate_control_y2 = 0x7f070216
-com.example.medcuida.pro:id/linear = 0x7f090131
com.example.medcuida.pro:dimen/m3_sys_motion_easing_standard_decelerate_control_y1 = 0x7f070215
+com.example.medcuida.pro:id/linear = 0x7f090131
com.example.medcuida.pro:attr/titleEnabled = 0x7f0404b3
com.example.medcuida.pro:dimen/m3_sys_motion_easing_standard_decelerate_control_x2 = 0x7f070214
-com.example.medcuida.pro:dimen/m3_sys_motion_easing_standard_control_y2 = 0x7f070212
-com.example.medcuida.pro:dimen/m3_sys_motion_easing_standard_control_y1 = 0x7f070211
com.example.medcuida.pro:color/m3_ref_palette_dynamic_neutral_variant12 = 0x7f0600cb
com.example.medcuida.pro:attr/layout_constraintWidth = 0x7f0402b2
com.example.medcuida.pro:dimen/mtrl_bottomappbar_fab_cradle_vertical_offset = 0x7f070254
com.example.medcuida.pro:dimen/m3_sys_motion_easing_linear_control_y2 = 0x7f07020a
-com.example.medcuida.pro:macro/m3_comp_filled_autocomplete_text_field_input_text_type = 0x7f0d0043
-com.example.medcuida.pro:dimen/m3_sys_motion_easing_linear_control_y1 = 0x7f070209
+com.example.medcuida.pro:dimen/m3_sys_motion_easing_linear_control_x1 = 0x7f070207
com.example.medcuida.pro:style/Widget.Material3.TextInputLayout.FilledBox = 0x7f1403d6
com.example.medcuida.pro:color/m3_sys_color_light_on_error = 0x7f0601e2
-com.example.medcuida.pro:dimen/m3_sys_motion_easing_linear_control_x1 = 0x7f070207
-com.example.medcuida.pro:dimen/m3_sys_motion_easing_legacy_decelerate_control_y1 = 0x7f070205
com.example.medcuida.pro:id/recycler_agenda = 0x7f0901c8
com.example.medcuida.pro:dimen/m3_sys_motion_easing_legacy_decelerate_control_x1 = 0x7f070203
+com.example.medcuida.pro:macro/m3_comp_extended_fab_secondary_icon_color = 0x7f0d0032
+com.example.medcuida.pro:color/m3_sys_color_dynamic_light_on_error_container = 0x7f0601b5
com.example.medcuida.pro:dimen/m3_sys_motion_easing_legacy_control_y2 = 0x7f070202
com.example.medcuida.pro:color/material_dynamic_tertiary0 = 0x7f060265
com.example.medcuida.pro:dimen/m3_sys_motion_easing_legacy_control_y1 = 0x7f070201
-com.example.medcuida.pro:dimen/m3_sys_motion_easing_legacy_accelerate_control_y2 = 0x7f0701fe
com.example.medcuida.pro:dimen/m3_comp_outlined_button_outline_width = 0x7f070154
com.example.medcuida.pro:dimen/m3_sys_motion_easing_legacy_accelerate_control_x2 = 0x7f0701fc
com.example.medcuida.pro:attr/dragThreshold = 0x7f040193
com.example.medcuida.pro:dimen/m3_sys_motion_easing_emphasized_decelerate_control_x1 = 0x7f0701f7
com.example.medcuida.pro:dimen/abc_disabled_alpha_material_light = 0x7f070028
-com.example.medcuida.pro:dimen/m3_comp_time_picker_container_elevation = 0x7f07019d
com.example.medcuida.pro:dimen/m3_sys_motion_easing_emphasized_accelerate_control_x2 = 0x7f0701f4
+com.example.medcuida.pro:dimen/m3_comp_time_picker_container_elevation = 0x7f07019d
com.example.medcuida.pro:attr/popupWindowStyle = 0x7f04039e
com.example.medcuida.pro:dimen/m3_sys_state_focus_state_layer_opacity = 0x7f070218
+com.example.medcuida.pro:dimen/m3_sys_motion_easing_emphasized_accelerate_control_x1 = 0x7f0701f3
+com.example.medcuida.pro:attr/motionDurationMedium1 = 0x7f04033a
com.example.medcuida.pro:color/bright_foreground_material_light = 0x7f060029
com.example.medcuida.pro:attr/layout_constraintStart_toEndOf = 0x7f0402a9
-com.example.medcuida.pro:attr/motionDurationMedium1 = 0x7f04033a
-com.example.medcuida.pro:dimen/m3_sys_motion_easing_emphasized_accelerate_control_x1 = 0x7f0701f3
com.example.medcuida.pro:dimen/hint_pressed_alpha_material_light = 0x7f07009c
com.example.medcuida.pro:dimen/m3_sys_elevation_level5 = 0x7f0701f2
+com.example.medcuida.pro:color/m3_ref_palette_tertiary100 = 0x7f060155
+com.example.medcuida.pro:color/design_default_color_on_primary = 0x7f060054
+com.example.medcuida.pro:dimen/m3_btn_padding_bottom = 0x7f0700dc
+com.example.medcuida.pro:drawable/common_google_signin_btn_text_dark_normal = 0x7f080093
+com.example.medcuida.pro:attr/carousel_forwardTransition = 0x7f0400ac
+com.example.medcuida.pro:dimen/abc_action_bar_content_inset_with_nav = 0x7f070001
com.example.medcuida.pro:dimen/m3_sys_elevation_level4 = 0x7f0701f1
-com.example.medcuida.pro:macro/m3_comp_secondary_navigation_tab_with_icon_active_icon_color = 0x7f0d0103
+com.example.medcuida.pro:color/secondary_text_disabled_material_light = 0x7f060314
+com.example.medcuida.pro:attr/bottomSheetDragHandleStyle = 0x7f040081
+com.example.medcuida.pro:color/material_personalized_color_surface_container = 0x7f0602a8
com.example.medcuida.pro:attr/badgeStyle = 0x7f04005c
com.example.medcuida.pro:dimen/m3_sys_elevation_level3 = 0x7f0701f0
-com.example.medcuida.pro:style/Widget.MaterialComponents.MaterialCalendar.Year = 0x7f14042c
-com.example.medcuida.pro:string/mtrl_picker_announce_current_selection_none = 0x7f1300a2
-com.example.medcuida.pro:attr/colorOnSecondaryFixedVariant = 0x7f040111
-com.example.medcuida.pro:dimen/m3_comp_navigation_bar_active_indicator_width = 0x7f07013c
-com.example.medcuida.pro:dimen/m3_sys_elevation_level2 = 0x7f0701ef
-com.example.medcuida.pro:dimen/m3_snackbar_margin = 0x7f0701ec
-com.example.medcuida.pro:dimen/m3_snackbar_action_text_color_alpha = 0x7f0701eb
+com.example.medcuida.pro:macro/m3_comp_secondary_navigation_tab_with_icon_active_icon_color = 0x7f0d0103
com.example.medcuida.pro:dimen/m3_sys_motion_easing_emphasized_decelerate_control_x2 = 0x7f0701f8
-com.example.medcuida.pro:layout/fingerprint_dialog_layout = 0x7f0c003b
com.example.medcuida.pro:dimen/m3_small_fab_max_image_size = 0x7f0701e9
-com.example.medcuida.pro:dimen/m3_slider_thumb_elevation = 0x7f0701e8
+com.example.medcuida.pro:layout/fingerprint_dialog_layout = 0x7f0c003b
com.example.medcuida.pro:style/Theme.MaterialComponents.DayNight.BottomSheetDialog = 0x7f14024a
+com.example.medcuida.pro:dimen/m3_slider_inactive_track_height = 0x7f0701e7
com.example.medcuida.pro:style/Theme.AppCompat.CompactMenu = 0x7f14020d
com.example.medcuida.pro:style/TextAppearance.AppCompat.Light.Widget.PopupMenu.Large = 0x7f1401a3
-com.example.medcuida.pro:dimen/m3_slider_inactive_track_height = 0x7f0701e7
-com.example.medcuida.pro:style/Base.DialogWindowTitle.AppCompat = 0x7f140011
-com.example.medcuida.pro:dimen/m3_side_sheet_width = 0x7f0701e4
com.example.medcuida.pro:color/abc_decor_view_status_guard_light = 0x7f060006
com.example.medcuida.pro:dimen/m3_side_sheet_standard_elevation = 0x7f0701e3
-com.example.medcuida.pro:dimen/m3_side_sheet_margin_detached = 0x7f0701e1
com.example.medcuida.pro:dimen/m3_searchview_height = 0x7f0701e0
com.example.medcuida.pro:style/Base.Theme.AppCompat.Dialog = 0x7f14004d
-com.example.medcuida.pro:attr/colorOnTertiaryContainer = 0x7f040116
-com.example.medcuida.pro:dimen/abc_control_inset_material = 0x7f070019
com.example.medcuida.pro:dimen/m3_searchview_elevation = 0x7f0701df
+com.example.medcuida.pro:dimen/abc_control_inset_material = 0x7f070019
+com.example.medcuida.pro:attr/colorOnTertiaryContainer = 0x7f040116
com.example.medcuida.pro:drawable/abc_scrubber_control_to_pressed_mtrl_005 = 0x7f08005f
com.example.medcuida.pro:drawable/abc_list_longpressed_holo = 0x7f08004f
com.example.medcuida.pro:dimen/notification_subtext_size = 0x7f070314
com.example.medcuida.pro:dimen/m3_searchbar_text_size = 0x7f0701dd
-com.example.medcuida.pro:dimen/m3_searchbar_padding_start = 0x7f0701db
com.example.medcuida.pro:macro/m3_comp_time_picker_container_color = 0x7f0d014f
com.example.medcuida.pro:dimen/m3_searchbar_margin_horizontal = 0x7f0701d8
-com.example.medcuida.pro:macro/m3_comp_snackbar_supporting_text_color = 0x7f0d0116
+com.example.medcuida.pro:drawable/abc_cab_background_internal_bg = 0x7f080037
+com.example.medcuida.pro:style/RtlOverlay.Widget.AppCompat.Search.DropDown = 0x7f14014d
+com.example.medcuida.pro:dimen/m3_sys_motion_easing_standard_accelerate_control_y1 = 0x7f07020d
com.example.medcuida.pro:color/secondary_text_disabled_material_dark = 0x7f060313
com.example.medcuida.pro:dimen/m3_searchbar_height = 0x7f0701d7
+com.example.medcuida.pro:macro/m3_comp_snackbar_supporting_text_color = 0x7f0d0116
com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.Dialog = 0x7f1402cd
-com.example.medcuida.pro:color/m3_sys_color_dynamic_dark_surface = 0x7f0601a2
com.example.medcuida.pro:dimen/m3_ripple_focused_alpha = 0x7f0701d2
-com.example.medcuida.pro:dimen/m3_comp_fab_primary_hover_container_elevation = 0x7f07011c
+com.example.medcuida.pro:color/m3_sys_color_dynamic_dark_surface = 0x7f0601a2
com.example.medcuida.pro:dimen/m3_ripple_default_alpha = 0x7f0701d1
+com.example.medcuida.pro:dimen/m3_comp_fab_primary_hover_container_elevation = 0x7f07011c
com.example.medcuida.pro:style/Widget.Design.NavigationView = 0x7f140338
com.example.medcuida.pro:dimen/m3_navigation_rail_item_padding_top = 0x7f0701cf
com.example.medcuida.pro:dimen/m3_navigation_rail_item_min_height = 0x7f0701cc
@@ -2212,42 +2419,40 @@ com.example.medcuida.pro:dimen/m3_navigation_rail_icon_size = 0x7f0701c8
com.example.medcuida.pro:dimen/m3_navigation_rail_elevation = 0x7f0701c7
com.example.medcuida.pro:dimen/m3_navigation_menu_headline_horizontal_padding = 0x7f0701c5
com.example.medcuida.pro:attr/colorSecondaryContainer = 0x7f040125
-com.example.medcuida.pro:drawable/$avd_hide_password__2 = 0x7f080002
com.example.medcuida.pro:dimen/m3_searchbar_text_margin_start_no_navigation_icon = 0x7f0701dc
+com.example.medcuida.pro:drawable/$avd_hide_password__2 = 0x7f080002
+com.example.medcuida.pro:dimen/m3_navigation_menu_divider_horizontal_padding = 0x7f0701c4
com.example.medcuida.pro:macro/m3_comp_primary_navigation_tab_active_focus_state_layer_color = 0x7f0d00ca
com.example.medcuida.pro:attr/behavior_significantVelocityThreshold = 0x7f040076
-com.example.medcuida.pro:dimen/m3_navigation_menu_divider_horizontal_padding = 0x7f0701c4
com.example.medcuida.pro:style/Base.Widget.AppCompat.PopupWindow = 0x7f1400ec
com.example.medcuida.pro:id/ignoreRequest = 0x7f090118
-com.example.medcuida.pro:color/m3_dynamic_highlighted_text = 0x7f060095
com.example.medcuida.pro:dimen/m3_navigation_item_vertical_padding = 0x7f0701c3
-com.example.medcuida.pro:color/primary_material_dark = 0x7f060304
+com.example.medcuida.pro:color/m3_dynamic_highlighted_text = 0x7f060095
com.example.medcuida.pro:dimen/m3_navigation_item_shape_inset_start = 0x7f0701c1
+com.example.medcuida.pro:color/primary_material_dark = 0x7f060304
com.example.medcuida.pro:macro/m3_comp_navigation_rail_active_focus_state_layer_color = 0x7f0d0096
com.example.medcuida.pro:dimen/m3_navigation_item_shape_inset_end = 0x7f0701c0
com.example.medcuida.pro:id/dragEnd = 0x7f0900ca
com.example.medcuida.pro:drawable/common_google_signin_btn_text_dark = 0x7f080091
com.example.medcuida.pro:dimen/m3_navigation_item_shape_inset_bottom = 0x7f0701bf
-com.example.medcuida.pro:id/line1 = 0x7f09012f
-com.example.medcuida.pro:dimen/m3_navigation_item_active_indicator_label_padding = 0x7f0701bc
com.example.medcuida.pro:attr/height = 0x7f040225
com.example.medcuida.pro:attr/closeIconVisible = 0x7f0400ed
com.example.medcuida.pro:dimen/m3_navigation_drawer_layout_corner_size = 0x7f0701bb
-com.example.medcuida.pro:attr/telltales_tailScale = 0x7f040453
-com.example.medcuida.pro:dimen/mtrl_progress_circular_radius = 0x7f0702d5
-com.example.medcuida.pro:id/fitXY = 0x7f0900fa
com.example.medcuida.pro:dimen/mtrl_btn_text_size = 0x7f07026c
com.example.medcuida.pro:dimen/m3_nav_badge_with_text_vertical_offset = 0x7f0701ba
+com.example.medcuida.pro:id/fitXY = 0x7f0900fa
com.example.medcuida.pro:style/Theme.MaterialComponents.Bridge = 0x7f140247
com.example.medcuida.pro:style/TextAppearance.M3.Sys.Typescale.TitleLarge = 0x7f1401e0
com.example.medcuida.pro:dimen/m3_large_fab_max_image_size = 0x7f0701b6
-com.example.medcuida.pro:dimen/m3_fab_translation_z_pressed = 0x7f0701b5
+com.example.medcuida.pro:dimen/mtrl_calendar_selection_baseline_to_top_fullscreen = 0x7f07028c
+com.example.medcuida.pro:style/Widget.AppCompat.Button.ButtonBar.AlertDialog = 0x7f1402f4
+com.example.medcuida.pro:color/m3_ref_palette_tertiary80 = 0x7f06015c
com.example.medcuida.pro:style/Widget.MaterialComponents.Snackbar.FullWidth = 0x7f14043f
com.example.medcuida.pro:attr/textAppearanceListItemSmall = 0x7f040470
com.example.medcuida.pro:dimen/mtrl_bottomappbar_fabOffsetEndMode = 0x7f070250
com.example.medcuida.pro:dimen/m3_extended_fab_top_padding = 0x7f0701b1
-com.example.medcuida.pro:string/fingerprint_error_no_fingerprints = 0x7f130057
com.example.medcuida.pro:dimen/m3_extended_fab_start_padding = 0x7f0701b0
+com.example.medcuida.pro:string/fingerprint_error_no_fingerprints = 0x7f130057
com.example.medcuida.pro:dimen/abc_floating_window_z = 0x7f07002f
com.example.medcuida.pro:dimen/m3_extended_fab_min_height = 0x7f0701af
com.example.medcuida.pro:macro/m3_comp_outlined_button_disabled_outline_color = 0x7f0d00a6
@@ -2255,18 +2460,15 @@ com.example.medcuida.pro:attr/setsTag = 0x7f0403d4
com.example.medcuida.pro:dimen/m3_divider_heavy_thickness = 0x7f0701ab
com.example.medcuida.pro:macro/m3_comp_navigation_bar_active_hover_icon_color = 0x7f0d0065
com.example.medcuida.pro:dimen/m3_comp_top_app_bar_small_container_elevation = 0x7f0701a7
-com.example.medcuida.pro:dimen/m3_comp_top_app_bar_large_container_height = 0x7f0701a5
com.example.medcuida.pro:dimen/m3_comp_time_picker_time_selector_pressed_state_layer_opacity = 0x7f0701a4
-com.example.medcuida.pro:attr/motionDurationLong1 = 0x7f040336
com.example.medcuida.pro:dimen/m3_comp_time_input_time_input_field_focus_outline_width = 0x7f07019c
+com.example.medcuida.pro:attr/motionDurationLong1 = 0x7f040336
com.example.medcuida.pro:id/mtrl_picker_header_selection_text = 0x7f09016c
com.example.medcuida.pro:dimen/m3_comp_text_button_pressed_state_layer_opacity = 0x7f07019b
-com.example.medcuida.pro:string/mtrl_picker_range_header_selected = 0x7f1300b3
com.example.medcuida.pro:dimen/m3_comp_text_button_hover_state_layer_opacity = 0x7f07019a
+com.example.medcuida.pro:string/mtrl_picker_range_header_selected = 0x7f1300b3
com.example.medcuida.pro:layout/fragment_home = 0x7f0c003d
com.example.medcuida.pro:drawable/abc_star_black_48dp = 0x7f080067
-com.example.medcuida.pro:dimen/m3_comp_text_button_focus_state_layer_opacity = 0x7f070199
-com.example.medcuida.pro:dimen/m3_comp_switch_unselected_pressed_state_layer_opacity = 0x7f070198
com.example.medcuida.pro:style/ThemeOverlay.AppCompat.Light = 0x7f14027c
com.example.medcuida.pro:dimen/m3_comp_switch_unselected_hover_state_layer_opacity = 0x7f070197
com.example.medcuida.pro:style/Widget.Material3.Chip.Filter = 0x7f140369
@@ -2279,118 +2481,88 @@ com.example.medcuida.pro:attr/elevationOverlayAccentColor = 0x7f0401aa
com.example.medcuida.pro:dimen/m3_comp_switch_selected_hover_state_layer_opacity = 0x7f070192
com.example.medcuida.pro:id/disablePostScroll = 0x7f0900c4
com.example.medcuida.pro:dimen/m3_comp_switch_disabled_unselected_handle_opacity = 0x7f07018f
-com.example.medcuida.pro:attr/hideAnimationBehavior = 0x7f04022a
-com.example.medcuida.pro:dimen/m3_comp_switch_disabled_track_opacity = 0x7f07018e
+com.example.medcuida.pro:style/ShapeAppearanceOverlay.Material3.SearchBar = 0x7f140189
+com.example.medcuida.pro:color/m3_ref_palette_secondary70 = 0x7f06014e
com.example.medcuida.pro:style/ThemeOverlay.Material3.DynamicColors.Light = 0x7f14029c
com.example.medcuida.pro:dimen/m3_comp_suggestion_chip_with_leading_icon_leading_icon_size = 0x7f07018b
com.example.medcuida.pro:attr/selectableItemBackground = 0x7f0403d0
-com.example.medcuida.pro:attr/yearStyle = 0x7f040503
com.example.medcuida.pro:dimen/m3_comp_suggestion_chip_container_height = 0x7f070187
+com.example.medcuida.pro:attr/yearStyle = 0x7f040503
com.example.medcuida.pro:dimen/m3_comp_snackbar_container_elevation = 0x7f070186
-com.example.medcuida.pro:dimen/m3_comp_slider_disabled_inactive_track_opacity = 0x7f070184
-com.example.medcuida.pro:dimen/m3_sys_motion_easing_standard_control_x1 = 0x7f07020f
-com.example.medcuida.pro:dimen/m3_comp_slider_disabled_handle_opacity = 0x7f070183
-com.example.medcuida.pro:color/abc_primary_text_material_dark = 0x7f06000b
-com.example.medcuida.pro:color/m3_sys_color_dynamic_on_secondary_fixed = 0x7f0601d1
-com.example.medcuida.pro:dimen/m3_comp_slider_disabled_active_track_opacity = 0x7f070182
-com.example.medcuida.pro:attr/trackDecorationTintMode = 0x7f0404d3
-com.example.medcuida.pro:color/design_fab_stroke_top_inner_color = 0x7f060063
com.example.medcuida.pro:attr/subheaderTextAppearance = 0x7f040424
com.example.medcuida.pro:dimen/m3_comp_sheet_side_docked_standard_container_elevation = 0x7f070181
+com.example.medcuida.pro:color/design_fab_stroke_top_inner_color = 0x7f060063
+com.example.medcuida.pro:attr/trackDecorationTintMode = 0x7f0404d3
com.example.medcuida.pro:dimen/m3_comp_sheet_bottom_docked_standard_container_elevation = 0x7f07017e
-com.example.medcuida.pro:dimen/m3_comp_secondary_navigation_tab_hover_state_layer_opacity = 0x7f070179
com.example.medcuida.pro:dimen/mtrl_snackbar_margin = 0x7f0702ef
com.example.medcuida.pro:dimen/m3_comp_secondary_navigation_tab_focus_state_layer_opacity = 0x7f070178
-com.example.medcuida.pro:dimen/m3_comp_search_view_docked_header_container_height = 0x7f070175
com.example.medcuida.pro:macro/m3_comp_search_bar_hover_supporting_text_color = 0x7f0d00e9
com.example.medcuida.pro:dimen/m3_comp_search_bar_hover_state_layer_opacity = 0x7f070172
com.example.medcuida.pro:attr/transitionShapeAppearance = 0x7f0404dd
com.example.medcuida.pro:dimen/m3_comp_search_bar_container_height = 0x7f070171
-com.example.medcuida.pro:id/mtrl_picker_fullscreen = 0x7f09016a
com.example.medcuida.pro:dimen/m3_comp_radio_button_unselected_hover_state_layer_opacity = 0x7f07016d
-com.example.medcuida.pro:dimen/mtrl_calendar_selection_text_baseline_to_bottom_fullscreen = 0x7f07028e
-com.example.medcuida.pro:dimen/m3_comp_radio_button_unselected_focus_state_layer_opacity = 0x7f07016c
+com.example.medcuida.pro:id/mtrl_picker_fullscreen = 0x7f09016a
com.example.medcuida.pro:style/Widget.Material3.DrawerLayout = 0x7f14037d
com.example.medcuida.pro:id/scrollIndicatorUp = 0x7f0901e2
com.example.medcuida.pro:attr/layout_constraintTag = 0x7f0402ab
com.example.medcuida.pro:dimen/m3_comp_radio_button_selected_focus_state_layer_opacity = 0x7f070169
-com.example.medcuida.pro:id/material_clock_display = 0x7f09013d
com.example.medcuida.pro:dimen/m3_comp_primary_navigation_tab_with_icon_icon_size = 0x7f070166
+com.example.medcuida.pro:id/material_clock_display = 0x7f09013d
+com.example.medcuida.pro:color/m3_sys_color_dynamic_light_on_tertiary = 0x7f0601bc
+com.example.medcuida.pro:attr/selectableItemBackgroundBorderless = 0x7f0403d1
com.example.medcuida.pro:string/title_medication = 0x7f1300e3
com.example.medcuida.pro:attr/tabIndicatorFullWidth = 0x7f04043c
com.example.medcuida.pro:dimen/m3_comp_primary_navigation_tab_inactive_hover_state_layer_opacity = 0x7f070164
-com.example.medcuida.pro:dimen/m3_comp_primary_navigation_tab_active_indicator_height = 0x7f070161
-com.example.medcuida.pro:string/register_button = 0x7f1300d8
+com.example.medcuida.pro:string/mtrl_checkbox_button_icon_path_indeterminate = 0x7f130092
+com.example.medcuida.pro:color/m3_sys_color_dynamic_dark_background = 0x7f06018b
com.example.medcuida.pro:dimen/m3_comp_primary_navigation_tab_active_hover_state_layer_opacity = 0x7f070160
+com.example.medcuida.pro:string/register_button = 0x7f1300d8
com.example.medcuida.pro:id/text_consulta_data_hora = 0x7f090234
com.example.medcuida.pro:dimen/m3_comp_outlined_text_field_outline_width = 0x7f07015e
-com.example.medcuida.pro:dimen/m3_comp_outlined_text_field_disabled_label_text_opacity = 0x7f07015b
com.example.medcuida.pro:color/material_dynamic_secondary100 = 0x7f06025a
com.example.medcuida.pro:dimen/m3_comp_outlined_text_field_disabled_input_text_opacity = 0x7f07015a
com.example.medcuida.pro:dimen/m3_comp_primary_navigation_tab_inactive_pressed_state_layer_opacity = 0x7f070165
-com.example.medcuida.pro:macro/m3_comp_radio_button_selected_hover_state_layer_color = 0x7f0d00dc
com.example.medcuida.pro:dimen/m3_comp_outlined_icon_button_unselected_outline_width = 0x7f070159
-com.example.medcuida.pro:style/Widget.AppCompat.SearchView.ActionBar = 0x7f140324
+com.example.medcuida.pro:macro/m3_comp_radio_button_selected_hover_state_layer_color = 0x7f0d00dc
com.example.medcuida.pro:attr/motionDurationExtraLong3 = 0x7f040334
com.example.medcuida.pro:dimen/m3_comp_outlined_card_container_elevation = 0x7f070155
-com.example.medcuida.pro:macro/m3_comp_divider_color = 0x7f0d0029
+com.example.medcuida.pro:style/Widget.AppCompat.SearchView.ActionBar = 0x7f140324
com.example.medcuida.pro:color/m3_assist_chip_stroke_color = 0x7f060074
com.example.medcuida.pro:attr/paddingBottomNoButtons = 0x7f040377
com.example.medcuida.pro:dimen/m3_fab_corner_size = 0x7f0701b3
+com.example.medcuida.pro:macro/m3_comp_divider_color = 0x7f0d0029
+com.example.medcuida.pro:dimen/m3_comp_navigation_rail_pressed_state_layer_opacity = 0x7f070151
com.example.medcuida.pro:style/Base.Widget.AppCompat.ListMenuView = 0x7f1400e5
com.example.medcuida.pro:dimen/m3_sys_motion_easing_linear_control_x2 = 0x7f070208
-com.example.medcuida.pro:dimen/m3_comp_navigation_rail_pressed_state_layer_opacity = 0x7f070151
com.example.medcuida.pro:dimen/m3_comp_navigation_rail_hover_state_layer_opacity = 0x7f07014f
com.example.medcuida.pro:id/button_cancel_password = 0x7f09007f
com.example.medcuida.pro:drawable/abc_item_background_holo_dark = 0x7f08004a
com.example.medcuida.pro:dimen/m3_comp_navigation_rail_focus_state_layer_opacity = 0x7f07014e
com.example.medcuida.pro:attr/textAppearanceHeadline2 = 0x7f040461
com.example.medcuida.pro:dimen/m3_comp_navigation_rail_active_indicator_width = 0x7f07014b
-com.example.medcuida.pro:dimen/m3_comp_navigation_drawer_standard_container_elevation = 0x7f070149
com.example.medcuida.pro:macro/m3_comp_switch_unselected_hover_track_color = 0x7f0d0139
com.example.medcuida.pro:dimen/m3_comp_navigation_drawer_modal_container_elevation = 0x7f070147
-com.example.medcuida.pro:style/TextAppearance.Widget.AppCompat.Toolbar.Subtitle = 0x7f14020a
-com.example.medcuida.pro:dimen/m3_comp_menu_container_elevation = 0x7f07013a
com.example.medcuida.pro:dimen/m3_comp_linear_progress_indicator_active_indicator_height = 0x7f070139
-com.example.medcuida.pro:macro/m3_comp_secondary_navigation_tab_with_icon_inactive_icon_color = 0x7f0d0104
-com.example.medcuida.pro:attr/tintNavigationIcon = 0x7f0404af
-com.example.medcuida.pro:dimen/m3_comp_input_chip_with_leading_icon_leading_icon_size = 0x7f070138
com.example.medcuida.pro:attr/materialSearchViewToolbarStyle = 0x7f040310
com.example.medcuida.pro:dimen/m3_comp_input_chip_with_avatar_avatar_size = 0x7f070137
-com.example.medcuida.pro:id/material_textinput_timepicker = 0x7f09014a
com.example.medcuida.pro:dimen/m3_comp_input_chip_unselected_outline_width = 0x7f070136
-com.example.medcuida.pro:dimen/m3_comp_input_chip_container_height = 0x7f070135
-com.example.medcuida.pro:dimen/abc_action_bar_default_padding_end_material = 0x7f070003
-com.example.medcuida.pro:dimen/m3_comp_input_chip_container_elevation = 0x7f070134
-com.example.medcuida.pro:dimen/m3_comp_filter_chip_flat_unselected_outline_width = 0x7f070132
-com.example.medcuida.pro:color/m3_sys_color_dynamic_dark_on_background = 0x7f060191
-com.example.medcuida.pro:dimen/m3_comp_filter_chip_flat_container_elevation = 0x7f070131
-com.example.medcuida.pro:attr/layout_anchor = 0x7f040284
-com.example.medcuida.pro:dimen/m3_comp_filter_chip_elevated_container_elevation = 0x7f070130
-com.example.medcuida.pro:id/action_bar_container = 0x7f090036
-com.example.medcuida.pro:dimen/m3_comp_filled_card_hover_state_layer_opacity = 0x7f07012b
-com.example.medcuida.pro:dimen/m3_comp_filled_card_focus_state_layer_opacity = 0x7f07012a
-com.example.medcuida.pro:dimen/m3_comp_filled_card_dragged_state_layer_opacity = 0x7f070129
-com.example.medcuida.pro:dimen/m3_comp_fab_primary_small_icon_size = 0x7f070124
+com.example.medcuida.pro:id/material_textinput_timepicker = 0x7f09014a
com.example.medcuida.pro:id/rightToLeft = 0x7f0901d5
com.example.medcuida.pro:drawable/material_ic_menu_arrow_down_black_24dp = 0x7f0800da
-com.example.medcuida.pro:style/Widget.AppCompat.PopupWindow = 0x7f14031d
-com.example.medcuida.pro:attr/autoSizeMinTextSize = 0x7f040046
-com.example.medcuida.pro:attr/errorTextColor = 0x7f0401c4
-com.example.medcuida.pro:dimen/m3_comp_fab_primary_pressed_state_layer_opacity = 0x7f070122
-com.example.medcuida.pro:attr/dividerThickness = 0x7f04018f
+com.example.medcuida.pro:dimen/abc_action_bar_default_padding_end_material = 0x7f070003
+com.example.medcuida.pro:dimen/m3_comp_input_chip_container_elevation = 0x7f070134
+com.example.medcuida.pro:attr/layout_anchor = 0x7f040284
+com.example.medcuida.pro:dimen/m3_comp_filter_chip_elevated_container_elevation = 0x7f070130
+com.example.medcuida.pro:dimen/m3_comp_filled_card_focus_state_layer_opacity = 0x7f07012a
+com.example.medcuida.pro:dimen/m3_comp_fab_primary_small_icon_size = 0x7f070124
com.example.medcuida.pro:dimen/m3_comp_fab_primary_pressed_container_elevation = 0x7f070121
+com.example.medcuida.pro:attr/dividerThickness = 0x7f04018f
com.example.medcuida.pro:animator/mtrl_fab_hide_motion_spec = 0x7f02001e
com.example.medcuida.pro:dimen/m3_comp_fab_primary_hover_state_layer_opacity = 0x7f07011d
-com.example.medcuida.pro:dimen/m3_comp_extended_fab_primary_pressed_state_layer_opacity = 0x7f070118
-com.example.medcuida.pro:style/Theme.Material3.Dark.DialogWhenLarge = 0x7f14022f
-com.example.medcuida.pro:dimen/m3_comp_extended_fab_primary_pressed_container_elevation = 0x7f070117
-com.example.medcuida.pro:dimen/m3_comp_extended_fab_primary_icon_size = 0x7f070116
com.example.medcuida.pro:macro/m3_comp_navigation_drawer_inactive_hover_label_text_color = 0x7f0d008d
com.example.medcuida.pro:dimen/m3_comp_extended_fab_primary_hover_container_elevation = 0x7f070114
-com.example.medcuida.pro:id/custom = 0x7f0900ae
com.example.medcuida.pro:dimen/m3_comp_extended_fab_primary_container_height = 0x7f070111
-com.example.medcuida.pro:dimen/m3_comp_extended_fab_primary_container_elevation = 0x7f070110
+com.example.medcuida.pro:id/custom = 0x7f0900ae
com.example.medcuida.pro:dimen/m3_comp_elevated_button_disabled_container_elevation = 0x7f07010d
com.example.medcuida.pro:dimen/m3_comp_date_picker_modal_range_selection_header_container_height = 0x7f07010a
com.example.medcuida.pro:color/material_dynamic_neutral100 = 0x7f060233
@@ -2399,35 +2571,38 @@ com.example.medcuida.pro:dimen/m3_comp_badge_large_size = 0x7f070102
com.example.medcuida.pro:dimen/m3_comp_assist_chip_flat_outline_width = 0x7f070100
com.example.medcuida.pro:style/Theme.AppCompat.Light.NoActionBar = 0x7f140220
com.example.medcuida.pro:dimen/m3_comp_assist_chip_elevated_container_elevation = 0x7f0700fe
+com.example.medcuida.pro:attr/alphabeticModifiers = 0x7f040032
+com.example.medcuida.pro:color/material_personalized_color_background = 0x7f060289
com.example.medcuida.pro:dimen/m3_comp_search_view_container_elevation = 0x7f070174
com.example.medcuida.pro:dimen/m3_comp_assist_chip_container_height = 0x7f0700fd
com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.AutoCompleteTextView.FilledBox.Dense = 0x7f1402c4
-com.example.medcuida.pro:attr/windowMinWidthMinor = 0x7f040500
com.example.medcuida.pro:dimen/m3_chip_icon_size = 0x7f0700fc
-com.example.medcuida.pro:style/TextAppearance.AppCompat.Tooltip = 0x7f1401b0
+com.example.medcuida.pro:attr/windowMinWidthMinor = 0x7f040500
com.example.medcuida.pro:dimen/m3_chip_dragged_translation_z = 0x7f0700f9
+com.example.medcuida.pro:style/TextAppearance.AppCompat.Tooltip = 0x7f1401b0
com.example.medcuida.pro:style/Widget.MaterialComponents.MaterialCalendar.DayOfWeekLabel = 0x7f14041d
-com.example.medcuida.pro:style/Theme.Material3.Dark.Dialog = 0x7f14022c
-com.example.medcuida.pro:id/decor_content_parent = 0x7f0900b6
com.example.medcuida.pro:attr/itemTextAppearanceActive = 0x7f040270
+com.example.medcuida.pro:id/decor_content_parent = 0x7f0900b6
+com.example.medcuida.pro:style/Theme.Material3.Dark.Dialog = 0x7f14022c
com.example.medcuida.pro:dimen/m3_carousel_small_item_size_min = 0x7f0700f5
-com.example.medcuida.pro:dimen/m3_carousel_small_item_default_corner_size = 0x7f0700f3
-com.example.medcuida.pro:anim/m3_side_sheet_exit_to_right = 0x7f010028
com.example.medcuida.pro:dimen/m3_carousel_gone_size = 0x7f0700f2
+com.example.medcuida.pro:anim/m3_side_sheet_exit_to_right = 0x7f010028
com.example.medcuida.pro:attr/colorPrimaryInverse = 0x7f040120
com.example.medcuida.pro:dimen/m3_carousel_extra_small_item_size = 0x7f0700f1
-com.example.medcuida.pro:color/m3_ref_palette_neutral_variant60 = 0x7f060133
-com.example.medcuida.pro:dimen/m3_card_stroke_width = 0x7f0700ef
com.example.medcuida.pro:drawable/mtrl_ic_indeterminate = 0x7f0800f0
com.example.medcuida.pro:dimen/m3_card_elevation = 0x7f0700ed
com.example.medcuida.pro:integer/mtrl_switch_thumb_pre_morphing_duration = 0x7f0a003a
com.example.medcuida.pro:dimen/m3_card_elevated_elevation = 0x7f0700eb
+com.example.medcuida.pro:style/Widget.Material3.MaterialCalendar.MonthTextView = 0x7f1403a7
+com.example.medcuida.pro:dimen/abc_list_item_height_small_material = 0x7f070032
+com.example.medcuida.pro:attr/actionModePasteDrawable = 0x7f04001a
+com.example.medcuida.pro:style/Theme.MaterialComponents.Light.NoActionBar = 0x7f140270
+com.example.medcuida.pro:dimen/m3_card_disabled_z = 0x7f0700e7
com.example.medcuida.pro:style/Base.Widget.AppCompat.Light.ActionBar.TabText = 0x7f1400e0
com.example.medcuida.pro:id/mtrl_picker_header_toggle = 0x7f09016e
-com.example.medcuida.pro:dimen/m3_card_disabled_z = 0x7f0700e7
-com.example.medcuida.pro:style/Theme.MaterialComponents.Dialog.FixedSize = 0x7f14025d
com.example.medcuida.pro:id/login_button = 0x7f090135
com.example.medcuida.pro:dimen/m3_btn_translation_z_base = 0x7f0700e5
+com.example.medcuida.pro:style/Theme.MaterialComponents.Dialog.FixedSize = 0x7f14025d
com.example.medcuida.pro:attr/chipBackgroundColor = 0x7f0400c4
com.example.medcuida.pro:dimen/m3_btn_text_btn_padding_right = 0x7f0700e4
com.example.medcuida.pro:style/Widget.MaterialComponents.TimePicker.Display.TextInputEditText = 0x7f140457
@@ -2437,107 +2612,79 @@ com.example.medcuida.pro:dimen/m3_btn_text_btn_padding_left = 0x7f0700e3
com.example.medcuida.pro:color/material_personalized_color_on_error = 0x7f060290
com.example.medcuida.pro:dimen/m3_btn_text_btn_icon_padding_left = 0x7f0700e1
com.example.medcuida.pro:dimen/m3_btn_stroke_size = 0x7f0700e0
-com.example.medcuida.pro:dimen/m3_btn_padding_top = 0x7f0700df
-com.example.medcuida.pro:macro/m3_comp_navigation_drawer_inactive_focus_icon_color = 0x7f0d0089
com.example.medcuida.pro:attr/itemShapeInsetBottom = 0x7f040268
+com.example.medcuida.pro:macro/m3_comp_navigation_drawer_inactive_focus_icon_color = 0x7f0d0089
com.example.medcuida.pro:drawable/$m3_avd_hide_password__1 = 0x7f080007
-com.example.medcuida.pro:color/m3_ref_palette_tertiary100 = 0x7f060155
-com.example.medcuida.pro:color/design_default_color_on_primary = 0x7f060054
-com.example.medcuida.pro:dimen/m3_btn_padding_bottom = 0x7f0700dc
com.example.medcuida.pro:dimen/m3_btn_inset = 0x7f0700da
-com.example.medcuida.pro:dimen/m3_btn_dialog_btn_spacing = 0x7f0700cf
com.example.medcuida.pro:dimen/m3_btn_dialog_btn_min_width = 0x7f0700ce
-com.example.medcuida.pro:drawable/mtrl_checkbox_button_icon_unchecked_indeterminate = 0x7f0800e5
com.example.medcuida.pro:color/design_default_color_on_surface = 0x7f060056
-com.example.medcuida.pro:dimen/abc_action_bar_elevation_material = 0x7f070005
+com.example.medcuida.pro:drawable/mtrl_checkbox_button_icon_unchecked_indeterminate = 0x7f0800e5
com.example.medcuida.pro:dimen/m3_bottomappbar_fab_cradle_vertical_offset = 0x7f0700ca
+com.example.medcuida.pro:dimen/abc_action_bar_elevation_material = 0x7f070005
com.example.medcuida.pro:dimen/tooltip_horizontal_padding = 0x7f070319
com.example.medcuida.pro:dimen/m3_bottomappbar_fab_cradle_margin = 0x7f0700c8
-com.example.medcuida.pro:styleable/DrawerLayout = 0x7f150034
com.example.medcuida.pro:dimen/m3_bottom_sheet_modal_elevation = 0x7f0700c7
+com.example.medcuida.pro:styleable/DrawerLayout = 0x7f150034
com.example.medcuida.pro:dimen/m3_bottom_sheet_drag_handle_bottom_padding = 0x7f0700c5
com.example.medcuida.pro:dimen/m3_bottom_nav_min_height = 0x7f0700c4
-com.example.medcuida.pro:dimen/m3_large_fab_size = 0x7f0701b7
-com.example.medcuida.pro:dimen/m3_bottom_nav_item_padding_top = 0x7f0700c3
-com.example.medcuida.pro:id/showTitle = 0x7f0901f7
-com.example.medcuida.pro:dimen/m3_bottomappbar_fab_end_margin = 0x7f0700cb
-com.example.medcuida.pro:dimen/m3_bottom_nav_item_active_indicator_width = 0x7f0700c1
-com.example.medcuida.pro:dimen/m3_bottom_nav_item_active_indicator_margin_horizontal = 0x7f0700c0
-com.example.medcuida.pro:dimen/design_navigation_elevation = 0x7f070077
com.example.medcuida.pro:attr/iconEndPadding = 0x7f040239
com.example.medcuida.pro:dimen/m3_badge_with_text_vertical_padding = 0x7f0700be
-com.example.medcuida.pro:color/secondary_dark_color = 0x7f060310
+com.example.medcuida.pro:dimen/design_navigation_elevation = 0x7f070077
com.example.medcuida.pro:dimen/m3_btn_disabled_translation_z = 0x7f0700d1
com.example.medcuida.pro:dimen/m3_badge_with_text_size = 0x7f0700bc
-com.example.medcuida.pro:dimen/m3_comp_top_app_bar_small_container_height = 0x7f0701a8
-com.example.medcuida.pro:dimen/m3_badge_with_text_horizontal_offset = 0x7f0700ba
+com.example.medcuida.pro:color/secondary_dark_color = 0x7f060310
+com.example.medcuida.pro:dimen/m3_badge_vertical_offset = 0x7f0700b9
com.example.medcuida.pro:attr/itemMaxLines = 0x7f04025f
com.example.medcuida.pro:color/abc_tint_default = 0x7f060014
-com.example.medcuida.pro:dimen/m3_badge_vertical_offset = 0x7f0700b9
-com.example.medcuida.pro:drawable/$m3_avd_show_password__1 = 0x7f08000a
-com.example.medcuida.pro:dimen/m3_badge_offset = 0x7f0700b7
com.example.medcuida.pro:dimen/m3_back_progress_side_container_max_scale_y_distance = 0x7f0700b5
-com.example.medcuida.pro:dimen/m3_fab_translation_z_hovered_focused = 0x7f0701b4
-com.example.medcuida.pro:dimen/m3_back_progress_side_container_max_scale_x_distance_shrink = 0x7f0700b4
-com.example.medcuida.pro:dimen/m3_back_progress_bottom_container_max_scale_x_distance = 0x7f0700af
com.example.medcuida.pro:dimen/m3_appbar_size_medium = 0x7f0700ae
-com.example.medcuida.pro:dimen/m3_appbar_scrim_height_trigger_large = 0x7f0700aa
com.example.medcuida.pro:dimen/m3_appbar_expanded_title_margin_horizontal = 0x7f0700a8
com.example.medcuida.pro:dimen/m3_alert_dialog_elevation = 0x7f0700a3
-com.example.medcuida.pro:macro/m3_comp_switch_selected_pressed_state_layer_color = 0x7f0d012d
-com.example.medcuida.pro:anim/design_snackbar_in = 0x7f01001a
com.example.medcuida.pro:drawable/abc_list_pressed_holo_dark = 0x7f080050
-com.example.medcuida.pro:string/mtrl_exceed_max_badge_number_suffix = 0x7f13009d
+com.example.medcuida.pro:anim/design_snackbar_in = 0x7f01001a
+com.example.medcuida.pro:macro/m3_comp_switch_selected_pressed_state_layer_color = 0x7f0d012d
com.example.medcuida.pro:dimen/m3_alert_dialog_corner_size = 0x7f0700a2
+com.example.medcuida.pro:string/mtrl_exceed_max_badge_number_suffix = 0x7f13009d
com.example.medcuida.pro:style/ThemeOverlay.AppCompat.Dark = 0x7f140276
com.example.medcuida.pro:dimen/m3_alert_dialog_action_top_padding = 0x7f0700a1
-com.example.medcuida.pro:id/honorRequest = 0x7f090111
+com.example.medcuida.pro:color/m3_sys_color_dynamic_light_surface_dim = 0x7f0601cb
+com.example.medcuida.pro:color/m3_sys_color_dynamic_dark_on_primary = 0x7f060194
com.example.medcuida.pro:dimen/m3_alert_dialog_action_bottom_padding = 0x7f0700a0
+com.example.medcuida.pro:id/honorRequest = 0x7f090111
com.example.medcuida.pro:id/item_touch_helper_previous_elevation = 0x7f090122
com.example.medcuida.pro:dimen/item_touch_helper_swipe_escape_velocity = 0x7f07009f
com.example.medcuida.pro:dimen/item_touch_helper_swipe_escape_max_velocity = 0x7f07009e
-com.example.medcuida.pro:dimen/item_touch_helper_max_drag_scroll_per_frame = 0x7f07009d
-com.example.medcuida.pro:dimen/highlight_alpha_material_light = 0x7f070098
-com.example.medcuida.pro:id/circle_center = 0x7f09009a
com.example.medcuida.pro:dimen/highlight_alpha_material_colored = 0x7f070096
-com.example.medcuida.pro:attr/queryPatterns = 0x7f0403ac
-com.example.medcuida.pro:dimen/fingerprint_icon_size = 0x7f070095
+com.example.medcuida.pro:id/circle_center = 0x7f09009a
com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date.Calendar = 0x7f1402d5
com.example.medcuida.pro:attr/boxStrokeWidth = 0x7f04008c
com.example.medcuida.pro:dimen/m3_chip_disabled_translation_z = 0x7f0700f8
-com.example.medcuida.pro:id/hide_ime_id = 0x7f09010d
-com.example.medcuida.pro:dimen/fastscroll_default_thickness = 0x7f070092
-com.example.medcuida.pro:style/Theme.MaterialComponents.DayNight.Dialog.Alert.Bridge = 0x7f140250
com.example.medcuida.pro:dimen/disabled_alpha_material_dark = 0x7f070090
-com.example.medcuida.pro:attr/percentY = 0x7f04038d
-com.example.medcuida.pro:dimen/design_tab_text_size = 0x7f07008d
+com.example.medcuida.pro:style/Theme.MaterialComponents.DayNight.Dialog.Alert.Bridge = 0x7f140250
com.example.medcuida.pro:style/Widget.MaterialComponents.TimePicker.Button = 0x7f140452
com.example.medcuida.pro:dimen/design_tab_max_width = 0x7f07008b
-com.example.medcuida.pro:style/Widget.Design.FloatingActionButton = 0x7f140337
com.example.medcuida.pro:dimen/mtrl_tooltip_cornerSize = 0x7f070303
com.example.medcuida.pro:dimen/design_snackbar_padding_vertical = 0x7f070088
-com.example.medcuida.pro:dimen/design_snackbar_padding_horizontal = 0x7f070087
+com.example.medcuida.pro:style/Widget.Design.FloatingActionButton = 0x7f140337
com.example.medcuida.pro:dimen/design_bottom_navigation_shadow_height = 0x7f07006b
com.example.medcuida.pro:dimen/design_snackbar_elevation = 0x7f070083
com.example.medcuida.pro:attr/tabIndicatorAnimationDuration = 0x7f040439
com.example.medcuida.pro:dimen/design_navigation_padding_bottom = 0x7f07007e
-com.example.medcuida.pro:string/common_google_play_services_notification_channel_name = 0x7f130039
-com.example.medcuida.pro:layout/design_layout_snackbar_include = 0x7f0c002c
com.example.medcuida.pro:attr/cornerRadius = 0x7f04015a
com.example.medcuida.pro:dimen/m3_comp_primary_navigation_tab_active_pressed_state_layer_opacity = 0x7f070162
-com.example.medcuida.pro:dimen/design_navigation_max_width = 0x7f07007d
+com.example.medcuida.pro:string/common_google_play_services_notification_channel_name = 0x7f130039
+com.example.medcuida.pro:layout/design_layout_snackbar_include = 0x7f0c002c
com.example.medcuida.pro:style/Base.Widget.AppCompat.ActionBar = 0x7f1400c2
com.example.medcuida.pro:dimen/design_navigation_icon_padding = 0x7f070078
-com.example.medcuida.pro:dimen/mtrl_shape_corner_size_medium_component = 0x7f0702e0
com.example.medcuida.pro:style/Widget.Material3.SearchView.Prefix = 0x7f1403c4
com.example.medcuida.pro:dimen/design_fab_translation_z_pressed = 0x7f070076
-com.example.medcuida.pro:attr/contentInsetRight = 0x7f040146
com.example.medcuida.pro:attr/floatingActionButtonLargePrimaryStyle = 0x7f0401ea
com.example.medcuida.pro:dimen/design_fab_translation_z_hovered_focused = 0x7f070075
+com.example.medcuida.pro:attr/contentInsetRight = 0x7f040146
com.example.medcuida.pro:dimen/material_time_picker_minimum_screen_height = 0x7f070241
com.example.medcuida.pro:dimen/m3_sys_motion_easing_emphasized_accelerate_control_y2 = 0x7f0701f6
-com.example.medcuida.pro:color/mtrl_switch_track_decoration_tint = 0x7f0602f0
com.example.medcuida.pro:dimen/design_fab_size_mini = 0x7f070073
+com.example.medcuida.pro:color/mtrl_switch_track_decoration_tint = 0x7f0602f0
com.example.medcuida.pro:dimen/design_fab_border_width = 0x7f070070
com.example.medcuida.pro:attr/textBackground = 0x7f04047b
com.example.medcuida.pro:dimen/design_bottom_sheet_peek_height_min = 0x7f07006f
@@ -2545,195 +2692,151 @@ com.example.medcuida.pro:dimen/m3_comp_fab_primary_large_container_height = 0x7f
com.example.medcuida.pro:dimen/design_bottom_sheet_modal_elevation = 0x7f07006e
com.example.medcuida.pro:dimen/design_bottom_navigation_margin = 0x7f07006a
com.example.medcuida.pro:style/ThemeOverlay.Material3.MaterialAlertDialog.Centered = 0x7f1402aa
-com.example.medcuida.pro:id/coordinator = 0x7f0900a9
com.example.medcuida.pro:color/m3_sys_color_dynamic_tertiary_fixed_dim = 0x7f0601da
com.example.medcuida.pro:dimen/design_bottom_navigation_item_min_width = 0x7f070068
+com.example.medcuida.pro:id/coordinator = 0x7f0900a9
com.example.medcuida.pro:dimen/m3_chip_hovered_translation_z = 0x7f0700fb
com.example.medcuida.pro:dimen/design_bottom_navigation_elevation = 0x7f070064
-com.example.medcuida.pro:color/m3_sys_color_light_surface_container_low = 0x7f0601f7
-com.example.medcuida.pro:dimen/design_bottom_navigation_active_text_size = 0x7f070063
-com.example.medcuida.pro:dimen/design_bottom_navigation_active_item_min_width = 0x7f070062
com.example.medcuida.pro:id/tag_accessibility_heading = 0x7f09021f
com.example.medcuida.pro:dimen/def_drawer_elevation = 0x7f07005f
com.example.medcuida.pro:dimen/cardview_default_elevation = 0x7f070055
com.example.medcuida.pro:attr/endIconTint = 0x7f0401b5
com.example.medcuida.pro:dimen/browser_actions_context_menu_min_padding = 0x7f070053
com.example.medcuida.pro:dimen/appcompat_dialog_background_inset = 0x7f070051
-com.example.medcuida.pro:string/mtrl_checkbox_button_icon_path_name = 0x7f130093
-com.example.medcuida.pro:dimen/mtrl_btn_stroke_size = 0x7f070268
com.example.medcuida.pro:styleable/LinearProgressIndicator = 0x7f15004f
-com.example.medcuida.pro:style/TextAppearance.Material3.TitleLarge = 0x7f1401f5
com.example.medcuida.pro:string/mtrl_picker_navigate_to_current_year_description = 0x7f1300ae
com.example.medcuida.pro:dimen/abc_text_size_medium_material = 0x7f070049
-com.example.medcuida.pro:drawable/mtrl_checkbox_button_checked_unchecked = 0x7f0800de
-com.example.medcuida.pro:dimen/abc_text_size_headline_material = 0x7f070047
+com.example.medcuida.pro:style/TextAppearance.Material3.TitleLarge = 0x7f1401f5
com.example.medcuida.pro:id/immediateStop = 0x7f09011a
com.example.medcuida.pro:color/m3_ref_palette_primary95 = 0x7f060144
com.example.medcuida.pro:dimen/abc_text_size_display_3_material = 0x7f070045
com.example.medcuida.pro:attr/springMass = 0x7f040404
com.example.medcuida.pro:color/browser_actions_title_color = 0x7f06002d
com.example.medcuida.pro:drawable/$mtrl_checkbox_button_icon_unchecked_checked__1 = 0x7f080018
-com.example.medcuida.pro:attr/itemShapeInsetTop = 0x7f04026b
-com.example.medcuida.pro:dimen/m3_extended_fab_icon_padding = 0x7f0701ae
-com.example.medcuida.pro:color/mtrl_fab_bg_color_selector = 0x7f0602da
com.example.medcuida.pro:dimen/abc_text_size_display_2_material = 0x7f070044
+com.example.medcuida.pro:color/mtrl_fab_bg_color_selector = 0x7f0602da
+com.example.medcuida.pro:dimen/m3_extended_fab_icon_padding = 0x7f0701ae
+com.example.medcuida.pro:attr/itemShapeInsetTop = 0x7f04026b
com.example.medcuida.pro:dimen/mtrl_progress_circular_size = 0x7f0702d6
-com.example.medcuida.pro:style/MaterialAlertDialog.Material3 = 0x7f140122
com.example.medcuida.pro:dimen/abc_text_size_body_2_material = 0x7f070040
-com.example.medcuida.pro:drawable/common_google_signin_btn_icon_light_normal = 0x7f08008f
+com.example.medcuida.pro:style/MaterialAlertDialog.Material3 = 0x7f140122
com.example.medcuida.pro:attr/colorSurface = 0x7f040129
com.example.medcuida.pro:dimen/abc_star_medium = 0x7f07003c
-com.example.medcuida.pro:string/mtrl_picker_invalid_format = 0x7f1300aa
com.example.medcuida.pro:attr/tickRadiusActive = 0x7f0404aa
com.example.medcuida.pro:dimen/abc_star_big = 0x7f07003b
-com.example.medcuida.pro:layout/abc_action_menu_item_layout = 0x7f0c0002
+com.example.medcuida.pro:string/mtrl_picker_invalid_format = 0x7f1300aa
com.example.medcuida.pro:dimen/abc_progress_bar_height_material = 0x7f070035
+com.example.medcuida.pro:layout/abc_action_menu_item_layout = 0x7f0c0002
com.example.medcuida.pro:styleable/ConstraintOverride = 0x7f15002d
com.example.medcuida.pro:dimen/abc_panel_menu_list_width = 0x7f070034
-com.example.medcuida.pro:style/Widget.Material3.MaterialCalendar.MonthTextView = 0x7f1403a7
-com.example.medcuida.pro:style/Theme.MaterialComponents.Light.NoActionBar = 0x7f140270
-com.example.medcuida.pro:attr/actionModePasteDrawable = 0x7f04001a
-com.example.medcuida.pro:dimen/abc_list_item_height_small_material = 0x7f070032
-com.example.medcuida.pro:dimen/notification_action_text_size = 0x7f070309
-com.example.medcuida.pro:style/TextAppearance.Material3.BodyLarge = 0x7f1401e5
com.example.medcuida.pro:color/m3_ref_palette_neutral_variant10 = 0x7f06012d
com.example.medcuida.pro:dimen/abc_edit_text_inset_bottom_material = 0x7f07002c
-com.example.medcuida.pro:color/m3_ref_palette_dynamic_neutral_variant30 = 0x7f0600d0
-com.example.medcuida.pro:color/m3_sys_color_dynamic_dark_on_secondary_container = 0x7f060197
+com.example.medcuida.pro:style/TextAppearance.Material3.BodyLarge = 0x7f1401e5
com.example.medcuida.pro:dimen/abc_dropdownitem_text_padding_right = 0x7f07002b
-com.example.medcuida.pro:attr/dialogCornerRadius = 0x7f040185
+com.example.medcuida.pro:color/m3_sys_color_dynamic_dark_on_secondary_container = 0x7f060197
+com.example.medcuida.pro:color/m3_ref_palette_dynamic_neutral_variant30 = 0x7f0600d0
com.example.medcuida.pro:dimen/abc_dropdownitem_text_padding_left = 0x7f07002a
+com.example.medcuida.pro:attr/dialogCornerRadius = 0x7f040185
com.example.medcuida.pro:style/Widget.AppCompat.Light.ActionBar.TabBar.Inverse = 0x7f140304
com.example.medcuida.pro:dimen/abc_dropdownitem_icon_width = 0x7f070029
com.example.medcuida.pro:dimen/abc_dialog_title_divider_material = 0x7f070026
-com.example.medcuida.pro:dimen/abc_dialog_min_width_major = 0x7f070022
com.example.medcuida.pro:dimen/abc_text_size_large_material = 0x7f070048
com.example.medcuida.pro:dimen/abc_dialog_list_padding_top_no_title = 0x7f070021
com.example.medcuida.pro:style/Widget.Design.TextInputLayout = 0x7f14033d
com.example.medcuida.pro:dimen/m3_searchbar_outlined_stroke_width = 0x7f0701da
-com.example.medcuida.pro:dimen/abc_list_item_height_large_material = 0x7f070030
-com.example.medcuida.pro:dimen/abc_dialog_list_padding_bottom_no_buttons = 0x7f070020
com.example.medcuida.pro:dimen/abc_dialog_fixed_width_major = 0x7f07001e
com.example.medcuida.pro:dimen/abc_dialog_fixed_height_minor = 0x7f07001d
com.example.medcuida.pro:dimen/abc_control_padding_material = 0x7f07001a
-com.example.medcuida.pro:attr/state_indeterminate = 0x7f040417
com.example.medcuida.pro:dimen/abc_control_corner_material = 0x7f070018
-com.example.medcuida.pro:drawable/$mtrl_switch_thumb_unchecked_pressed__0 = 0x7f080027
-com.example.medcuida.pro:style/Widget.Material3.Chip.Input.Icon = 0x7f14036d
-com.example.medcuida.pro:style/TextAppearance.MaterialComponents.Button = 0x7f1401fb
+com.example.medcuida.pro:attr/state_indeterminate = 0x7f040417
com.example.medcuida.pro:macro/m3_comp_navigation_rail_active_icon_color = 0x7f0d0098
com.example.medcuida.pro:dimen/m3_searchview_divider_size = 0x7f0701de
+com.example.medcuida.pro:style/TextAppearance.MaterialComponents.Button = 0x7f1401fb
+com.example.medcuida.pro:style/Widget.Material3.Chip.Input.Icon = 0x7f14036d
com.example.medcuida.pro:attr/textInputStyle = 0x7f04048b
com.example.medcuida.pro:dimen/abc_config_prefDialogWidth = 0x7f070017
-com.example.medcuida.pro:style/TextAppearance.AppCompat.Medium.Inverse = 0x7f1401a6
com.example.medcuida.pro:macro/m3_comp_top_app_bar_small_headline_type = 0x7f0d0172
-com.example.medcuida.pro:id/ltr = 0x7f090137
com.example.medcuida.pro:dimen/mtrl_progress_circular_size_extra_small = 0x7f0702d7
-com.example.medcuida.pro:string/searchbar_scrolling_view_behavior = 0x7f1300db
+com.example.medcuida.pro:style/TextAppearance.AppCompat.Medium.Inverse = 0x7f1401a6
+com.example.medcuida.pro:id/ltr = 0x7f090137
com.example.medcuida.pro:dimen/abc_cascading_menus_min_smallest_width = 0x7f070016
+com.example.medcuida.pro:string/searchbar_scrolling_view_behavior = 0x7f1300db
com.example.medcuida.pro:attr/barrierDirection = 0x7f04006a
com.example.medcuida.pro:dimen/design_bottom_navigation_text_size = 0x7f07006c
com.example.medcuida.pro:dimen/cardview_default_radius = 0x7f070056
-com.example.medcuida.pro:style/Widget.MaterialComponents.NavigationRailView.PrimarySurface = 0x7f140435
-com.example.medcuida.pro:style/TextAppearance.Compat.Notification.Title = 0x7f1401c8
com.example.medcuida.pro:dimen/abc_button_inset_vertical_material = 0x7f070013
-com.example.medcuida.pro:dimen/abc_alert_dialog_button_bar_height = 0x7f070010
-com.example.medcuida.pro:dimen/abc_action_button_min_width_overflow_material = 0x7f07000f
+com.example.medcuida.pro:style/TextAppearance.Compat.Notification.Title = 0x7f1401c8
+com.example.medcuida.pro:style/Widget.MaterialComponents.NavigationRailView.PrimarySurface = 0x7f140435
com.example.medcuida.pro:dimen/design_snackbar_max_width = 0x7f070085
-com.example.medcuida.pro:id/list_item = 0x7f090133
-com.example.medcuida.pro:dimen/m3_comp_fab_primary_container_height = 0x7f07011a
com.example.medcuida.pro:dimen/abc_action_bar_subtitle_bottom_margin_material = 0x7f07000b
+com.example.medcuida.pro:dimen/m3_comp_fab_primary_container_height = 0x7f07011a
+com.example.medcuida.pro:id/list_item = 0x7f090133
com.example.medcuida.pro:drawable/m3_tabs_transparent_background = 0x7f0800d1
-com.example.medcuida.pro:macro/m3_comp_time_picker_period_selector_unselected_focus_state_layer_color = 0x7f0d015b
com.example.medcuida.pro:dimen/abc_action_bar_stacked_max_height = 0x7f070009
+com.example.medcuida.pro:macro/m3_comp_time_picker_period_selector_unselected_focus_state_layer_color = 0x7f0d015b
com.example.medcuida.pro:dimen/abc_action_bar_overflow_padding_end_material = 0x7f070007
-com.example.medcuida.pro:attr/layout_constraintVertical_weight = 0x7f0402b1
+com.example.medcuida.pro:id/marquee = 0x7f090139
+com.example.medcuida.pro:color/m3_ref_palette_tertiary60 = 0x7f06015a
com.example.medcuida.pro:dimen/mtrl_extended_fab_min_height = 0x7f0702ab
+com.example.medcuida.pro:attr/layout_constraintVertical_weight = 0x7f0402b1
com.example.medcuida.pro:dimen/abc_action_bar_icon_vertical_padding_material = 0x7f070006
com.example.medcuida.pro:style/Theme.MaterialComponents.Dialog.Bridge = 0x7f14025c
com.example.medcuida.pro:dimen/abc_action_bar_default_padding_start_material = 0x7f070004
-com.example.medcuida.pro:dimen/abc_action_bar_default_height_material = 0x7f070002
-com.example.medcuida.pro:attr/carousel_forwardTransition = 0x7f0400ac
-com.example.medcuida.pro:drawable/common_google_signin_btn_text_dark_normal = 0x7f080093
-com.example.medcuida.pro:dimen/abc_action_bar_content_inset_with_nav = 0x7f070001
com.example.medcuida.pro:color/white = 0x7f060322
com.example.medcuida.pro:color/tooltip_background_light = 0x7f060321
-com.example.medcuida.pro:color/secondary_text_default_material_light = 0x7f060312
com.example.medcuida.pro:attr/transitionPathRotate = 0x7f0404dc
com.example.medcuida.pro:color/text_secondary = 0x7f06031f
+com.example.medcuida.pro:color/secondary_text_default_material_light = 0x7f060312
com.example.medcuida.pro:color/teal_700 = 0x7f06031d
com.example.medcuida.pro:color/teal_200 = 0x7f06031c
-com.example.medcuida.pro:dimen/mtrl_textinput_start_icon_margin_end = 0x7f070300
-com.example.medcuida.pro:color/secondary_text_disabled_material_light = 0x7f060314
-com.example.medcuida.pro:style/RtlOverlay.Widget.AppCompat.Search.DropDown = 0x7f14014d
-com.example.medcuida.pro:drawable/abc_cab_background_internal_bg = 0x7f080037
-com.example.medcuida.pro:dimen/m3_sys_motion_easing_standard_accelerate_control_y1 = 0x7f07020d
-com.example.medcuida.pro:dimen/mtrl_navigation_rail_text_size = 0x7f0702d0
-com.example.medcuida.pro:macro/m3_comp_navigation_bar_active_pressed_state_layer_color = 0x7f0d006d
-com.example.medcuida.pro:color/m3_assist_chip_icon_tint_color = 0x7f060073
-com.example.medcuida.pro:color/ripple_material_dark = 0x7f06030d
-com.example.medcuida.pro:attr/titleMargins = 0x7f0404b9
-com.example.medcuida.pro:color/purple_700 = 0x7f06030c
com.example.medcuida.pro:dimen/mtrl_slider_track_height = 0x7f0702e9
com.example.medcuida.pro:color/purple_500 = 0x7f06030b
-com.example.medcuida.pro:color/primary_text_disabled_material_light = 0x7f060309
com.example.medcuida.pro:attr/enableEdgeToEdge = 0x7f0401ae
com.example.medcuida.pro:color/primary_material_light = 0x7f060305
com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Small.Inverse = 0x7f14002c
com.example.medcuida.pro:color/primary_dark_material_light = 0x7f060302
+com.example.medcuida.pro:color/primary_dark_color = 0x7f060300
com.example.medcuida.pro:macro/m3_comp_switch_selected_focus_handle_color = 0x7f0d0121
com.example.medcuida.pro:dimen/mtrl_progress_circular_size_medium = 0x7f0702d8
-com.example.medcuida.pro:color/primary_dark_color = 0x7f060300
com.example.medcuida.pro:style/Widget.Material3.Button.TextButton.Icon = 0x7f14035e
-com.example.medcuida.pro:style/TextAppearance.AppCompat.Widget.DropDownItem = 0x7f1401be
com.example.medcuida.pro:color/mtrl_text_btn_text_color_selector = 0x7f0602f7
+com.example.medcuida.pro:style/TextAppearance.AppCompat.Widget.DropDownItem = 0x7f1401be
com.example.medcuida.pro:color/mtrl_tabs_icon_color_selector_colored = 0x7f0602f4
com.example.medcuida.pro:id/east = 0x7f0900d3
com.example.medcuida.pro:color/mtrl_tabs_icon_color_selector = 0x7f0602f3
-com.example.medcuida.pro:color/mtrl_switch_track_tint = 0x7f0602f1
-com.example.medcuida.pro:dimen/m3_comp_suggestion_chip_flat_outline_width = 0x7f07018a
com.example.medcuida.pro:dimen/mtrl_btn_text_btn_padding_left = 0x7f07026a
-com.example.medcuida.pro:dimen/m3_comp_search_bar_pressed_state_layer_opacity = 0x7f070173
com.example.medcuida.pro:color/mtrl_switch_thumb_icon_tint = 0x7f0602ee
-com.example.medcuida.pro:style/Base.Widget.AppCompat.CompoundButton.CheckBox = 0x7f1400d5
-com.example.medcuida.pro:color/mtrl_scrim_color = 0x7f0602ed
+com.example.medcuida.pro:dimen/m3_comp_search_bar_pressed_state_layer_opacity = 0x7f070173
com.example.medcuida.pro:color/mtrl_outlined_icon_tint = 0x7f0602ea
com.example.medcuida.pro:color/mtrl_on_surface_ripple_color = 0x7f0602e9
-com.example.medcuida.pro:drawable/abc_scrubber_primary_mtrl_alpha = 0x7f080060
-com.example.medcuida.pro:color/mtrl_navigation_item_text_color = 0x7f0602e7
-com.example.medcuida.pro:style/Base.Widget.AppCompat.ImageButton = 0x7f1400dc
com.example.medcuida.pro:attr/textAppearanceListItemSecondary = 0x7f04046f
+com.example.medcuida.pro:style/Base.Widget.AppCompat.ImageButton = 0x7f1400dc
com.example.medcuida.pro:color/mtrl_navigation_item_icon_tint = 0x7f0602e6
com.example.medcuida.pro:dimen/m3_extended_fab_end_padding = 0x7f0701ad
com.example.medcuida.pro:color/mtrl_navigation_item_background_color = 0x7f0602e5
-com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.TextInputEditText.OutlinedBox = 0x7f1402de
com.example.medcuida.pro:macro/m3_comp_top_app_bar_small_leading_icon_color = 0x7f0d0173
com.example.medcuida.pro:dimen/m3_carousel_debug_keyline_width = 0x7f0700f0
+com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.TextInputEditText.OutlinedBox = 0x7f1402de
com.example.medcuida.pro:color/mtrl_navigation_bar_ripple_color = 0x7f0602e4
com.example.medcuida.pro:attr/iconTint = 0x7f04023e
com.example.medcuida.pro:color/mtrl_navigation_bar_item_tint = 0x7f0602e3
-com.example.medcuida.pro:dimen/abc_text_size_subtitle_material_toolbar = 0x7f07004e
-com.example.medcuida.pro:color/mtrl_filled_stroke_color = 0x7f0602df
com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.SearchResult.Subtitle = 0x7f140029
com.example.medcuida.pro:dimen/m3_comp_time_picker_period_selector_outline_width = 0x7f0701a0
-com.example.medcuida.pro:style/Base.Theme.AppCompat.Dialog.Alert = 0x7f14004e
com.example.medcuida.pro:color/mtrl_filled_icon_tint = 0x7f0602de
-com.example.medcuida.pro:dimen/mtrl_btn_padding_right = 0x7f070264
-com.example.medcuida.pro:color/mtrl_filled_background_color = 0x7f0602dd
-com.example.medcuida.pro:color/mtrl_fab_icon_text_color_selector = 0x7f0602db
-com.example.medcuida.pro:attr/layout_scrollInterpolator = 0x7f0402c7
+com.example.medcuida.pro:style/Base.Theme.AppCompat.Dialog.Alert = 0x7f14004e
com.example.medcuida.pro:color/mtrl_choice_chip_ripple_color = 0x7f0602d7
+com.example.medcuida.pro:attr/layout_scrollInterpolator = 0x7f0402c7
com.example.medcuida.pro:attr/isMaterial3DynamicColorApplied = 0x7f040254
com.example.medcuida.pro:dimen/notification_action_icon_size = 0x7f070308
-com.example.medcuida.pro:style/ThemeOverlay.Material3.TextInputEditText = 0x7f1402b7
com.example.medcuida.pro:color/mtrl_chip_background_color = 0x7f0602d2
-com.example.medcuida.pro:color/bright_foreground_disabled_material_dark = 0x7f060024
+com.example.medcuida.pro:style/ThemeOverlay.Material3.TextInputEditText = 0x7f1402b7
com.example.medcuida.pro:dimen/material_emphasis_medium = 0x7f070233
com.example.medcuida.pro:dimen/mtrl_alert_dialog_picker_background_inset = 0x7f070247
+com.example.medcuida.pro:color/bright_foreground_disabled_material_dark = 0x7f060024
+com.example.medcuida.pro:color/secondary_color = 0x7f06030f
+com.example.medcuida.pro:dimen/m3_carousel_small_item_size_max = 0x7f0700f4
com.example.medcuida.pro:dimen/mtrl_alert_dialog_background_inset_top = 0x7f070246
com.example.medcuida.pro:attr/chipStyle = 0x7f0400d6
-com.example.medcuida.pro:dimen/m3_carousel_small_item_size_max = 0x7f0700f4
-com.example.medcuida.pro:color/secondary_color = 0x7f06030f
com.example.medcuida.pro:style/Widget.Material3.MaterialCalendar.HeaderCancelButton = 0x7f14039d
com.example.medcuida.pro:color/mtrl_btn_text_color_selector = 0x7f0602cc
com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Display1 = 0x7f14001b
@@ -2744,193 +2847,164 @@ com.example.medcuida.pro:style/MaterialAlertDialog.Material3.Title.Panel = 0x7f1
com.example.medcuida.pro:color/material_timepicker_clockface = 0x7f0602c4
com.example.medcuida.pro:color/abc_tint_edittext = 0x7f060015
com.example.medcuida.pro:color/mtrl_calendar_item_stroke_color = 0x7f0602ce
-com.example.medcuida.pro:color/material_timepicker_clock_text_color = 0x7f0602c3
-com.example.medcuida.pro:anim/nav_default_pop_exit_anim = 0x7f01002f
-com.example.medcuida.pro:dimen/mtrl_btn_padding_bottom = 0x7f070262
-com.example.medcuida.pro:style/Widget.Material3.MaterialTimePicker.Clock = 0x7f1403b0
-com.example.medcuida.pro:macro/m3_comp_search_bar_pressed_state_layer_color = 0x7f0d00ed
-com.example.medcuida.pro:macro/m3_comp_navigation_drawer_inactive_hover_state_layer_color = 0x7f0d008e
com.example.medcuida.pro:color/material_personalized_primary_inverse_text_disable_only = 0x7f0602b9
+com.example.medcuida.pro:style/Widget.Material3.MaterialTimePicker.Clock = 0x7f1403b0
+com.example.medcuida.pro:macro/m3_comp_navigation_drawer_inactive_hover_state_layer_color = 0x7f0d008e
+com.example.medcuida.pro:macro/m3_comp_search_bar_pressed_state_layer_color = 0x7f0d00ed
com.example.medcuida.pro:drawable/abc_textfield_search_material = 0x7f080075
-com.example.medcuida.pro:attr/sizePercent = 0x7f0403f4
com.example.medcuida.pro:color/material_personalized_color_text_secondary_and_tertiary_inverse = 0x7f0602b5
+com.example.medcuida.pro:attr/sizePercent = 0x7f0403f4
com.example.medcuida.pro:styleable/ViewTransition = 0x7f1500a9
com.example.medcuida.pro:color/material_personalized_color_text_primary_inverse = 0x7f0602b3
com.example.medcuida.pro:color/material_personalized_color_surface_inverse = 0x7f0602ae
-com.example.medcuida.pro:color/material_personalized_color_surface_container_high = 0x7f0602a9
-com.example.medcuida.pro:attr/bottomSheetDragHandleStyle = 0x7f040081
-com.example.medcuida.pro:color/material_personalized_color_surface_container = 0x7f0602a8
-com.example.medcuida.pro:color/material_personalized_color_primary_text_inverse = 0x7f0602a1
com.example.medcuida.pro:dimen/m3_comp_time_picker_time_selector_focus_state_layer_opacity = 0x7f0701a2
-com.example.medcuida.pro:styleable/SplitPairFilter = 0x7f150090
-com.example.medcuida.pro:macro/m3_comp_bottom_app_bar_container_color = 0x7f0d0005
com.example.medcuida.pro:color/material_personalized_color_primary_text = 0x7f0602a0
+com.example.medcuida.pro:macro/m3_comp_bottom_app_bar_container_color = 0x7f0d0005
+com.example.medcuida.pro:styleable/SplitPairFilter = 0x7f150090
com.example.medcuida.pro:attr/autoSizeStepGranularity = 0x7f040048
com.example.medcuida.pro:anim/abc_popup_enter = 0x7f010003
com.example.medcuida.pro:color/material_personalized_color_on_tertiary_container = 0x7f06029a
-com.example.medcuida.pro:drawable/$mtrl_switch_thumb_checked_unchecked__1 = 0x7f080022
com.example.medcuida.pro:style/Widget.Material3.FloatingActionButton.Tertiary = 0x7f140391
com.example.medcuida.pro:dimen/mtrl_extended_fab_end_padding_icon = 0x7f0702a8
-com.example.medcuida.pro:dimen/m3_comp_switch_disabled_selected_handle_opacity = 0x7f07018c
-com.example.medcuida.pro:dimen/material_clock_hand_padding = 0x7f070225
com.example.medcuida.pro:color/material_personalized_color_on_surface_variant = 0x7f060298
+com.example.medcuida.pro:dimen/material_clock_hand_padding = 0x7f070225
com.example.medcuida.pro:color/m3_sys_color_light_secondary_container = 0x7f0601f1
com.example.medcuida.pro:color/material_personalized_color_on_surface_inverse = 0x7f060297
-com.example.medcuida.pro:attr/pivotAnchor = 0x7f04038f
com.example.medcuida.pro:color/mtrl_textinput_hovered_box_stroke_color = 0x7f0602fc
+com.example.medcuida.pro:attr/pivotAnchor = 0x7f04038f
com.example.medcuida.pro:color/material_personalized_color_on_secondary = 0x7f060294
-com.example.medcuida.pro:drawable/$mtrl_checkbox_button_checked_unchecked__1 = 0x7f08000d
com.example.medcuida.pro:drawable/abc_btn_check_to_on_mtrl_000 = 0x7f08002d
-com.example.medcuida.pro:attr/rippleColor = 0x7f0403be
+com.example.medcuida.pro:drawable/$mtrl_checkbox_button_checked_unchecked__1 = 0x7f08000d
com.example.medcuida.pro:color/material_personalized_color_on_primary_container = 0x7f060293
-com.example.medcuida.pro:dimen/m3_comp_filter_chip_with_icon_icon_size = 0x7f070133
-com.example.medcuida.pro:style/Base.V14.Theme.Material3.Light.BottomSheetDialog = 0x7f14008e
-com.example.medcuida.pro:color/material_personalized_color_error = 0x7f06028d
-com.example.medcuida.pro:attr/imageZoom = 0x7f040249
+com.example.medcuida.pro:attr/rippleColor = 0x7f0403be
com.example.medcuida.pro:color/material_personalized_color_control_highlight = 0x7f06028b
-com.example.medcuida.pro:dimen/m3_card_elevated_dragged_z = 0x7f0700ea
-com.example.medcuida.pro:color/material_personalized_color_control_activated = 0x7f06028a
-com.example.medcuida.pro:attr/alphabeticModifiers = 0x7f040032
-com.example.medcuida.pro:color/material_personalized_color_background = 0x7f060289
-com.example.medcuida.pro:macro/m3_comp_navigation_drawer_active_focus_state_layer_color = 0x7f0d007d
-com.example.medcuida.pro:attr/colorOnSecondaryFixed = 0x7f040110
+com.example.medcuida.pro:attr/imageZoom = 0x7f040249
com.example.medcuida.pro:dimen/m3_comp_search_bar_container_elevation = 0x7f070170
-com.example.medcuida.pro:styleable/View = 0x7f1500a5
+com.example.medcuida.pro:attr/colorOnSecondaryFixed = 0x7f040110
+com.example.medcuida.pro:macro/m3_comp_navigation_drawer_active_focus_state_layer_color = 0x7f0d007d
com.example.medcuida.pro:color/material_personalized__highlighted_text_inverse = 0x7f060288
+com.example.medcuida.pro:styleable/View = 0x7f1500a5
com.example.medcuida.pro:style/Widget.Material3.Snackbar.TextView = 0x7f1403ce
com.example.medcuida.pro:style/Base.Widget.AppCompat.ButtonBar.AlertDialog = 0x7f1400d4
com.example.medcuida.pro:style/Base.TextAppearance.MaterialComponents.Subtitle2 = 0x7f140047
com.example.medcuida.pro:drawable/mtrl_switch_thumb_checked_pressed = 0x7f0800f6
com.example.medcuida.pro:color/material_personalized_color_tertiary_container = 0x7f0602b1
-com.example.medcuida.pro:string/mtrl_checkbox_button_path_checked = 0x7f130094
-com.example.medcuida.pro:macro/m3_comp_text_button_focus_state_layer_color = 0x7f0d0143
-com.example.medcuida.pro:attr/contentPaddingTop = 0x7f04014f
-com.example.medcuida.pro:color/material_personalized__highlighted_text = 0x7f060287
com.example.medcuida.pro:id/mtrl_calendar_day_selector_frame = 0x7f09015e
com.example.medcuida.pro:attr/tickMarkTintMode = 0x7f0404a9
com.example.medcuida.pro:color/material_on_surface_emphasis_high_type = 0x7f060284
-com.example.medcuida.pro:macro/m3_comp_filled_icon_button_toggle_unselected_icon_color = 0x7f0d004b
-com.example.medcuida.pro:color/material_personalized_color_outline = 0x7f06029b
com.example.medcuida.pro:color/m3_ref_palette_dynamic_neutral24 = 0x7f0600b7
-com.example.medcuida.pro:attr/defaultState = 0x7f040180
com.example.medcuida.pro:color/material_on_primary_emphasis_medium = 0x7f060282
-com.example.medcuida.pro:style/ThemeOverlay.Material3.BottomNavigationView = 0x7f140287
-com.example.medcuida.pro:style/Base.V7.Widget.AppCompat.AutoCompleteTextView = 0x7f1400bf
-com.example.medcuida.pro:dimen/mtrl_navigation_rail_icon_size = 0x7f0702cd
-com.example.medcuida.pro:attr/tickColorActive = 0x7f0404a5
+com.example.medcuida.pro:macro/m3_comp_filled_icon_button_toggle_unselected_icon_color = 0x7f0d004b
+com.example.medcuida.pro:attr/defaultState = 0x7f040180
+com.example.medcuida.pro:color/material_personalized_color_outline = 0x7f06029b
+com.example.medcuida.pro:dimen/mtrl_low_ripple_hovered_alpha = 0x7f0702bd
+com.example.medcuida.pro:dimen/compat_notification_large_icon_max_height = 0x7f07005d
+com.example.medcuida.pro:layout/mtrl_alert_select_dialog_singlechoice = 0x7f0c0061
com.example.medcuida.pro:color/m3_sys_color_light_primary = 0x7f0601ee
com.example.medcuida.pro:color/material_on_primary_disabled = 0x7f060280
+com.example.medcuida.pro:attr/tickColorActive = 0x7f0404a5
+com.example.medcuida.pro:dimen/mtrl_navigation_rail_icon_size = 0x7f0702cd
+com.example.medcuida.pro:style/ThemeOverlay.Material3.BottomNavigationView = 0x7f140287
+com.example.medcuida.pro:style/Base.V7.Widget.AppCompat.AutoCompleteTextView = 0x7f1400bf
com.example.medcuida.pro:macro/m3_comp_time_picker_headline_type = 0x7f0d0152
com.example.medcuida.pro:color/material_on_background_emphasis_medium = 0x7f06027f
-com.example.medcuida.pro:drawable/notification_template_icon_low_bg = 0x7f08010c
com.example.medcuida.pro:dimen/m3_comp_sheet_side_docked_modal_container_elevation = 0x7f070180
+com.example.medcuida.pro:drawable/notification_template_icon_low_bg = 0x7f08010c
com.example.medcuida.pro:color/material_on_background_emphasis_high_type = 0x7f06027e
com.example.medcuida.pro:color/material_on_background_disabled = 0x7f06027d
com.example.medcuida.pro:drawable/ic_logo = 0x7f0800b2
-com.example.medcuida.pro:color/mtrl_textinput_focused_box_stroke_color = 0x7f0602fb
-com.example.medcuida.pro:color/m3_timepicker_display_background_color = 0x7f06021b
com.example.medcuida.pro:color/material_harmonized_color_error_container = 0x7f06027a
+com.example.medcuida.pro:color/m3_timepicker_display_background_color = 0x7f06021b
+com.example.medcuida.pro:color/mtrl_textinput_focused_box_stroke_color = 0x7f0602fb
com.example.medcuida.pro:string/androidx_startup = 0x7f13001f
com.example.medcuida.pro:color/material_grey_800 = 0x7f060276
+com.example.medcuida.pro:color/m3_sys_color_on_tertiary_fixed = 0x7f060201
+com.example.medcuida.pro:animator/m3_chip_state_list_anim = 0x7f02000e
com.example.medcuida.pro:attr/scopeUris = 0x7f0403c5
com.example.medcuida.pro:color/material_grey_600 = 0x7f060275
com.example.medcuida.pro:color/material_dynamic_tertiary99 = 0x7f060271
com.example.medcuida.pro:dimen/m3_comp_navigation_bar_container_height = 0x7f07013e
com.example.medcuida.pro:color/material_dynamic_tertiary95 = 0x7f060270
com.example.medcuida.pro:color/material_dynamic_tertiary90 = 0x7f06026f
-com.example.medcuida.pro:color/material_dynamic_tertiary80 = 0x7f06026e
-com.example.medcuida.pro:color/material_dynamic_tertiary40 = 0x7f06026a
-com.example.medcuida.pro:color/m3_slider_thumb_color = 0x7f060166
com.example.medcuida.pro:color/material_dynamic_tertiary100 = 0x7f060267
-com.example.medcuida.pro:dimen/mtrl_calendar_year_width = 0x7f070297
-com.example.medcuida.pro:color/mtrl_navigation_bar_colored_ripple_color = 0x7f0602e2
-com.example.medcuida.pro:style/Widget.MaterialComponents.Button.TextButton.Snackbar = 0x7f140400
+com.example.medcuida.pro:color/m3_slider_thumb_color = 0x7f060166
com.example.medcuida.pro:color/material_on_primary_emphasis_high_type = 0x7f060281
com.example.medcuida.pro:color/material_dynamic_secondary95 = 0x7f060263
-com.example.medcuida.pro:style/Widget.Material3.Button.OutlinedButton.Icon = 0x7f140359
+com.example.medcuida.pro:style/Widget.MaterialComponents.Button.TextButton.Snackbar = 0x7f140400
com.example.medcuida.pro:color/material_dynamic_secondary90 = 0x7f060262
-com.example.medcuida.pro:color/material_dynamic_secondary40 = 0x7f06025d
-com.example.medcuida.pro:style/Theme.Material3.Dark.Dialog.MinWidth = 0x7f14022e
+com.example.medcuida.pro:style/Widget.Material3.Button.OutlinedButton.Icon = 0x7f140359
com.example.medcuida.pro:dimen/mtrl_card_checked_icon_size = 0x7f070299
com.example.medcuida.pro:color/material_dynamic_secondary30 = 0x7f06025c
+com.example.medcuida.pro:style/Theme.Material3.Dark.Dialog.MinWidth = 0x7f14022e
com.example.medcuida.pro:dimen/m3_ripple_selectable_pressed_alpha = 0x7f0701d5
-com.example.medcuida.pro:id/month_navigation_fragment_toggle = 0x7f090158
-com.example.medcuida.pro:color/m3_navigation_item_background_color = 0x7f0600a4
com.example.medcuida.pro:color/material_dynamic_secondary20 = 0x7f06025b
+com.example.medcuida.pro:color/m3_navigation_item_background_color = 0x7f0600a4
+com.example.medcuida.pro:id/month_navigation_fragment_toggle = 0x7f090158
com.example.medcuida.pro:style/Widget.MaterialComponents.TextInputLayout.FilledBox.Dense.ExposedDropdownMenu = 0x7f14044a
com.example.medcuida.pro:attr/dataPattern = 0x7f040176
com.example.medcuida.pro:color/material_dynamic_secondary0 = 0x7f060258
com.example.medcuida.pro:color/material_dynamic_secondary50 = 0x7f06025e
-com.example.medcuida.pro:attr/motionEffect_move = 0x7f040350
com.example.medcuida.pro:color/material_dynamic_primary60 = 0x7f060252
-com.example.medcuida.pro:style/Base.Widget.AppCompat.SearchView = 0x7f1400f2
+com.example.medcuida.pro:attr/motionEffect_move = 0x7f040350
com.example.medcuida.pro:color/material_dynamic_primary30 = 0x7f06024f
+com.example.medcuida.pro:style/Base.Widget.AppCompat.SearchView = 0x7f1400f2
com.example.medcuida.pro:attr/drawerArrowStyle = 0x7f04019e
com.example.medcuida.pro:color/material_dynamic_neutral_variant95 = 0x7f060249
com.example.medcuida.pro:style/Widget.MaterialComponents.Toolbar.Surface = 0x7f14045e
com.example.medcuida.pro:color/material_dynamic_neutral_variant90 = 0x7f060248
-com.example.medcuida.pro:macro/m3_comp_navigation_drawer_inactive_icon_color = 0x7f0d008f
com.example.medcuida.pro:color/material_dynamic_neutral_variant50 = 0x7f060244
+com.example.medcuida.pro:macro/m3_comp_navigation_drawer_inactive_icon_color = 0x7f0d008f
com.example.medcuida.pro:color/material_dynamic_neutral_variant40 = 0x7f060243
com.example.medcuida.pro:dimen/m3_badge_with_text_offset = 0x7f0700bb
com.example.medcuida.pro:color/material_dynamic_neutral_variant30 = 0x7f060242
-com.example.medcuida.pro:color/material_dynamic_neutral_variant20 = 0x7f060241
com.example.medcuida.pro:color/material_dynamic_neutral_variant100 = 0x7f060240
com.example.medcuida.pro:string/mtrl_picker_confirm = 0x7f1300a4
com.example.medcuida.pro:color/material_dynamic_neutral_variant0 = 0x7f06023e
com.example.medcuida.pro:color/material_personalized_color_primary_inverse = 0x7f06029f
+com.example.medcuida.pro:color/material_dynamic_neutral95 = 0x7f06023c
com.example.medcuida.pro:styleable/FlowLayout = 0x7f150039
com.example.medcuida.pro:style/ThemeOverlay.AppCompat.ActionBar = 0x7f140275
com.example.medcuida.pro:attr/scrimBackground = 0x7f0403c7
-com.example.medcuida.pro:color/material_dynamic_neutral95 = 0x7f06023c
-com.example.medcuida.pro:attr/popUpToInclusive = 0x7f040399
com.example.medcuida.pro:dimen/m3_fab_border_width = 0x7f0701b2
+com.example.medcuida.pro:attr/popUpToInclusive = 0x7f040399
com.example.medcuida.pro:dimen/design_bottom_navigation_active_item_max_width = 0x7f070061
-com.example.medcuida.pro:id/startVertical = 0x7f090214
com.example.medcuida.pro:color/material_dynamic_neutral80 = 0x7f06023a
+com.example.medcuida.pro:id/startVertical = 0x7f090214
com.example.medcuida.pro:dimen/m3_comp_navigation_drawer_focus_state_layer_opacity = 0x7f070144
com.example.medcuida.pro:color/material_dynamic_neutral50 = 0x7f060237
com.example.medcuida.pro:dimen/m3_sys_motion_easing_legacy_accelerate_control_x1 = 0x7f0701fb
com.example.medcuida.pro:color/material_dynamic_neutral40 = 0x7f060236
-com.example.medcuida.pro:color/material_dynamic_neutral30 = 0x7f060235
com.example.medcuida.pro:dimen/m3_btn_icon_only_icon_padding = 0x7f0700d8
com.example.medcuida.pro:color/material_dynamic_neutral20 = 0x7f060234
-com.example.medcuida.pro:style/RtlOverlay.Widget.AppCompat.DialogTitle.Icon = 0x7f140146
com.example.medcuida.pro:color/material_dynamic_color_light_on_error_container = 0x7f060230
+com.example.medcuida.pro:style/RtlOverlay.Widget.AppCompat.DialogTitle.Icon = 0x7f140146
+com.example.medcuida.pro:attr/applyMotionScene = 0x7f04003b
+com.example.medcuida.pro:color/m3_sys_color_dark_on_primary = 0x7f060172
com.example.medcuida.pro:macro/m3_comp_top_app_bar_medium_headline_type = 0x7f0d016f
com.example.medcuida.pro:color/material_dynamic_color_light_on_error = 0x7f06022f
-com.example.medcuida.pro:style/Theme.MaterialComponents.DayNight.Dialog.FixedSize.Bridge = 0x7f140253
-com.example.medcuida.pro:id/easeInOut = 0x7f0900d1
-com.example.medcuida.pro:color/material_dynamic_color_light_error_container = 0x7f06022e
-com.example.medcuida.pro:drawable/notification_bg_low_normal = 0x7f080105
com.example.medcuida.pro:color/material_dynamic_color_dark_on_error_container = 0x7f06022c
-com.example.medcuida.pro:color/material_dynamic_color_dark_error = 0x7f060229
+com.example.medcuida.pro:drawable/notification_bg_low_normal = 0x7f080105
com.example.medcuida.pro:style/MaterialAlertDialog.MaterialComponents.Picker.Date.Spinner = 0x7f14012f
-com.example.medcuida.pro:attr/colorSurfaceContainer = 0x7f04012b
com.example.medcuida.pro:dimen/material_clock_size = 0x7f07022c
-com.example.medcuida.pro:layout/m3_auto_complete_simple_item = 0x7f0c004c
+com.example.medcuida.pro:attr/colorSurfaceContainer = 0x7f04012b
com.example.medcuida.pro:color/material_divider_color = 0x7f060228
+com.example.medcuida.pro:layout/m3_auto_complete_simple_item = 0x7f0c004c
com.example.medcuida.pro:color/material_deep_teal_500 = 0x7f060227
-com.example.medcuida.pro:color/m3_switch_track_tint = 0x7f060168
com.example.medcuida.pro:color/mtrl_indicator_text_color = 0x7f0602e0
com.example.medcuida.pro:color/material_deep_teal_200 = 0x7f060226
+com.example.medcuida.pro:color/m3_switch_track_tint = 0x7f060168
com.example.medcuida.pro:color/material_cursor_color = 0x7f060225
-com.example.medcuida.pro:style/Base.Widget.Material3.CompoundButton.RadioButton = 0x7f140104
com.example.medcuida.pro:color/notification_icon_bg_color = 0x7f0602fe
+com.example.medcuida.pro:style/Base.Widget.Material3.CompoundButton.RadioButton = 0x7f140104
com.example.medcuida.pro:color/material_blue_grey_900 = 0x7f060223
-com.example.medcuida.pro:drawable/m3_bottom_sheet_drag_handle = 0x7f0800c9
com.example.medcuida.pro:attr/layout_constrainedWidth = 0x7f04028a
com.example.medcuida.pro:color/m3_timepicker_time_input_stroke_color = 0x7f060220
-com.example.medcuida.pro:color/m3_timepicker_secondary_text_button_ripple_color = 0x7f06021e
-com.example.medcuida.pro:attr/cardPreventCornerOverlap = 0x7f0400a5
-com.example.medcuida.pro:color/m3_timepicker_display_text_color = 0x7f06021d
-com.example.medcuida.pro:color/m3_dark_hint_foreground = 0x7f06008a
com.example.medcuida.pro:color/m3_timepicker_display_ripple_color = 0x7f06021c
-com.example.medcuida.pro:macro/m3_comp_time_picker_period_selector_unselected_pressed_state_layer_color = 0x7f0d015e
+com.example.medcuida.pro:color/m3_dark_hint_foreground = 0x7f06008a
com.example.medcuida.pro:id/constraint = 0x7f0900a3
-com.example.medcuida.pro:dimen/mtrl_tooltip_arrowSize = 0x7f070302
+com.example.medcuida.pro:macro/m3_comp_time_picker_period_selector_unselected_pressed_state_layer_color = 0x7f0d015e
com.example.medcuida.pro:color/m3_timepicker_clock_text_color = 0x7f06021a
-com.example.medcuida.pro:dimen/highlight_alpha_material_dark = 0x7f070097
+com.example.medcuida.pro:dimen/mtrl_tooltip_arrowSize = 0x7f070302
com.example.medcuida.pro:color/m3_sys_color_dynamic_light_on_primary_container = 0x7f0601b7
com.example.medcuida.pro:color/m3_timepicker_button_ripple_color = 0x7f060218
com.example.medcuida.pro:style/Base.Widget.AppCompat.ListPopupWindow = 0x7f1400e6
@@ -2939,144 +3013,106 @@ com.example.medcuida.pro:color/m3_textfield_stroke_color = 0x7f060216
com.example.medcuida.pro:attr/extendedFloatingActionButtonPrimaryStyle = 0x7f0401d3
com.example.medcuida.pro:color/m3_timepicker_button_background_color = 0x7f060217
com.example.medcuida.pro:color/m3_textfield_label_color = 0x7f060215
-com.example.medcuida.pro:dimen/abc_select_dialog_padding_start_material = 0x7f07003a
-com.example.medcuida.pro:attr/animateMenuItems = 0x7f040036
com.example.medcuida.pro:dimen/mtrl_navigation_item_horizontal_padding = 0x7f0702c3
-com.example.medcuida.pro:style/Theme.MaterialComponents.DayNight.DarkActionBar.Bridge = 0x7f14024d
-com.example.medcuida.pro:string/call_notification_incoming_text = 0x7f13002c
-com.example.medcuida.pro:macro/m3_comp_filled_autocomplete_menu_container_color = 0x7f0d0042
+com.example.medcuida.pro:attr/animateMenuItems = 0x7f040036
+com.example.medcuida.pro:dimen/abc_select_dialog_padding_start_material = 0x7f07003a
com.example.medcuida.pro:color/m3_textfield_input_text_color = 0x7f060214
+com.example.medcuida.pro:style/Theme.MaterialComponents.DayNight.DarkActionBar.Bridge = 0x7f14024d
+com.example.medcuida.pro:macro/m3_comp_filled_autocomplete_menu_container_color = 0x7f0d0042
+com.example.medcuida.pro:string/call_notification_incoming_text = 0x7f13002c
com.example.medcuida.pro:color/m3_textfield_filled_background_color = 0x7f060212
-com.example.medcuida.pro:macro/m3_comp_extended_fab_primary_label_text_type = 0x7f0d0030
-com.example.medcuida.pro:attr/maxActionInlineWidth = 0x7f040317
com.example.medcuida.pro:color/m3_text_button_foreground_color_selector = 0x7f060210
-com.example.medcuida.pro:color/m3_tabs_text_color_secondary = 0x7f06020e
+com.example.medcuida.pro:attr/maxActionInlineWidth = 0x7f040317
+com.example.medcuida.pro:macro/m3_comp_extended_fab_primary_label_text_type = 0x7f0d0030
com.example.medcuida.pro:color/m3_tabs_ripple_color_secondary = 0x7f06020c
-com.example.medcuida.pro:color/m3_tabs_icon_color = 0x7f060209
com.example.medcuida.pro:color/m3_sys_color_tertiary_fixed_dim = 0x7f060208
-com.example.medcuida.pro:color/m3_sys_color_tertiary_fixed = 0x7f060207
-com.example.medcuida.pro:style/Widget.Cuida.Button = 0x7f140331
+com.example.medcuida.pro:dimen/abc_alert_dialog_button_dimen = 0x7f070011
com.example.medcuida.pro:string/fingerprint_error_hw_not_present = 0x7f130055
+com.example.medcuida.pro:style/Widget.Cuida.Button = 0x7f140331
com.example.medcuida.pro:string/abc_action_bar_up_description = 0x7f130001
com.example.medcuida.pro:attr/actionModeSelectAllDrawable = 0x7f04001c
-com.example.medcuida.pro:dimen/abc_alert_dialog_button_dimen = 0x7f070011
-com.example.medcuida.pro:drawable/mtrl_switch_thumb_checked_unchecked = 0x7f0800f7
com.example.medcuida.pro:color/m3_sys_color_primary_fixed = 0x7f060203
-com.example.medcuida.pro:color/material_dynamic_neutral90 = 0x7f06023b
-com.example.medcuida.pro:color/m3_sys_color_on_tertiary_fixed_variant = 0x7f060202
-com.example.medcuida.pro:animator/m3_chip_state_list_anim = 0x7f02000e
-com.example.medcuida.pro:color/m3_sys_color_on_tertiary_fixed = 0x7f060201
-com.example.medcuida.pro:color/m3_sys_color_on_secondary_fixed_variant = 0x7f060200
+com.example.medcuida.pro:drawable/mtrl_switch_thumb_checked_unchecked = 0x7f0800f7
com.example.medcuida.pro:color/material_personalized_color_error_container = 0x7f06028e
-com.example.medcuida.pro:styleable/ImageFilterView = 0x7f150042
-com.example.medcuida.pro:dimen/m3_btn_translation_z_hovered = 0x7f0700e6
com.example.medcuida.pro:color/m3_sys_color_on_secondary_fixed = 0x7f0601ff
+com.example.medcuida.pro:dimen/m3_btn_translation_z_hovered = 0x7f0700e6
+com.example.medcuida.pro:styleable/ImageFilterView = 0x7f150042
com.example.medcuida.pro:color/m3_sys_color_on_primary_fixed = 0x7f0601fd
-com.example.medcuida.pro:color/m3_sys_color_light_surface_variant = 0x7f0601fa
com.example.medcuida.pro:color/m3_sys_color_light_surface_container_lowest = 0x7f0601f8
com.example.medcuida.pro:attr/chipStartPadding = 0x7f0400d3
-com.example.medcuida.pro:dimen/mtrl_btn_icon_padding = 0x7f07025e
com.example.medcuida.pro:color/m3_sys_color_light_surface_container_high = 0x7f0601f5
-com.example.medcuida.pro:macro/m3_comp_filter_chip_label_text_type = 0x7f0d0059
+com.example.medcuida.pro:dimen/mtrl_btn_icon_padding = 0x7f07025e
com.example.medcuida.pro:dimen/m3_comp_outlined_card_disabled_outline_opacity = 0x7f070156
-com.example.medcuida.pro:dimen/mtrl_btn_disabled_elevation = 0x7f070258
+com.example.medcuida.pro:macro/m3_comp_filter_chip_label_text_type = 0x7f0d0059
com.example.medcuida.pro:color/m3_sys_color_light_surface = 0x7f0601f2
+com.example.medcuida.pro:dimen/mtrl_btn_disabled_elevation = 0x7f070258
com.example.medcuida.pro:color/m3_sys_color_light_primary_container = 0x7f0601ef
-com.example.medcuida.pro:dimen/mtrl_low_ripple_hovered_alpha = 0x7f0702bd
-com.example.medcuida.pro:layout/mtrl_alert_select_dialog_singlechoice = 0x7f0c0061
-com.example.medcuida.pro:dimen/compat_notification_large_icon_max_height = 0x7f07005d
com.example.medcuida.pro:color/m3_sys_color_light_on_tertiary_container = 0x7f0601eb
-com.example.medcuida.pro:style/Widget.AppCompat.Light.DropDownItem.Spinner = 0x7f14030f
com.example.medcuida.pro:color/m3_sys_color_light_on_surface_variant = 0x7f0601e9
+com.example.medcuida.pro:style/Widget.AppCompat.Light.DropDownItem.Spinner = 0x7f14030f
com.example.medcuida.pro:string/m3_ref_typeface_brand_medium = 0x7f13006a
-com.example.medcuida.pro:layout/activity_main = 0x7f0c0022
com.example.medcuida.pro:anim/m3_side_sheet_enter_from_left = 0x7f010025
com.example.medcuida.pro:color/m3_sys_color_light_on_secondary_container = 0x7f0601e7
+com.example.medcuida.pro:layout/activity_main = 0x7f0c0022
+com.example.medcuida.pro:color/material_personalized_color_on_primary = 0x7f060292
+com.example.medcuida.pro:attr/layout_constraintGuide_begin = 0x7f040298
+com.example.medcuida.pro:color/m3_ref_palette_tertiary40 = 0x7f060158
com.example.medcuida.pro:drawable/abc_text_cursor_material = 0x7f08006d
com.example.medcuida.pro:dimen/m3_comp_top_app_bar_small_on_scroll_container_elevation = 0x7f0701a9
com.example.medcuida.pro:color/m3_sys_color_light_on_secondary = 0x7f0601e6
-com.example.medcuida.pro:style/Widget.MaterialComponents.CircularProgressIndicator.ExtraSmall = 0x7f14040b
com.example.medcuida.pro:drawable/btn_radio_on_to_off_mtrl_animation = 0x7f080085
+com.example.medcuida.pro:style/Widget.MaterialComponents.CircularProgressIndicator.ExtraSmall = 0x7f14040b
com.example.medcuida.pro:color/m3_sys_color_light_on_primary_container = 0x7f0601e5
-com.example.medcuida.pro:macro/m3_comp_top_app_bar_small_trailing_icon_color = 0x7f0d0175
-com.example.medcuida.pro:attr/fontFamily = 0x7f04020d
-com.example.medcuida.pro:color/m3_sys_color_light_on_primary = 0x7f0601e4
-com.example.medcuida.pro:dimen/design_fab_elevation = 0x7f070071
-com.example.medcuida.pro:styleable/BottomNavigationView = 0x7f150019
com.example.medcuida.pro:string/searchview_clear_text_content_description = 0x7f1300dc
+com.example.medcuida.pro:styleable/BottomNavigationView = 0x7f150019
com.example.medcuida.pro:color/m3_sys_color_light_inverse_surface = 0x7f0601e0
com.example.medcuida.pro:macro/m3_comp_text_button_hover_state_layer_color = 0x7f0d0144
com.example.medcuida.pro:color/m3_sys_color_light_inverse_primary = 0x7f0601df
-com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Widget.PopupMenu.Header = 0x7f14003e
com.example.medcuida.pro:attr/subMenuArrow = 0x7f040420
com.example.medcuida.pro:color/m3_sys_color_light_error_container = 0x7f0601dd
+com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Widget.PopupMenu.Header = 0x7f14003e
com.example.medcuida.pro:attr/fontProviderFetchTimeout = 0x7f040212
com.example.medcuida.pro:color/m3_sys_color_light_background = 0x7f0601db
-com.example.medcuida.pro:dimen/material_clock_hand_stroke_width = 0x7f070226
-com.example.medcuida.pro:color/m3_sys_color_dynamic_tertiary_fixed = 0x7f0601d9
-com.example.medcuida.pro:color/m3_ref_palette_dynamic_neutral_variant50 = 0x7f0600d3
-com.example.medcuida.pro:color/material_dynamic_tertiary60 = 0x7f06026c
com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.Dialog.Alert = 0x7f1402ce
com.example.medcuida.pro:dimen/design_snackbar_min_width = 0x7f070086
com.example.medcuida.pro:color/m3_sys_color_dynamic_secondary_fixed_dim = 0x7f0601d8
+com.example.medcuida.pro:drawable/m3_tabs_background = 0x7f0800ce
+com.example.medcuida.pro:color/m3_sys_color_dark_outline_variant = 0x7f06017b
com.example.medcuida.pro:id/navigation_bar_item_small_label_view = 0x7f090181
com.example.medcuida.pro:color/m3_dark_primary_text_disable_only = 0x7f06008b
com.example.medcuida.pro:color/m3_sys_color_dynamic_primary_fixed_dim = 0x7f0601d6
com.example.medcuida.pro:style/TextAppearance.AppCompat.Widget.ActionBar.Subtitle.Inverse = 0x7f1401b3
com.example.medcuida.pro:style/Base.TextAppearance.AppCompat.Widget.PopupMenu.Small = 0x7f140040
com.example.medcuida.pro:color/m3_sys_color_dynamic_primary_fixed = 0x7f0601d5
-com.example.medcuida.pro:id/material_clock_display_and_toggle = 0x7f09013e
-com.example.medcuida.pro:dimen/mtrl_navigation_bar_item_default_icon_size = 0x7f0702c0
com.example.medcuida.pro:dimen/abc_text_size_display_1_material = 0x7f070043
-com.example.medcuida.pro:drawable/abc_ic_menu_selectall_mtrl_alpha = 0x7f080046
+com.example.medcuida.pro:dimen/mtrl_navigation_bar_item_default_icon_size = 0x7f0702c0
+com.example.medcuida.pro:id/material_clock_display_and_toggle = 0x7f09013e
com.example.medcuida.pro:color/m3_sys_color_dynamic_on_tertiary_fixed_variant = 0x7f0601d4
-com.example.medcuida.pro:dimen/m3_comp_assist_chip_with_icon_icon_size = 0x7f070101
+com.example.medcuida.pro:drawable/abc_ic_menu_selectall_mtrl_alpha = 0x7f080046
com.example.medcuida.pro:id/fab_add_medication = 0x7f0900ec
com.example.medcuida.pro:color/m3_sys_color_dynamic_on_tertiary_fixed = 0x7f0601d3
-com.example.medcuida.pro:drawable/abc_vector_test = 0x7f080076
-com.example.medcuida.pro:color/m3_ref_palette_tertiary50 = 0x7f060159
-com.example.medcuida.pro:color/material_personalized_color_outline_variant = 0x7f06029c
com.example.medcuida.pro:id/dependency_ordering = 0x7f0900b9
com.example.medcuida.pro:color/m3_sys_color_dynamic_on_secondary_fixed_variant = 0x7f0601d2
-com.example.medcuida.pro:dimen/m3_card_elevated_disabled_z = 0x7f0700e9
-com.example.medcuida.pro:color/material_personalized_color_on_surface = 0x7f060296
com.example.medcuida.pro:color/m3_sys_color_dynamic_on_primary_fixed_variant = 0x7f0601d0
-com.example.medcuida.pro:color/m3_sys_color_dynamic_light_tertiary_container = 0x7f0601ce
com.example.medcuida.pro:color/material_dynamic_neutral99 = 0x7f06023d
+com.example.medcuida.pro:color/m3_sys_color_dynamic_light_tertiary = 0x7f0601cd
com.example.medcuida.pro:string/abc_toolbar_collapse_description = 0x7f13001a
com.example.medcuida.pro:macro/m3_comp_navigation_bar_active_indicator_color = 0x7f0d0069
-com.example.medcuida.pro:color/m3_sys_color_dynamic_light_tertiary = 0x7f0601cd
-com.example.medcuida.pro:style/Widget.Material3.BottomNavigationView.ActiveIndicator = 0x7f14034c
-com.example.medcuida.pro:drawable/googleg_standard_color_18 = 0x7f0800a2
-com.example.medcuida.pro:color/m3_sys_color_dynamic_light_surface_variant = 0x7f0601cc
-com.example.medcuida.pro:color/m3_sys_color_dynamic_dark_on_primary = 0x7f060194
-com.example.medcuida.pro:color/m3_sys_color_dynamic_light_surface_dim = 0x7f0601cb
-com.example.medcuida.pro:color/m3_sys_color_dynamic_light_surface_container_lowest = 0x7f0601ca
com.example.medcuida.pro:layout/abc_screen_toolbar = 0x7f0c0017
com.example.medcuida.pro:color/m3_sys_color_dynamic_light_surface_container_highest = 0x7f0601c8
-com.example.medcuida.pro:macro/m3_comp_outlined_text_field_focus_supporting_text_color = 0x7f0d00bf
com.example.medcuida.pro:color/m3_sys_color_dynamic_light_surface_container_high = 0x7f0601c7
+com.example.medcuida.pro:macro/m3_comp_outlined_text_field_focus_supporting_text_color = 0x7f0d00bf
com.example.medcuida.pro:dimen/abc_text_size_title_material = 0x7f07004f
-com.example.medcuida.pro:style/Base.V14.Theme.MaterialComponents.Dialog.Bridge = 0x7f140094
com.example.medcuida.pro:color/m3_sys_color_dynamic_light_surface_bright = 0x7f0601c5
-com.example.medcuida.pro:dimen/m3_bottomappbar_fab_cradle_rounded_corner_radius = 0x7f0700c9
+com.example.medcuida.pro:style/Base.V14.Theme.MaterialComponents.Dialog.Bridge = 0x7f140094
com.example.medcuida.pro:attr/triggerSlack = 0x7f0404e0
-com.example.medcuida.pro:dimen/m3_comp_filled_text_field_disabled_active_indicator_opacity = 0x7f07012e
com.example.medcuida.pro:color/m3_sys_color_dynamic_light_primary_container = 0x7f0601c1
-com.example.medcuida.pro:id/graph_wrap = 0x7f090108
-com.example.medcuida.pro:color/m3_sys_color_dynamic_light_on_tertiary_container = 0x7f0601bd
-com.example.medcuida.pro:attr/selectableItemBackgroundBorderless = 0x7f0403d1
-com.example.medcuida.pro:color/m3_sys_color_dynamic_light_on_tertiary = 0x7f0601bc
+com.example.medcuida.pro:dimen/m3_comp_filled_text_field_disabled_active_indicator_opacity = 0x7f07012e
com.example.medcuida.pro:color/m3_sys_color_dynamic_light_on_surface = 0x7f0601ba
com.example.medcuida.pro:color/m3_sys_color_dynamic_light_on_primary = 0x7f0601b6
-com.example.medcuida.pro:drawable/bg_bubble_receive = 0x7f080079
-com.example.medcuida.pro:macro/m3_comp_extended_fab_secondary_icon_color = 0x7f0d0032
-com.example.medcuida.pro:color/m3_sys_color_dynamic_light_on_error_container = 0x7f0601b5
-com.example.medcuida.pro:integer/mtrl_view_visible = 0x7f0a0043
com.example.medcuida.pro:color/m3_ref_palette_dynamic_neutral4 = 0x7f0600b9
+com.example.medcuida.pro:integer/mtrl_view_visible = 0x7f0a0043
com.example.medcuida.pro:color/m3_sys_color_dynamic_light_on_background = 0x7f0601b3
-com.example.medcuida.pro:attr/drawableLeftCompat = 0x7f040197
-com.example.medcuida.pro:dimen/m3_comp_navigation_bar_pressed_state_layer_opacity = 0x7f070142
com.example.medcuida.pro:dimen/m3_comp_outlined_card_outline_width = 0x7f070158
com.example.medcuida.pro:color/material_dynamic_neutral_variant70 = 0x7f060246
com.example.medcuida.pro:attr/strokeColor = 0x7f04041e
@@ -3084,86 +3120,65 @@ com.example.medcuida.pro:dimen/m3_comp_switch_disabled_selected_icon_opacity = 0
com.example.medcuida.pro:color/m3_sys_color_dynamic_light_inverse_surface = 0x7f0601b2
com.example.medcuida.pro:macro/m3_comp_navigation_bar_inactive_hover_label_text_color = 0x7f0d0073
com.example.medcuida.pro:color/mtrl_btn_text_btn_ripple_color = 0x7f0602ca
-com.example.medcuida.pro:color/m3_sys_color_dynamic_light_outline_variant = 0x7f0601bf
com.example.medcuida.pro:color/m3_sys_color_dynamic_light_inverse_on_surface = 0x7f0601b0
+com.example.medcuida.pro:color/m3_sys_color_dynamic_light_outline_variant = 0x7f0601bf
com.example.medcuida.pro:interpolator/m3_sys_motion_easing_emphasized = 0x7f0b0007
-com.example.medcuida.pro:attr/itemHorizontalTranslationEnabled = 0x7f04025b
com.example.medcuida.pro:dimen/m3_navigation_rail_item_padding_top_with_large_font = 0x7f0701d0
-com.example.medcuida.pro:color/m3_sys_color_dynamic_light_error_container = 0x7f0601af
-com.example.medcuida.pro:color/m3_sys_color_dynamic_dark_tertiary_container = 0x7f0601ac
-com.example.medcuida.pro:style/TextAppearance.AppCompat.Medium = 0x7f1401a5
-com.example.medcuida.pro:macro/m3_comp_extended_fab_primary_icon_color = 0x7f0d002f
+com.example.medcuida.pro:attr/itemHorizontalTranslationEnabled = 0x7f04025b
com.example.medcuida.pro:id/browser_actions_header_text = 0x7f09006b
-com.example.medcuida.pro:color/m3_ref_palette_primary20 = 0x7f06013c
+com.example.medcuida.pro:macro/m3_comp_extended_fab_primary_icon_color = 0x7f0d002f
+com.example.medcuida.pro:style/TextAppearance.AppCompat.Medium = 0x7f1401a5
com.example.medcuida.pro:drawable/abc_btn_radio_material = 0x7f080031
-com.example.medcuida.pro:color/m3_sys_color_dynamic_dark_surface_variant = 0x7f0601aa
-com.example.medcuida.pro:attr/indicatorInset = 0x7f04024f
+com.example.medcuida.pro:color/m3_ref_palette_primary20 = 0x7f06013c
com.example.medcuida.pro:color/material_slider_inactive_track_color = 0x7f0602bf
+com.example.medcuida.pro:attr/indicatorInset = 0x7f04024f
com.example.medcuida.pro:color/m3_sys_color_dynamic_light_primary = 0x7f0601c0
-com.example.medcuida.pro:array/crypto_fingerprint_fallback_prefixes = 0x7f030001
com.example.medcuida.pro:color/m3_sys_color_dynamic_dark_surface_dim = 0x7f0601a9
+com.example.medcuida.pro:array/crypto_fingerprint_fallback_prefixes = 0x7f030001
com.example.medcuida.pro:color/m3_sys_color_dynamic_dark_surface_container_lowest = 0x7f0601a8
-com.example.medcuida.pro:color/m3_sys_color_dynamic_dark_surface_container_low = 0x7f0601a7
com.example.medcuida.pro:id/button_find_hospital = 0x7f090083
com.example.medcuida.pro:color/m3_sys_color_dynamic_dark_surface_bright = 0x7f0601a3
-com.example.medcuida.pro:dimen/m3_searchbar_elevation = 0x7f0701d6
com.example.medcuida.pro:color/m3_sys_color_dynamic_dark_secondary_container = 0x7f0601a1
+com.example.medcuida.pro:dimen/m3_searchbar_elevation = 0x7f0701d6
com.example.medcuida.pro:color/material_personalized_color_surface_container_highest = 0x7f0602aa
com.example.medcuida.pro:color/m3_sys_color_dynamic_dark_primary_container = 0x7f06019f
-com.example.medcuida.pro:style/Base.ThemeOverlay.AppCompat = 0x7f140078
com.example.medcuida.pro:color/m3_sys_color_dynamic_dark_on_tertiary_container = 0x7f06019b
-com.example.medcuida.pro:dimen/mtrl_chip_text_size = 0x7f07029f
-com.example.medcuida.pro:color/m3_sys_color_dynamic_dark_on_tertiary = 0x7f06019a
-com.example.medcuida.pro:color/m3_sys_color_dynamic_dark_on_surface_variant = 0x7f060199
-com.example.medcuida.pro:id/mobile_navigation = 0x7f090155
+com.example.medcuida.pro:style/Base.ThemeOverlay.AppCompat = 0x7f140078
com.example.medcuida.pro:id/material_clock_hand = 0x7f090140
com.example.medcuida.pro:color/m3_sys_color_dynamic_dark_on_surface = 0x7f060198
-com.example.medcuida.pro:color/m3_sys_color_dynamic_dark_on_error_container = 0x7f060193
+com.example.medcuida.pro:id/mobile_navigation = 0x7f090155
com.example.medcuida.pro:style/Base.V14.Theme.Material3.Dark.BottomSheetDialog = 0x7f14008a
com.example.medcuida.pro:drawable/ic_passkey = 0x7f0800c0
com.example.medcuida.pro:color/m3_sys_color_dynamic_dark_inverse_surface = 0x7f060190
com.example.medcuida.pro:integer/show_password_duration = 0x7f0a0044
com.example.medcuida.pro:color/m3_sys_color_dynamic_dark_inverse_primary = 0x7f06018f
com.example.medcuida.pro:color/m3_sys_color_dynamic_dark_error_container = 0x7f06018d
-com.example.medcuida.pro:string/mtrl_checkbox_button_icon_path_indeterminate = 0x7f130092
-com.example.medcuida.pro:color/m3_sys_color_dynamic_dark_background = 0x7f06018b
com.example.medcuida.pro:color/m3_sys_color_dark_surface_variant = 0x7f060188
-com.example.medcuida.pro:color/m3_sys_color_dark_surface_container_lowest = 0x7f060186
com.example.medcuida.pro:drawable/design_ic_visibility = 0x7f08009b
-com.example.medcuida.pro:id/arc = 0x7f090057
com.example.medcuida.pro:color/m3_sys_color_dark_surface_container_low = 0x7f060185
-com.example.medcuida.pro:dimen/abc_button_inset_horizontal_material = 0x7f070012
-com.example.medcuida.pro:dimen/m3_comp_time_picker_time_selector_hover_state_layer_opacity = 0x7f0701a3
+com.example.medcuida.pro:id/arc = 0x7f090057
com.example.medcuida.pro:style/Widget.MaterialComponents.MaterialCalendar.HeaderLayout = 0x7f140423
com.example.medcuida.pro:color/m3_sys_color_dark_surface_container_highest = 0x7f060184
-com.example.medcuida.pro:attr/altSrc = 0x7f040033
com.example.medcuida.pro:color/m3_sys_color_dark_surface_container_high = 0x7f060183
+com.example.medcuida.pro:attr/altSrc = 0x7f040033
com.example.medcuida.pro:attr/borderlessButtonStyle = 0x7f04007c
com.example.medcuida.pro:animator/mtrl_fab_transformation_sheet_expand_spec = 0x7f020021
com.example.medcuida.pro:color/m3_sys_color_dark_surface_bright = 0x7f060181
-com.example.medcuida.pro:macro/m3_comp_slider_active_track_color = 0x7f0d010c
-com.example.medcuida.pro:drawable/common_google_signin_btn_icon_disabled = 0x7f08008c
-com.example.medcuida.pro:color/m3_sys_color_dark_surface = 0x7f060180
-com.example.medcuida.pro:macro/m3_comp_time_picker_period_selector_unselected_label_text_color = 0x7f0d015d
-com.example.medcuida.pro:macro/m3_comp_switch_unselected_pressed_track_color = 0x7f0d013f
com.example.medcuida.pro:dimen/m3_appbar_size_large = 0x7f0700ad
+com.example.medcuida.pro:macro/m3_comp_switch_unselected_pressed_track_color = 0x7f0d013f
+com.example.medcuida.pro:macro/m3_comp_time_picker_period_selector_unselected_label_text_color = 0x7f0d015d
com.example.medcuida.pro:color/m3_sys_color_dark_primary_container = 0x7f06017d
-com.example.medcuida.pro:drawable/m3_tabs_background = 0x7f0800ce
-com.example.medcuida.pro:color/m3_sys_color_dark_outline_variant = 0x7f06017b
com.example.medcuida.pro:color/m3_sys_color_dark_on_surface = 0x7f060176
com.example.medcuida.pro:string/call_notification_decline_action = 0x7f13002a
com.example.medcuida.pro:color/m3_sys_color_dark_on_secondary = 0x7f060174
-com.example.medcuida.pro:attr/applyMotionScene = 0x7f04003b
-com.example.medcuida.pro:color/m3_sys_color_dark_on_primary = 0x7f060172
-com.example.medcuida.pro:style/ThemeOverlay.AppCompat.Dialog.Alert = 0x7f14027b
com.example.medcuida.pro:color/m3_sys_color_dark_on_error_container = 0x7f060171
+com.example.medcuida.pro:style/ThemeOverlay.AppCompat.Dialog.Alert = 0x7f14027b
com.example.medcuida.pro:color/m3_sys_color_dark_inverse_surface = 0x7f06016e
com.example.medcuida.pro:color/m3_sys_color_dark_inverse_on_surface = 0x7f06016c
-com.example.medcuida.pro:color/m3_sys_color_dark_error = 0x7f06016a
com.example.medcuida.pro:color/material_timepicker_button_background = 0x7f0602c1
com.example.medcuida.pro:color/m3_switch_thumb_tint = 0x7f060167
-com.example.medcuida.pro:color/m3_ref_palette_dynamic_neutral90 = 0x7f0600c1
com.example.medcuida.pro:color/m3_ref_palette_neutral17 = 0x7f060118
+com.example.medcuida.pro:color/m3_ref_palette_dynamic_neutral90 = 0x7f0600c1
com.example.medcuida.pro:color/m3_slider_halo_color = 0x7f060164
com.example.medcuida.pro:attr/alwaysExpand = 0x7f040034
com.example.medcuida.pro:color/m3_slider_active_track_color = 0x7f060163
@@ -3171,34 +3186,23 @@ com.example.medcuida.pro:color/m3_simple_item_ripple_color = 0x7f060162
com.example.medcuida.pro:color/m3_selection_control_ripple_color_selector = 0x7f060161
com.example.medcuida.pro:layout/mtrl_layout_snackbar_include = 0x7f0c006e
com.example.medcuida.pro:color/m3_ref_palette_tertiary90 = 0x7f06015d
-com.example.medcuida.pro:style/Widget.AppCompat.Button.ButtonBar.AlertDialog = 0x7f1402f4
-com.example.medcuida.pro:dimen/mtrl_calendar_selection_baseline_to_top_fullscreen = 0x7f07028c
-com.example.medcuida.pro:color/m3_ref_palette_tertiary80 = 0x7f06015c
com.example.medcuida.pro:dimen/abc_seekbar_track_progress_height_material = 0x7f070039
com.example.medcuida.pro:color/switch_thumb_material_light = 0x7f060319
-com.example.medcuida.pro:attr/colorSurfaceContainerHighest = 0x7f04012d
com.example.medcuida.pro:color/m3_ref_palette_tertiary70 = 0x7f06015b
-com.example.medcuida.pro:id/marquee = 0x7f090139
-com.example.medcuida.pro:color/m3_ref_palette_tertiary60 = 0x7f06015a
-com.example.medcuida.pro:attr/layout_constraintGuide_begin = 0x7f040298
-com.example.medcuida.pro:color/material_personalized_color_on_primary = 0x7f060292
-com.example.medcuida.pro:color/m3_ref_palette_tertiary40 = 0x7f060158
+com.example.medcuida.pro:attr/colorSurfaceContainerHighest = 0x7f04012d
com.example.medcuida.pro:style/TextAppearance.MaterialComponents.Badge = 0x7f1401f8
com.example.medcuida.pro:color/m3_ref_palette_tertiary30 = 0x7f060157
-com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date = 0x7f1402d4
-com.example.medcuida.pro:style/ThemeOverlay.Material3.Button.ElevatedButton = 0x7f14028a
com.example.medcuida.pro:attr/uri = 0x7f0404e3
com.example.medcuida.pro:color/m3_ref_palette_tertiary20 = 0x7f060156
-com.example.medcuida.pro:style/Base.Widget.AppCompat.ActionButton.CloseMode = 0x7f1400c8
+com.example.medcuida.pro:style/ThemeOverlay.Material3.Button.ElevatedButton = 0x7f14028a
+com.example.medcuida.pro:style/ThemeOverlay.MaterialComponents.MaterialAlertDialog.Picker.Date = 0x7f1402d4
com.example.medcuida.pro:color/m3_ref_palette_tertiary0 = 0x7f060153
+com.example.medcuida.pro:style/Base.Widget.AppCompat.ActionButton.CloseMode = 0x7f1400c8
com.example.medcuida.pro:color/m3_ref_palette_secondary80 = 0x7f06014f
-com.example.medcuida.pro:drawable/abc_ic_commit_search_api_mtrl_alpha = 0x7f080040
-com.example.medcuida.pro:style/ShapeAppearanceOverlay.Material3.SearchBar = 0x7f140189
-com.example.medcuida.pro:color/m3_ref_palette_secondary70 = 0x7f06014e
com.example.medcuida.pro:drawable/abc_ratingbar_indicator_material = 0x7f08005a
-com.example.medcuida.pro:style/Theme.MaterialComponents.DayNight.Dialog = 0x7f14024e
-com.example.medcuida.pro:anim/btn_checkbox_to_checked_box_outer_merged_animation = 0x7f01000d
com.example.medcuida.pro:color/m3_ref_palette_secondary60 = 0x7f06014d
+com.example.medcuida.pro:anim/btn_checkbox_to_checked_box_outer_merged_animation = 0x7f01000d
+com.example.medcuida.pro:style/Theme.MaterialComponents.DayNight.Dialog = 0x7f14024e
com.example.medcuida.pro:style/Base.Widget.AppCompat.ProgressBar = 0x7f1400ed
com.example.medcuida.pro:style/Base.Theme.Material3.Light.DialogWhenLarge = 0x7f140063
com.example.medcuida.pro:string/material_timepicker_hour = 0x7f13008a
diff --git a/app/build/intermediates/symbol_list_with_package_name/debug/processDebugResources/package-aware-r.txt b/app/build/intermediates/symbol_list_with_package_name/debug/processDebugResources/package-aware-r.txt
index 33b8118..0cf5765 100644
--- a/app/build/intermediates/symbol_list_with_package_name/debug/processDebugResources/package-aware-r.txt
+++ b/app/build/intermediates/symbol_list_with_package_name/debug/processDebugResources/package-aware-r.txt
@@ -3335,6 +3335,7 @@ id btn_editar_dados
id btn_enviar
id btn_guardar_alteracoes
id btn_logout
+id btn_sair_detalhe
id btn_time_slot
id btn_voltar
id buttonPanel
@@ -3497,6 +3498,7 @@ id ifRoom
id ignore
id ignoreRequest
id image
+id image_paciente
id immediateStop
id included
id indeterminate
@@ -3792,6 +3794,7 @@ id text_med_dosage
id text_med_name
id text_med_notes
id text_med_time
+id text_paciente_email
id text_paciente_nome
id text_reason
id text_time
@@ -4020,6 +4023,7 @@ layout item_appointment
layout item_consulta_medico
layout item_medication
layout item_mensagem
+layout item_paciente
layout item_time_slot
layout m3_alert_dialog
layout m3_alert_dialog_actions
diff --git a/app/build/outputs/apk/debug/app-debug.apk b/app/build/outputs/apk/debug/app-debug.apk
index 59afd23..aa02702 100644
Binary files a/app/build/outputs/apk/debug/app-debug.apk and b/app/build/outputs/apk/debug/app-debug.apk differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ActivityAgendaBinding.class.uniqueId26 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ActivityAgendaBinding.class.uniqueId26
new file mode 100644
index 0000000..3681cad
Binary files /dev/null and b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ActivityAgendaBinding.class.uniqueId26 differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ActivityChatBinding.class.uniqueId38 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ActivityChatBinding.class.uniqueId38
new file mode 100644
index 0000000..b02e5cf
Binary files /dev/null and b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ActivityChatBinding.class.uniqueId38 differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ActivityDetalhePacienteBinding.class.uniqueId17 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ActivityDetalhePacienteBinding.class.uniqueId17
new file mode 100644
index 0000000..aaeceb7
Binary files /dev/null and b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ActivityDetalhePacienteBinding.class.uniqueId17 differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ActivityEditarPerfilBinding.class.uniqueId34 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ActivityEditarPerfilBinding.class.uniqueId34
new file mode 100644
index 0000000..5840cdb
Binary files /dev/null and b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ActivityEditarPerfilBinding.class.uniqueId34 differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ActivityForgotPasswordBinding.class.uniqueId7 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ActivityForgotPasswordBinding.class.uniqueId7
new file mode 100644
index 0000000..c114277
Binary files /dev/null and b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ActivityForgotPasswordBinding.class.uniqueId7 differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ActivityLoginBinding.class.uniqueId27 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ActivityLoginBinding.class.uniqueId27
new file mode 100644
index 0000000..f11229c
Binary files /dev/null and b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ActivityLoginBinding.class.uniqueId27 differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ActivityMainBinding.class.uniqueId5 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ActivityMainBinding.class.uniqueId5
new file mode 100644
index 0000000..96f898f
Binary files /dev/null and b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ActivityMainBinding.class.uniqueId5 differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ActivityPerfilMedicoBinding.class.uniqueId18 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ActivityPerfilMedicoBinding.class.uniqueId18
new file mode 100644
index 0000000..547358e
Binary files /dev/null and b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ActivityPerfilMedicoBinding.class.uniqueId18 differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ActivityRegisterBinding.class.uniqueId33 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ActivityRegisterBinding.class.uniqueId33
new file mode 100644
index 0000000..6c083ee
Binary files /dev/null and b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ActivityRegisterBinding.class.uniqueId33 differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ActivityRegisterMedicoBinding.class.uniqueId22 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ActivityRegisterMedicoBinding.class.uniqueId22
new file mode 100644
index 0000000..48fb2e3
Binary files /dev/null and b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ActivityRegisterMedicoBinding.class.uniqueId22 differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/AgendaActivity$1.class.uniqueId39 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/AgendaActivity$1.class.uniqueId39
new file mode 100644
index 0000000..05f1ffd
Binary files /dev/null and b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/AgendaActivity$1.class.uniqueId39 differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/AgendaActivity.class.uniqueId12 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/AgendaActivity.class.uniqueId12
new file mode 100644
index 0000000..91eeefc
Binary files /dev/null and b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/AgendaActivity.class.uniqueId12 differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/AgendaActivity.class.uniqueId2 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/AgendaActivity.class.uniqueId2
deleted file mode 100644
index 9f8cba1..0000000
Binary files a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/AgendaActivity.class.uniqueId2 and /dev/null differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ChatActivity.class.uniqueId30 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ChatActivity.class.uniqueId30
new file mode 100644
index 0000000..16f6e0b
Binary files /dev/null and b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ChatActivity.class.uniqueId30 differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ConsultaAdapter$ConsultaViewHolder.class.uniqueId24 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ConsultaAdapter$ConsultaViewHolder.class.uniqueId24
new file mode 100644
index 0000000..b05918c
Binary files /dev/null and b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ConsultaAdapter$ConsultaViewHolder.class.uniqueId24 differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ConsultaAdapter$OnConsultaActionClickListener.class.uniqueId20 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ConsultaAdapter$OnConsultaActionClickListener.class.uniqueId20
new file mode 100644
index 0000000..7e21d73
Binary files /dev/null and b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ConsultaAdapter$OnConsultaActionClickListener.class.uniqueId20 differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ConsultaAdapter$OnConsultaClickListener.class.uniqueId14 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ConsultaAdapter$OnConsultaClickListener.class.uniqueId14
new file mode 100644
index 0000000..e1ae30b
Binary files /dev/null and b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ConsultaAdapter$OnConsultaClickListener.class.uniqueId14 differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ConsultaAdapter.class.uniqueId29 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ConsultaAdapter.class.uniqueId29
new file mode 100644
index 0000000..269de53
Binary files /dev/null and b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ConsultaAdapter.class.uniqueId29 differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/DetalhePacienteActivity.class.uniqueId31 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/DetalhePacienteActivity.class.uniqueId31
new file mode 100644
index 0000000..6acc379
Binary files /dev/null and b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/DetalhePacienteActivity.class.uniqueId31 differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/DialogAddMedicationBinding.class.uniqueId8 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/DialogAddMedicationBinding.class.uniqueId8
new file mode 100644
index 0000000..fd9aed7
Binary files /dev/null and b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/DialogAddMedicationBinding.class.uniqueId8 differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/DialogChangePasswordBinding.class.uniqueId6 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/DialogChangePasswordBinding.class.uniqueId6
new file mode 100644
index 0000000..96cfc7d
Binary files /dev/null and b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/DialogChangePasswordBinding.class.uniqueId6 differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/DialogEditProfileBinding.class.uniqueId28 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/DialogEditProfileBinding.class.uniqueId28
new file mode 100644
index 0000000..513a3f2
Binary files /dev/null and b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/DialogEditProfileBinding.class.uniqueId28 differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/EditarPerfilActivity.class.uniqueId3 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/EditarPerfilActivity.class.uniqueId3
new file mode 100644
index 0000000..b0e6f2a
Binary files /dev/null and b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/EditarPerfilActivity.class.uniqueId3 differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/FragmentAppointmentsBinding.class.uniqueId36 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/FragmentAppointmentsBinding.class.uniqueId36
new file mode 100644
index 0000000..a6b2fe7
Binary files /dev/null and b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/FragmentAppointmentsBinding.class.uniqueId36 differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/FragmentHomeBinding.class.uniqueId16 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/FragmentHomeBinding.class.uniqueId16
new file mode 100644
index 0000000..c1272b9
Binary files /dev/null and b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/FragmentHomeBinding.class.uniqueId16 differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/FragmentMedicationBinding.class.uniqueId35 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/FragmentMedicationBinding.class.uniqueId35
new file mode 100644
index 0000000..e314239
Binary files /dev/null and b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/FragmentMedicationBinding.class.uniqueId35 differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/FragmentProfileBinding.class.uniqueId21 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/FragmentProfileBinding.class.uniqueId21
new file mode 100644
index 0000000..44b8e9a
Binary files /dev/null and b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/FragmentProfileBinding.class.uniqueId21 differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/FragmentScheduleAppointmentBinding.class.uniqueId23 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/FragmentScheduleAppointmentBinding.class.uniqueId23
new file mode 100644
index 0000000..162bda6
Binary files /dev/null and b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/FragmentScheduleAppointmentBinding.class.uniqueId23 differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/FragmentSns24Binding.class.uniqueId37 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/FragmentSns24Binding.class.uniqueId37
new file mode 100644
index 0000000..1b56432
Binary files /dev/null and b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/FragmentSns24Binding.class.uniqueId37 differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ItemAppointmentBinding.class.uniqueId13 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ItemAppointmentBinding.class.uniqueId13
new file mode 100644
index 0000000..43e6d06
Binary files /dev/null and b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ItemAppointmentBinding.class.uniqueId13 differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ItemConsultaMedicoBinding.class.uniqueId9 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ItemConsultaMedicoBinding.class.uniqueId9
new file mode 100644
index 0000000..9082fdc
Binary files /dev/null and b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ItemConsultaMedicoBinding.class.uniqueId9 differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ItemMedicationBinding.class.uniqueId1 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ItemMedicationBinding.class.uniqueId1
new file mode 100644
index 0000000..787d568
Binary files /dev/null and b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ItemMedicationBinding.class.uniqueId1 differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ItemMensagemBinding.class.uniqueId11 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ItemMensagemBinding.class.uniqueId11
new file mode 100644
index 0000000..625b0c6
Binary files /dev/null and b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ItemMensagemBinding.class.uniqueId11 differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ItemPacienteBinding.class.uniqueId2 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ItemPacienteBinding.class.uniqueId2
new file mode 100644
index 0000000..3992814
Binary files /dev/null and b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/ItemPacienteBinding.class.uniqueId2 differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/LoginActivity.class.uniqueId4 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/LoginActivity.class.uniqueId41
similarity index 100%
rename from app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/LoginActivity.class.uniqueId4
rename to app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/LoginActivity.class.uniqueId41
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MainActivity.class.uniqueId0 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MainActivity.class.uniqueId0
deleted file mode 100644
index b27bf8c..0000000
Binary files a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MainActivity.class.uniqueId0 and /dev/null differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MainActivity.class.uniqueId10 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MainActivity.class.uniqueId10
new file mode 100644
index 0000000..e3db94f
Binary files /dev/null and b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MainActivity.class.uniqueId10 differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MensagemAdapter$MensagemViewHolder.class.uniqueId0 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MensagemAdapter$MensagemViewHolder.class.uniqueId0
new file mode 100644
index 0000000..5f49eb4
Binary files /dev/null and b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MensagemAdapter$MensagemViewHolder.class.uniqueId0 differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MensagemAdapter.class.uniqueId32 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MensagemAdapter.class.uniqueId32
new file mode 100644
index 0000000..2c28d0b
Binary files /dev/null and b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/MensagemAdapter.class.uniqueId32 differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/PacienteAdapter$OnPacienteClickListener.class.uniqueId4 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/PacienteAdapter$OnPacienteClickListener.class.uniqueId4
new file mode 100644
index 0000000..a22d6aa
Binary files /dev/null and b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/PacienteAdapter$OnPacienteClickListener.class.uniqueId4 differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/PacienteAdapter$PacienteViewHolder.class.uniqueId40 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/PacienteAdapter$PacienteViewHolder.class.uniqueId40
new file mode 100644
index 0000000..f7391d8
Binary files /dev/null and b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/PacienteAdapter$PacienteViewHolder.class.uniqueId40 differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/PacienteAdapter.class.uniqueId15 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/PacienteAdapter.class.uniqueId15
new file mode 100644
index 0000000..8ebefdf
Binary files /dev/null and b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/PacienteAdapter.class.uniqueId15 differ
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/PerfilMedicoActivity.class.uniqueId3 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/PerfilMedicoActivity.class.uniqueId19
similarity index 100%
rename from app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/PerfilMedicoActivity.class.uniqueId3
rename to app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/PerfilMedicoActivity.class.uniqueId19
diff --git a/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/RegisterActivity.class.uniqueId1 b/app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/RegisterActivity.class.uniqueId25
similarity index 100%
rename from app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/RegisterActivity.class.uniqueId1
rename to app/build/tmp/compileDebugJavaWithJavac/compileTransaction/stash-dir/RegisterActivity.class.uniqueId25
diff --git a/app/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin b/app/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin
index 4aa7e9d..33ef965 100644
Binary files a/app/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin and b/app/build/tmp/compileDebugJavaWithJavac/previous-compilation-data.bin differ
diff --git a/app/src/main/java/com/example/medcuida/pro/AgendaActivity.java b/app/src/main/java/com/example/medcuida/pro/AgendaActivity.java
index 79dfb23..3c971f6 100644
--- a/app/src/main/java/com/example/medcuida/pro/AgendaActivity.java
+++ b/app/src/main/java/com/example/medcuida/pro/AgendaActivity.java
@@ -61,7 +61,17 @@ public class AgendaActivity extends AppCompatActivity {
return false;
});
- adapter = new ConsultaAdapter(null, consulta -> {
+ adapter = new ConsultaAdapter(new ConsultaAdapter.OnConsultaActionClickListener() {
+ @Override
+ public void onAceitarClick(Consulta consulta) {
+ aceitarConsulta(consulta);
+ }
+
+ @Override
+ public void onEliminarClick(Consulta consulta) {
+ eliminarConsulta(consulta);
+ }
+ }, consulta -> {
Intent intent = new Intent(AgendaActivity.this, DetalhePacienteActivity.class);
intent.putExtra("PACIENTE_ID", consulta.getPacienteId());
intent.putExtra("CONSULTA_ID", consulta.getId());
@@ -93,7 +103,6 @@ public class AgendaActivity extends AppCompatActivity {
}
agendaListener = db.collection("consultas")
- .whereEqualTo("medicos", doctorId)
.addSnapshotListener((value, error) -> {
if (error != null) {
Toast.makeText(AgendaActivity.this, "Erro ao carregar consultas: " + error.getMessage(), Toast.LENGTH_SHORT).show();
@@ -103,25 +112,35 @@ public class AgendaActivity extends AppCompatActivity {
if (value == null) return;
List consultasList = new ArrayList<>();
+ String altDate = getAlternativeDate(dateStr);
+ String isoDate = convertToISODate(dateStr);
+
for (QueryDocumentSnapshot doc : value) {
Consulta c = doc.toObject(Consulta.class);
if (c != null) {
c.setId(doc.getId());
- boolean matchesDate = false;
- if (c.getData() != null) {
- String cData = c.getData().trim();
- String altDate = getAlternativeDate(dateStr);
- matchesDate = cData.equals(dateStr) || cData.equals(altDate) || cData.equals(convertToISODate(dateStr));
+ // Check if belongs to this doctor
+ boolean belongsToDoctor = false;
+ Object med = c.getMedicos();
+ if (med instanceof String) {
+ belongsToDoctor = ((String) med).equals(doctorId);
+ } else if (med instanceof List) {
+ belongsToDoctor = ((List>) med).contains(doctorId);
}
- if (matchesDate) {
- if (c.getStatus() == null || !"cancelada".equalsIgnoreCase(c.getStatus())) {
- consultasList.add(c);
+ if (belongsToDoctor) {
+ String cData = c.getData() != null ? c.getData().trim() : "";
+ // Filter by date
+ if (cData.equals(dateStr) || cData.equals(altDate) || cData.equals(isoDate)) {
+ if (c.getStatus() == null || !"cancelada".equalsIgnoreCase(c.getStatus())) {
+ consultasList.add(c);
+ }
}
}
}
}
+
adapter.setConsultas(consultasList);
if (consultasList.isEmpty()) {
textAgendaVazia.setVisibility(View.VISIBLE);
@@ -133,6 +152,24 @@ public class AgendaActivity extends AppCompatActivity {
});
}
+ private void aceitarConsulta(Consulta consulta) {
+ if (consulta.getId() == null) return;
+
+ db.collection("consultas").document(consulta.getId())
+ .update("status", "aceite")
+ .addOnSuccessListener(aVoid -> Toast.makeText(AgendaActivity.this, "Consulta aceite com sucesso!", Toast.LENGTH_SHORT).show())
+ .addOnFailureListener(e -> Toast.makeText(AgendaActivity.this, "Erro ao aceitar consulta: " + e.getMessage(), Toast.LENGTH_SHORT).show());
+ }
+
+ private void eliminarConsulta(Consulta consulta) {
+ if (consulta.getId() == null) return;
+
+ db.collection("consultas").document(consulta.getId())
+ .delete()
+ .addOnSuccessListener(aVoid -> Toast.makeText(AgendaActivity.this, "Consulta eliminada com sucesso!", Toast.LENGTH_SHORT).show())
+ .addOnFailureListener(e -> Toast.makeText(AgendaActivity.this, "Erro ao eliminar consulta: " + e.getMessage(), Toast.LENGTH_SHORT).show());
+ }
+
private String convertToISODate(String ddMMyyyy) {
try {
String[] parts = ddMMyyyy.split("/");
diff --git a/app/src/main/java/com/example/medcuida/pro/DetalhePacienteActivity.java b/app/src/main/java/com/example/medcuida/pro/DetalhePacienteActivity.java
index a0f4c2f..aa59616 100644
--- a/app/src/main/java/com/example/medcuida/pro/DetalhePacienteActivity.java
+++ b/app/src/main/java/com/example/medcuida/pro/DetalhePacienteActivity.java
@@ -38,6 +38,7 @@ public class DetalhePacienteActivity extends AppCompatActivity {
tvEmail = findViewById(R.id.tv_email_paciente);
tvMedicacao = findViewById(R.id.tv_medicacao_paciente);
btnChat = findViewById(R.id.btn_chat_paciente);
+ findViewById(R.id.btn_sair_detalhe).setOnClickListener(v -> finish());
db = FirebaseFirestore.getInstance();
@@ -45,23 +46,47 @@ public class DetalhePacienteActivity extends AppCompatActivity {
consultaId = getIntent().getStringExtra("CONSULTA_ID");
if (pacienteId == null || pacienteId.isEmpty()) {
- Toast.makeText(this, "Aviso: ID do paciente não encontrado, mostrando apenas detalhes disponíveis.", Toast.LENGTH_SHORT).show();
- // Do not finish, allow exploring
- pacienteId = "unknown";
+ Toast.makeText(this, "Aviso: ID do paciente não encontrado.", Toast.LENGTH_SHORT).show();
+ finish();
+ return;
}
btnChat.setOnClickListener(v -> {
- Intent intent = new Intent(DetalhePacienteActivity.this, ChatActivity.class);
- intent.putExtra("CONSULTA_ID", consultaId);
- intent.putExtra("PACIENTE_ID", pacienteId);
- startActivity(intent);
+ if (consultaId != null && !consultaId.isEmpty()) {
+ abrirChat();
+ } else {
+ // Tentar encontrar uma consulta existente para este paciente
+ buscarConsultaEParaChat();
+ }
});
carregarDadosPaciente();
}
+ private void buscarConsultaEParaChat() {
+ db.collection("consultas")
+ .whereEqualTo("pacienteId", pacienteId)
+ .limit(1)
+ .get()
+ .addOnSuccessListener(queryDocumentSnapshots -> {
+ if (!queryDocumentSnapshots.isEmpty()) {
+ consultaId = queryDocumentSnapshots.getDocuments().get(0).getId();
+ abrirChat();
+ } else {
+ Toast.makeText(this, "Não existe uma consulta ativa para iniciar chat.", Toast.LENGTH_LONG).show();
+ }
+ });
+ }
+
+ private void abrirChat() {
+ Intent intent = new Intent(DetalhePacienteActivity.this, ChatActivity.class);
+ intent.putExtra("CONSULTA_ID", consultaId);
+ intent.putExtra("PACIENTE_ID", pacienteId);
+ startActivity(intent);
+ }
+
private void carregarDadosPaciente() {
- db.collection("usuarios").document(pacienteId)
+ db.collection("utilizadores").document(pacienteId)
.get()
.addOnCompleteListener(task -> {
if (task.isSuccessful()) {
diff --git a/app/src/main/java/com/example/medcuida/pro/MainActivity.java b/app/src/main/java/com/example/medcuida/pro/MainActivity.java
index ff1fe4e..4d1a43d 100644
--- a/app/src/main/java/com/example/medcuida/pro/MainActivity.java
+++ b/app/src/main/java/com/example/medcuida/pro/MainActivity.java
@@ -13,7 +13,9 @@ import androidx.recyclerview.widget.LinearLayoutManager;
import androidx.recyclerview.widget.RecyclerView;
import com.example.medcuida.pro.models.Consulta;
+import com.example.medcuida.pro.models.Paciente;
import com.example.medcuida.pro.ui.adapters.ConsultaAdapter;
+import com.example.medcuida.pro.ui.adapters.PacienteAdapter;
import com.example.medcuida.pro.ui.auth.LoginActivity;
import com.google.android.material.bottomnavigation.BottomNavigationView;
import com.google.android.material.button.MaterialButton;
@@ -35,7 +37,7 @@ public class MainActivity extends AppCompatActivity implements ConsultaAdapter.O
// Pacientes
private RecyclerView recyclerConsultas;
private TextView textEmptyState;
- private ConsultaAdapter adapterPacientes;
+ private PacienteAdapter adapterPacientes;
// Agenda
private RecyclerView recyclerAgenda;
@@ -86,11 +88,16 @@ public class MainActivity extends AppCompatActivity implements ConsultaAdapter.O
tvGreetingMain = findViewById(R.id.tv_greeting_main);
// Bind Pacientes
- recyclerConsultas = findViewById(R.id.recycler_consultas);
- textEmptyState = findViewById(R.id.text_empty_state);
- recyclerConsultas.setLayoutManager(new LinearLayoutManager(this));
- adapterPacientes = new ConsultaAdapter(this, this);
- recyclerConsultas.setAdapter(adapterPacientes);
+ recyclerConsultas = findViewById(R.id.recycler_consultas);
+ textEmptyState = findViewById(R.id.text_empty_state);
+ recyclerConsultas.setLayoutManager(new LinearLayoutManager(this));
+ adapterPacientes = new PacienteAdapter(paciente -> {
+ // Ação ao clicar no paciente (ex: abrir chat ou detalhes)
+ Intent intent = new Intent(MainActivity.this, DetalhePacienteActivity.class);
+ intent.putExtra("PACIENTE_ID", paciente.getId());
+ startActivity(intent);
+ });
+ recyclerConsultas.setAdapter(adapterPacientes);
// Bind Agenda
recyclerAgenda = findViewById(R.id.recycler_agenda);
@@ -148,7 +155,7 @@ public class MainActivity extends AppCompatActivity implements ConsultaAdapter.O
});
// Load Initial Data
- loadConsultasPacientes();
+ loadUtilizadores();
loadPerfilMedico();
SimpleDateFormat sdf = new SimpleDateFormat("dd/MM/yyyy", Locale.getDefault());
@@ -174,40 +181,49 @@ public class MainActivity extends AppCompatActivity implements ConsultaAdapter.O
}
// PACIENTES LOGIC
- private void loadConsultasPacientes() {
- db.collection("consultas")
- .whereEqualTo("medicos", currentMedicoId)
+ private void loadUtilizadores() {
+ db.collection("utilizadores")
.addSnapshotListener((value, error) -> {
- if (error != null) return;
- List consultas = new ArrayList<>();
+ if (error != null) {
+ Toast.makeText(MainActivity.this, "Erro: " + error.getMessage(), Toast.LENGTH_SHORT).show();
+ return;
+ }
+ List pacientesList = new ArrayList<>();
if (value != null) {
for (DocumentSnapshot doc : value) {
- Consulta consulta = doc.toObject(Consulta.class);
- if (consulta != null) {
- consulta.setId(doc.getId());
- consultas.add(consulta);
+ Paciente p = doc.toObject(Paciente.class);
+ if (p != null) {
+ p.setId(doc.getId());
+ // Garantir que o nome está preenchido
+ if (p.getNome() == null) p.setNome(doc.getString("nome"));
+ if (p.getEmail() == null) p.setEmail(doc.getString("email"));
+ pacientesList.add(p);
}
}
}
- if (consultas.isEmpty()) {
+
+ if (pacientesList.isEmpty()) {
textEmptyState.setVisibility(View.VISIBLE);
recyclerConsultas.setVisibility(View.GONE);
} else {
textEmptyState.setVisibility(View.GONE);
recyclerConsultas.setVisibility(View.VISIBLE);
- adapterPacientes.setConsultas(consultas);
+ adapterPacientes.setPacientes(pacientesList);
}
});
}
@Override
- public void onConfirmarClick(Consulta consulta) {
- updateConsultaStatus(consulta.getId(), "Confirmada");
+ public void onAceitarClick(Consulta consulta) {
+ updateConsultaStatus(consulta.getId(), "aceite");
}
@Override
- public void onCancelarClick(Consulta consulta) {
- updateConsultaStatus(consulta.getId(), "Cancelada");
+ public void onEliminarClick(Consulta consulta) {
+ db.collection("consultas").document(consulta.getId())
+ .delete()
+ .addOnSuccessListener(aVoid -> Toast.makeText(this, "Consulta eliminada", Toast.LENGTH_SHORT).show())
+ .addOnFailureListener(e -> Toast.makeText(this, "Erro ao eliminar", Toast.LENGTH_SHORT).show());
}
@Override
diff --git a/app/src/main/java/com/example/medcuida/pro/models/Paciente.java b/app/src/main/java/com/example/medcuida/pro/models/Paciente.java
new file mode 100644
index 0000000..dbd5b68
--- /dev/null
+++ b/app/src/main/java/com/example/medcuida/pro/models/Paciente.java
@@ -0,0 +1,19 @@
+package com.example.medcuida.pro.models;
+
+public class Paciente {
+ private String id;
+ private String nome;
+ private String email;
+ private String fotoUrl;
+
+ public Paciente() {}
+
+ public String getId() { return id; }
+ public void setId(String id) { this.id = id; }
+ public String getNome() { return nome; }
+ public void setNome(String nome) { this.nome = nome; }
+ public String getEmail() { return email; }
+ public void setEmail(String email) { this.email = email; }
+ public String getFotoUrl() { return fotoUrl; }
+ public void setFotoUrl(String fotoUrl) { this.fotoUrl = fotoUrl; }
+}
diff --git a/app/src/main/java/com/example/medcuida/pro/ui/adapters/ConsultaAdapter.java b/app/src/main/java/com/example/medcuida/pro/ui/adapters/ConsultaAdapter.java
index f2b173e..5df89b9 100644
--- a/app/src/main/java/com/example/medcuida/pro/ui/adapters/ConsultaAdapter.java
+++ b/app/src/main/java/com/example/medcuida/pro/ui/adapters/ConsultaAdapter.java
@@ -22,8 +22,8 @@ public class ConsultaAdapter extends RecyclerView.Adapter {
if (actionListener != null) {
- actionListener.onConfirmarClick(consulta);
+ actionListener.onAceitarClick(consulta);
}
});
btnCancelar.setOnClickListener(v -> {
if (actionListener != null) {
- actionListener.onCancelarClick(consulta);
+ actionListener.onEliminarClick(consulta);
}
});
diff --git a/app/src/main/java/com/example/medcuida/pro/ui/adapters/PacienteAdapter.java b/app/src/main/java/com/example/medcuida/pro/ui/adapters/PacienteAdapter.java
new file mode 100644
index 0000000..2856bf1
--- /dev/null
+++ b/app/src/main/java/com/example/medcuida/pro/ui/adapters/PacienteAdapter.java
@@ -0,0 +1,74 @@
+package com.example.medcuida.pro.ui.adapters;
+
+import android.view.LayoutInflater;
+import android.view.View;
+import android.view.ViewGroup;
+import android.widget.TextView;
+
+import androidx.annotation.NonNull;
+import androidx.recyclerview.widget.RecyclerView;
+
+import com.example.medcuida.pro.R;
+import com.example.medcuida.pro.models.Paciente;
+
+import java.util.ArrayList;
+import java.util.List;
+
+public class PacienteAdapter extends RecyclerView.Adapter {
+
+ private List pacientesList = new ArrayList<>();
+ private final OnPacienteClickListener listener;
+
+ public interface OnPacienteClickListener {
+ void onPacienteClick(Paciente paciente);
+ }
+
+ public PacienteAdapter(OnPacienteClickListener listener) {
+ this.listener = listener;
+ }
+
+ public void setPacientes(List pacientes) {
+ this.pacientesList = pacientes;
+ notifyDataSetChanged();
+ }
+
+ @NonNull
+ @Override
+ public PacienteViewHolder onCreateViewHolder(@NonNull ViewGroup parent, int viewType) {
+ View view = LayoutInflater.from(parent.getContext())
+ .inflate(R.layout.item_paciente, parent, false);
+ return new PacienteViewHolder(view);
+ }
+
+ @Override
+ public void onBindViewHolder(@NonNull PacienteViewHolder holder, int position) {
+ Paciente paciente = pacientesList.get(position);
+ holder.bind(paciente, listener);
+ }
+
+ @Override
+ public int getItemCount() {
+ return pacientesList.size();
+ }
+
+ static class PacienteViewHolder extends RecyclerView.ViewHolder {
+ TextView textNome, textEmail;
+
+ public PacienteViewHolder(@NonNull View itemView) {
+ super(itemView);
+ textNome = itemView.findViewById(R.id.text_paciente_nome);
+ textEmail = itemView.findViewById(R.id.text_paciente_email);
+ }
+
+ public void bind(final Paciente paciente, final OnPacienteClickListener listener) {
+ textNome.setText(paciente.getNome() != null ? paciente.getNome() : "Desconhecido");
+ textEmail.setText(paciente.getEmail() != null ? paciente.getEmail() : "N/A");
+
+ itemView.setOnClickListener(v -> {
+ if (listener != null) {
+ listener.onPacienteClick(paciente);
+ }
+ });
+ }
+ }
+}
diff --git a/app/src/main/res/layout/activity_detalhe_paciente.xml b/app/src/main/res/layout/activity_detalhe_paciente.xml
index 7775dcf..e896e81 100644
--- a/app/src/main/res/layout/activity_detalhe_paciente.xml
+++ b/app/src/main/res/layout/activity_detalhe_paciente.xml
@@ -9,10 +9,23 @@
+
+
+ android:text="Eliminar" />
+ android:text="Aceitar" />
diff --git a/app/src/main/res/layout/item_paciente.xml b/app/src/main/res/layout/item_paciente.xml
new file mode 100644
index 0000000..d6ef1af
--- /dev/null
+++ b/app/src/main/res/layout/item_paciente.xml
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+