diff --git a/app/src/main/res/layout/activity_registration.xml b/app/src/main/res/layout/activity_registration.xml index cf537c5..87e22e2 100644 --- a/app/src/main/res/layout/activity_registration.xml +++ b/app/src/main/res/layout/activity_registration.xml @@ -108,7 +108,6 @@ android:ems="10" android:hint="Date of birth" android:labelFor="@id/dob1" - android:visibility="visible" /> diff --git a/app/src/main/res/layout/activity_user_area.xml b/app/src/main/res/layout/activity_user_area.xml index ac774ea..b30de0b 100644 --- a/app/src/main/res/layout/activity_user_area.xml +++ b/app/src/main/res/layout/activity_user_area.xml @@ -3,6 +3,7 @@ xmlns:tools="http://schemas.android.com/tools" android:layout_width="match_parent" android:layout_height="match_parent" + xmlns:app="http://schemas.android.com/apk/res-auto" android:background="@drawable/bg_gradient2"> + - + + + + android:id="@+id/martialStatus" + android:layout_width="match_parent" + android:layout_height="match_parent" + android:layout_marginStart="20dp" + android:layout_marginTop="5dp"> + + + + + + + - + android:layout_marginStart="24dp" + android:layout_marginEnd="30dp" + android:text="Medical history?" + android:textSize="17sp" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +