quero agora marcar as consultas e medicamentos para os apcientes
This commit is contained in:
@@ -56,7 +56,8 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="Informação Pessoal"
|
android:text="Informação Pessoal"
|
||||||
android:textStyle="bold"
|
android:textStyle="bold"
|
||||||
android:textSize="20sp"
|
android:textSize="22sp"
|
||||||
|
android:fontFamily="sans-serif-black"
|
||||||
android:textColor="@color/text_primary"
|
android:textColor="@color/text_primary"
|
||||||
android:layout_marginBottom="16dp"/>
|
android:layout_marginBottom="16dp"/>
|
||||||
|
|
||||||
@@ -124,7 +125,8 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="Medicação Ativa"
|
android:text="Medicação Ativa"
|
||||||
android:textStyle="bold"
|
android:textStyle="bold"
|
||||||
android:textSize="20sp"
|
android:textSize="22sp"
|
||||||
|
android:fontFamily="sans-serif-black"
|
||||||
android:textColor="@color/text_primary"
|
android:textColor="@color/text_primary"
|
||||||
android:layout_marginBottom="16dp"/>
|
android:layout_marginBottom="16dp"/>
|
||||||
|
|
||||||
@@ -161,7 +163,8 @@
|
|||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="Ações Clínicas"
|
android:text="Ações Clínicas"
|
||||||
android:textStyle="bold"
|
android:textStyle="bold"
|
||||||
android:textSize="20sp"
|
android:textSize="22sp"
|
||||||
|
android:fontFamily="sans-serif-black"
|
||||||
android:textColor="@color/text_primary"
|
android:textColor="@color/text_primary"
|
||||||
android:layout_marginBottom="16dp"/>
|
android:layout_marginBottom="16dp"/>
|
||||||
|
|
||||||
@@ -170,9 +173,10 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="60dp"
|
android:layout_height="60dp"
|
||||||
android:text="Adicionar Medicamento"
|
android:text="Adicionar Medicamento"
|
||||||
app:cornerRadius="12dp"
|
app:cornerRadius="30dp"
|
||||||
android:layout_marginBottom="12dp"
|
android:layout_marginBottom="16dp"
|
||||||
app:icon="@drawable/ic_plus"
|
app:icon="@drawable/ic_plus"
|
||||||
|
app:backgroundTint="?attr/colorPrimary"
|
||||||
style="@style/Widget.MaterialComponents.Button"/>
|
style="@style/Widget.MaterialComponents.Button"/>
|
||||||
|
|
||||||
<com.google.android.material.button.MaterialButton
|
<com.google.android.material.button.MaterialButton
|
||||||
@@ -180,10 +184,10 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="60dp"
|
android:layout_height="60dp"
|
||||||
android:text="Marcar Consulta"
|
android:text="Marcar Consulta"
|
||||||
app:cornerRadius="12dp"
|
app:cornerRadius="30dp"
|
||||||
android:layout_marginBottom="24dp"
|
android:layout_marginBottom="24dp"
|
||||||
app:icon="@drawable/ic_calendar"
|
app:icon="@drawable/ic_calendar"
|
||||||
android:backgroundTint="#4CAF50"
|
app:backgroundTint="#4CAF50"
|
||||||
style="@style/Widget.MaterialComponents.Button"/>
|
style="@style/Widget.MaterialComponents.Button"/>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|||||||
@@ -4,13 +4,15 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="match_parent"
|
android:layout_height="match_parent"
|
||||||
android:fillViewport="true"
|
android:fillViewport="true"
|
||||||
android:background="#FAFAFA">
|
android:background="@color/background_color">
|
||||||
|
|
||||||
<LinearLayout
|
<LinearLayout
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:orientation="vertical"
|
android:orientation="vertical"
|
||||||
android:padding="24dp">
|
android:paddingTop="32dp"
|
||||||
|
android:paddingBottom="40dp"
|
||||||
|
android:paddingHorizontal="24dp">
|
||||||
|
|
||||||
<ImageButton
|
<ImageButton
|
||||||
android:id="@+id/btn_voltar"
|
android:id="@+id/btn_voltar"
|
||||||
@@ -24,11 +26,11 @@
|
|||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="wrap_content"
|
android:layout_height="wrap_content"
|
||||||
android:text="Editar Dados Pessoais"
|
android:text="Editar Dados Pessoais"
|
||||||
android:textSize="24sp"
|
android:textSize="28sp"
|
||||||
android:textStyle="bold"
|
android:fontFamily="sans-serif-black"
|
||||||
android:textColor="#000000"
|
android:textColor="@color/text_primary"
|
||||||
android:layout_marginTop="16dp"
|
android:layout_marginTop="24dp"
|
||||||
android:layout_marginBottom="24dp"/>
|
android:layout_marginBottom="32dp"/>
|
||||||
|
|
||||||
<RelativeLayout
|
<RelativeLayout
|
||||||
android:layout_width="wrap_content"
|
android:layout_width="wrap_content"
|
||||||
@@ -163,12 +165,12 @@
|
|||||||
<com.google.android.material.button.MaterialButton
|
<com.google.android.material.button.MaterialButton
|
||||||
android:id="@+id/btn_guardar_alteracoes"
|
android:id="@+id/btn_guardar_alteracoes"
|
||||||
android:layout_width="match_parent"
|
android:layout_width="match_parent"
|
||||||
android:layout_height="56dp"
|
android:layout_height="60dp"
|
||||||
android:text="GUARDAR ALTERAÇÕES"
|
android:text="GUARDAR ALTERAÇÕES"
|
||||||
android:textSize="14sp"
|
android:textSize="15sp"
|
||||||
android:textStyle="bold"
|
android:textStyle="bold"
|
||||||
app:cornerRadius="28dp"
|
app:cornerRadius="30dp"
|
||||||
app:backgroundTint="#000000"
|
app:backgroundTint="?attr/colorPrimary"
|
||||||
android:textColor="@color/white"/>
|
android:textColor="@color/white"/>
|
||||||
|
|
||||||
</LinearLayout>
|
</LinearLayout>
|
||||||
|
|||||||
Reference in New Issue
Block a user