From e6ad5ad8f8a2c207adfe8ce0cc4f6580c180248d Mon Sep 17 00:00:00 2001 From: adpth Date: Tue, 3 Nov 2020 23:00:34 +0530 Subject: [PATCH] Now App supports Multiple Screens --- .idea/compiler.xml | 6 + .idea/gradle.xml | 1 + .idea/misc.xml | 2 +- app/src/main/res/layout/activity_main.xml | 595 ++++++++++---------- app/src/main/res/layout/activity_result.xml | 14 +- 5 files changed, 320 insertions(+), 298 deletions(-) create mode 100644 .idea/compiler.xml diff --git a/.idea/compiler.xml b/.idea/compiler.xml new file mode 100644 index 0000000..61a9130 --- /dev/null +++ b/.idea/compiler.xml @@ -0,0 +1,6 @@ + + + + + + \ No newline at end of file diff --git a/.idea/gradle.xml b/.idea/gradle.xml index ac6b0ae..23a89bb 100644 --- a/.idea/gradle.xml +++ b/.idea/gradle.xml @@ -15,6 +15,7 @@ diff --git a/.idea/misc.xml b/.idea/misc.xml index 37a7509..d5d35ec 100644 --- a/.idea/misc.xml +++ b/.idea/misc.xml @@ -1,6 +1,6 @@ - + diff --git a/app/src/main/res/layout/activity_main.xml b/app/src/main/res/layout/activity_main.xml index f3250de..5d1b5b2 100644 --- a/app/src/main/res/layout/activity_main.xml +++ b/app/src/main/res/layout/activity_main.xml @@ -1,5 +1,5 @@ - - - - - - - - - - - - - - + android:layout_height="wrap_content"> - + + + + + + + + + + + + + android:layout_margin="16dp" + app:cardBackgroundColor="@color/card_background" + app:cardCornerRadius="10dp" + app:layout_constraintBottom_toTopOf="@+id/cardView3" + app:layout_constraintHorizontal_chainStyle="spread" + app:layout_constraintLeft_toLeftOf="parent" + app:layout_constraintRight_toRightOf="parent" + app:layout_constraintTop_toBottomOf="@+id/cardView_male"> - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - + android:orientation="vertical" + android:padding="20dp"> - - - - - + android:text="@string/height" + android:textColor="#8D8E99" + android:textSize="20sp" + android:textStyle="bold" /> - - - - - - + android:text="@string/_0cm" + android:textColor="@android:color/white" + android:textSize="50sp" + android:textStyle="bold" /> - - - + - + - + -