quero agora marcar as consultas e medicamentos para os apcientes

This commit is contained in:
2026-05-11 17:17:12 +01:00
parent 1a5c28934f
commit 4c3d6ba6eb
371 changed files with 25584 additions and 24160 deletions

View File

@@ -41,7 +41,7 @@
android:src="@drawable/ic_user"
android:padding="2dp"
android:scaleType="centerCrop"
android:background="@color/white"
android:background="?attr/colorSurface"
app:shapeAppearanceOverlay="@style/CircleImageView" />
</RelativeLayout>
</LinearLayout>
@@ -68,14 +68,15 @@
app:cardCornerRadius="24dp"
app:cardElevation="0dp"
app:strokeWidth="1dp"
app:strokeColor="#E5E7EB">
app:strokeColor="@color/stroke_color">
<CalendarView
android:id="@+id/calendarView"
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:theme="@style/Widget.CalendarView.Custom"
android:background="@color/white" />
style="@style/Widget.CalendarView.Custom"
android:background="?attr/colorSurface" />
</com.google.android.material.card.MaterialCardView>
<FrameLayout
@@ -139,7 +140,7 @@
app:boxCornerRadiusBottomEnd="16dp"
app:boxStrokeWidth="0dp"
app:boxStrokeWidthFocused="0dp"
app:boxBackgroundColor="#F3F4F6">
app:boxBackgroundColor="@color/search_bar_background">
<com.google.android.material.textfield.TextInputEditText
android:id="@+id/edit_search_pacientes"
@@ -196,7 +197,7 @@
app:cardCornerRadius="24dp"
app:cardElevation="2dp"
app:strokeWidth="0dp"
app:cardBackgroundColor="@color/white">
app:cardBackgroundColor="?attr/colorSurface">
<LinearLayout
android:layout_width="match_parent"
@@ -308,9 +309,9 @@
android:layout_marginBottom="32dp"
app:cardElevation="0dp"
app:strokeWidth="1dp"
app:strokeColor="#E5E7EB"
app:strokeColor="@color/stroke_color"
app:cardCornerRadius="24dp"
app:cardBackgroundColor="@color/white">
app:cardBackgroundColor="?attr/colorSurface">
<LinearLayout
android:layout_width="match_parent"
@@ -343,7 +344,7 @@
<View
android:layout_width="match_parent"
android:layout_height="1dp"
android:background="#F3F4F6"
android:background="@color/search_bar_background"
android:layout_marginBottom="24dp"
android:layout_marginHorizontal="16dp"/>
@@ -374,6 +375,53 @@
android:textSize="16sp"/>
</LinearLayout>
</com.google.android.material.card.MaterialCardView>
<com.google.android.material.card.MaterialCardView
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:layout_marginBottom="24dp"
app:cardElevation="0dp"
app:strokeWidth="1dp"
app:strokeColor="@color/stroke_color"
app:cardCornerRadius="20dp"
app:cardBackgroundColor="?attr/colorSurface">
<RelativeLayout
android:layout_width="match_parent"
android:layout_height="wrap_content"
android:paddingStart="20dp"
android:paddingEnd="20dp"
android:paddingTop="16dp"
android:paddingBottom="16dp">
<ImageView
android:id="@+id/ic_dark_mode"
android:layout_width="24dp"
android:layout_height="24dp"
android:layout_centerVertical="true"
android:src="@drawable/ic_dark_mode"
app:tint="?attr/colorPrimary" />
<TextView
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_toEndOf="@id/ic_dark_mode"
android:layout_marginStart="16dp"
android:layout_centerVertical="true"
android:text="Modo Escuro"
android:textSize="16sp"
android:fontFamily="sans-serif-medium"
android:textColor="@color/text_primary"/>
<androidx.appcompat.widget.SwitchCompat
android:id="@+id/switch_dark_mode"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_centerVertical="true" />
</RelativeLayout>
</com.google.android.material.card.MaterialCardView>
<com.google.android.material.button.MaterialButton
android:id="@+id/btn_editar_dados"