From f8f5928fa71b911e5235fd40e6ba8eab6e5c7850 Mon Sep 17 00:00:00 2001 From: rishab Date: Tue, 17 Mar 2020 13:20:59 +0530 Subject: [PATCH] Added survey --- .../main/res/layout/activity_registration.xml | 1 - .../main/res/layout/activity_user_area.xml | 430 ++++++++++++++++-- 2 files changed, 402 insertions(+), 29 deletions(-) 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" /> + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + + +