diff --git a/app/src/main/res/layout-land/welcome_activity.xml b/app/src/main/res/layout-land/welcome_activity.xml
new file mode 100644
index 000000000..c1aea87cb
--- /dev/null
+++ b/app/src/main/res/layout-land/welcome_activity.xml
@@ -0,0 +1,130 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout-land/welcome_page_1.xml b/app/src/main/res/layout-land/welcome_page_1.xml
index 89f90e205..9686448f6 100644
--- a/app/src/main/res/layout-land/welcome_page_1.xml
+++ b/app/src/main/res/layout-land/welcome_page_1.xml
@@ -9,83 +9,48 @@
android:layout_height="wrap_content"
android:layout_width="match_parent">
-
-
-
-
-
-
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintEnd_toStartOf="@id/message"/>
diff --git a/app/src/main/res/layout-land/welcome_page_2.xml b/app/src/main/res/layout-land/welcome_page_2.xml
index aef298efa..88abf58c4 100644
--- a/app/src/main/res/layout-land/welcome_page_2.xml
+++ b/app/src/main/res/layout-land/welcome_page_2.xml
@@ -9,83 +9,48 @@
android:layout_height="wrap_content"
android:layout_width="match_parent">
-
-
-
-
-
-
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintEnd_toStartOf="@id/message"/>
diff --git a/app/src/main/res/layout-land/welcome_page_3.xml b/app/src/main/res/layout-land/welcome_page_3.xml
index 056eec701..f680b344e 100644
--- a/app/src/main/res/layout-land/welcome_page_3.xml
+++ b/app/src/main/res/layout-land/welcome_page_3.xml
@@ -9,83 +9,48 @@
android:layout_height="wrap_content"
android:layout_width="match_parent">
-
-
-
-
-
-
+ app:layout_constraintStart_toStartOf="parent"
+ app:layout_constraintEnd_toStartOf="@id/message"/>
diff --git a/app/src/main/res/layout-sw600dp/welcome_activity.xml b/app/src/main/res/layout-sw600dp/welcome_activity.xml
new file mode 100644
index 000000000..0b30531bc
--- /dev/null
+++ b/app/src/main/res/layout-sw600dp/welcome_activity.xml
@@ -0,0 +1,130 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout-sw600dp/welcome_page_1.xml b/app/src/main/res/layout-sw600dp/welcome_page_1.xml
new file mode 100644
index 000000000..9686448f6
--- /dev/null
+++ b/app/src/main/res/layout-sw600dp/welcome_page_1.xml
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout-sw600dp/welcome_page_2.xml b/app/src/main/res/layout-sw600dp/welcome_page_2.xml
new file mode 100644
index 000000000..88abf58c4
--- /dev/null
+++ b/app/src/main/res/layout-sw600dp/welcome_page_2.xml
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout-sw600dp/welcome_page_3.xml b/app/src/main/res/layout-sw600dp/welcome_page_3.xml
new file mode 100644
index 000000000..f680b344e
--- /dev/null
+++ b/app/src/main/res/layout-sw600dp/welcome_page_3.xml
@@ -0,0 +1,58 @@
+
+
+
+
+
+
+
+
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/welcome_activity.xml b/app/src/main/res/layout/welcome_activity.xml
index 326cfa60c..49a28d17c 100644
--- a/app/src/main/res/layout/welcome_activity.xml
+++ b/app/src/main/res/layout/welcome_activity.xml
@@ -28,6 +28,7 @@
android:id="@+id/skip"
android:layout_width="wrap_content"
android:layout_height="wrap_content"
+ android:layout_marginTop="10dp"
android:layout_marginEnd="16dp"
android:paddingTop="13dp"
android:paddingBottom="13dp"
@@ -35,16 +36,56 @@
android:paddingEnd="20dp"
android:text="@string/welcome_carousel_skip"
android:textSize="13sp"
+ android:textColor="?attr/color_text"
app:layout_constraintTop_toTopOf="parent"
- app:layout_constraintBottom_toTopOf="@id/pager"
app:layout_constraintEnd_toEndOf="parent" />
+
+
+
+
+
+
diff --git a/app/src/main/res/layout/welcome_page_1.xml b/app/src/main/res/layout/welcome_page_1.xml
index 49fd2d896..eff400451 100644
--- a/app/src/main/res/layout/welcome_page_1.xml
+++ b/app/src/main/res/layout/welcome_page_1.xml
@@ -9,56 +9,16 @@
android:layout_height="wrap_content"
android:layout_width="match_parent">
-
-
-
-
-
-
diff --git a/app/src/main/res/layout/welcome_page_2.xml b/app/src/main/res/layout/welcome_page_2.xml
index 530ad6ce0..2cbe1bff6 100644
--- a/app/src/main/res/layout/welcome_page_2.xml
+++ b/app/src/main/res/layout/welcome_page_2.xml
@@ -9,56 +9,16 @@
android:layout_height="wrap_content"
android:layout_width="match_parent">
-
-
-
-
-
-
diff --git a/app/src/main/res/layout/welcome_page_3.xml b/app/src/main/res/layout/welcome_page_3.xml
index 0cd31d2c4..40fda8eac 100644
--- a/app/src/main/res/layout/welcome_page_3.xml
+++ b/app/src/main/res/layout/welcome_page_3.xml
@@ -9,56 +9,16 @@
android:layout_height="wrap_content"
android:layout_width="match_parent">
-
-
-
-
-
-
diff --git a/app/src/main/res/values-sw600dp/dimen.xml b/app/src/main/res/values-sw600dp/dimen.xml
new file mode 100644
index 000000000..9970d9654
--- /dev/null
+++ b/app/src/main/res/values-sw600dp/dimen.xml
@@ -0,0 +1,4 @@
+
+
+ 150dp
+
\ No newline at end of file