From 0cb7fb329637aa78e32061d87196fc20f6e2f24a Mon Sep 17 00:00:00 2001 From: Binay Shaw Date: Tue, 13 Sep 2022 12:32:06 +0530 Subject: [PATCH] Fixed layouts --- .idea/deploymentTargetDropDown.xml | 17 ------------- .idea/misc.xml | 10 +++++--- .../layout/activity_appointment_booking.xml | 25 +++++++++++-------- .../res/layout/activity_doctor_patient.xml | 3 ++- .../main/res/layout/activity_edit_profile.xml | 5 +++- .../res/layout/activity_sign_up_first.xml | 4 +-- .../main/res/layout/activity_upimanager.xml | 3 ++- app/src/main/res/layout/fragment_home.xml | 3 ++- .../layout/fragment_patient_appointment.xml | 3 ++- .../main/res/layout/fragment_statistics.xml | 4 +-- 10 files changed, 36 insertions(+), 41 deletions(-) delete mode 100644 .idea/deploymentTargetDropDown.xml diff --git a/.idea/deploymentTargetDropDown.xml b/.idea/deploymentTargetDropDown.xml deleted file mode 100644 index e908aea..0000000 --- a/.idea/deploymentTargetDropDown.xml +++ /dev/null @@ -1,17 +0,0 @@ - - - - - - - - - - - - - - - - - \ No newline at end of file diff --git a/.idea/misc.xml b/.idea/misc.xml index 0b9e629..0d79da5 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -47,24 +47,26 @@ - + + - + + - + - + diff --git a/app/src/main/res/layout/activity_appointment_booking.xml b/app/src/main/res/layout/activity_appointment_booking.xml index 9cbd4e9..f862704 100644 --- a/app/src/main/res/layout/activity_appointment_booking.xml +++ b/app/src/main/res/layout/activity_appointment_booking.xml @@ -47,11 +47,14 @@ - @@ -90,13 +93,13 @@ app:layout_constraintStart_toStartOf="@+id/select_date" app:layout_constraintTop_toBottomOf="@+id/select_date"> - + @@ -160,6 +163,6 @@ app:outer_color="@color/light_blue" app:text=" Confirm your appointment" app:text_color="@color/white" /> - + \ No newline at end of file diff --git a/app/src/main/res/layout/activity_doctor_patient.xml b/app/src/main/res/layout/activity_doctor_patient.xml index e85fe68..1f895a7 100644 --- a/app/src/main/res/layout/activity_doctor_patient.xml +++ b/app/src/main/res/layout/activity_doctor_patient.xml @@ -75,7 +75,8 @@