diff --git a/app/src/main/res/drawable/ic_baseline_check_circle_24.xml b/app/src/main/res/drawable/ic_baseline_check_circle_24.xml
new file mode 100644
index 0000000..81e7d49
--- /dev/null
+++ b/app/src/main/res/drawable/ic_baseline_check_circle_24.xml
@@ -0,0 +1,5 @@
+
+
+
diff --git a/app/src/main/res/drawable/ic_baseline_file_download_24.xml b/app/src/main/res/drawable/ic_baseline_file_download_24.xml
new file mode 100644
index 0000000..e7b023b
--- /dev/null
+++ b/app/src/main/res/drawable/ic_baseline_file_download_24.xml
@@ -0,0 +1,5 @@
+
+
+
diff --git a/app/src/main/res/drawable/ic_baseline_home_24.xml b/app/src/main/res/drawable/ic_baseline_home_24.xml
new file mode 100644
index 0000000..0cf3426
--- /dev/null
+++ b/app/src/main/res/drawable/ic_baseline_home_24.xml
@@ -0,0 +1,5 @@
+
+
+
diff --git a/app/src/main/res/drawable/ic_baseline_new_label_24.xml b/app/src/main/res/drawable/ic_baseline_new_label_24.xml
new file mode 100644
index 0000000..907264c
--- /dev/null
+++ b/app/src/main/res/drawable/ic_baseline_new_label_24.xml
@@ -0,0 +1,5 @@
+
+
+
diff --git a/app/src/main/res/drawable/result_background_green.xml b/app/src/main/res/drawable/result_background_green.xml
new file mode 100644
index 0000000..b680496
--- /dev/null
+++ b/app/src/main/res/drawable/result_background_green.xml
@@ -0,0 +1,8 @@
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/fragment_test_right_exp_sample.xml b/app/src/main/res/layout/fragment_test_right_exp_sample.xml
index bc33147..5df5ae6 100644
--- a/app/src/main/res/layout/fragment_test_right_exp_sample.xml
+++ b/app/src/main/res/layout/fragment_test_right_exp_sample.xml
@@ -4,219 +4,224 @@
xmlns:tools="http://schemas.android.com/tools"
tools:context=".presentation.testRight.TestRightExpSample">
-
-
+
-
+
-
+
-
+
-
+
-
+ android:layout_height="match_parent">
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+ app:layout_constraintBottom_toBottomOf="parent"
+ app:layout_constraintEnd_toEndOf="parent"
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintTop_toBottomOf="@id/et_age">
-
+
-
-
+
-
+
+
-
+
-
+
-
-
-
-
-
-
-
-
-
+
-
+
+
+
+
+
+
+
+
+
-
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/values-night/themes.xml b/app/src/main/res/values-night/themes.xml
index 26a7b54..cee21d1 100644
--- a/app/src/main/res/values-night/themes.xml
+++ b/app/src/main/res/values-night/themes.xml
@@ -5,9 +5,12 @@
- - @color/purple_500
+
+ - @color/blue_app
+
+
+ - @color/blue_app_dark
- - @color/purple_700
- @color/black
- @color/teal_200
diff --git a/app/src/main/res/values/colors.xml b/app/src/main/res/values/colors.xml
index 9077416..1c5fe51 100644
--- a/app/src/main/res/values/colors.xml
+++ b/app/src/main/res/values/colors.xml
@@ -8,4 +8,8 @@
#FF000000
#FFFFFFFF
#808080
+
+ #219AD6
+ #0082C3
+ #80219AD6
\ No newline at end of file
diff --git a/app/src/main/res/values/strings.xml b/app/src/main/res/values/strings.xml
index 17d3e88..242681c 100644
--- a/app/src/main/res/values/strings.xml
+++ b/app/src/main/res/values/strings.xml
@@ -48,4 +48,14 @@
Gender can\'t be empty
Age should be valid
+ Test Results
+ Name : %1$s
+ Gender : %1$s
+ Age : %1$s years
+ Results :
+ Negative\ \
+ Download\nReport
+ Home
+ New Test
+
\ No newline at end of file
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index bfde78a..416feed 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -22,6 +22,13 @@
- -0.62sp
+
+
diff --git a/app/src/main/res/values/themes.xml b/app/src/main/res/values/themes.xml
index 7309fe5..8f09634 100644
--- a/app/src/main/res/values/themes.xml
+++ b/app/src/main/res/values/themes.xml
@@ -2,8 +2,9 @@