diff --git a/app/src/main/res/layout/tutorial.xml b/app/src/main/res/layout/tutorial.xml
index e0efbee..c500b87 100644
--- a/app/src/main/res/layout/tutorial.xml
+++ b/app/src/main/res/layout/tutorial.xml
@@ -59,10 +59,12 @@
\ No newline at end of file
+ tools:context=".tutorial.tab.TutorialFragmentConcept">
+
+
+
diff --git a/app/src/main/res/layout/tutorial_finish.xml b/app/src/main/res/layout/tutorial_finish.xml
index f457dc9..b642b6c 100644
--- a/app/src/main/res/layout/tutorial_finish.xml
+++ b/app/src/main/res/layout/tutorial_finish.xml
@@ -5,11 +5,24 @@
xmlns:custom="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/tutorial_finish_container"
+ android:paddingLeft="32sp"
+ android:paddingRight="32sp"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/colorPrimary"
tools:context=".tutorial.tab.TutorialFragmentFinish">
+
+
+ app:layout_constraintVertical_bias="0.7" />
\ No newline at end of file
diff --git a/app/src/main/res/layout/tutorial_setup.xml b/app/src/main/res/layout/tutorial_setup.xml
index a47f195..9ff2256 100644
--- a/app/src/main/res/layout/tutorial_setup.xml
+++ b/app/src/main/res/layout/tutorial_setup.xml
@@ -7,4 +7,19 @@
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/colorPrimary"
- tools:context=".tutorial.tab.TutorialFragmentSetup"/>
\ No newline at end of file
+ android:paddingLeft="32sp"
+ android:paddingRight="32sp"
+ tools:context=".tutorial.tab.TutorialFragmentSetup">
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/tutorial_start.xml b/app/src/main/res/layout/tutorial_start.xml
index e423474..e7aaa02 100644
--- a/app/src/main/res/layout/tutorial_start.xml
+++ b/app/src/main/res/layout/tutorial_start.xml
@@ -4,7 +4,21 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/tutorial_start_container"
+ android:paddingLeft="32sp"
+ android:paddingRight="32sp"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/colorPrimary"
- tools:context=".tutorial.tab.TutorialFragmentStart"/>
\ No newline at end of file
+ tools:context=".tutorial.tab.TutorialFragmentStart">
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/tutorial_usage.xml b/app/src/main/res/layout/tutorial_usage.xml
index e7a61e6..95e05bc 100644
--- a/app/src/main/res/layout/tutorial_usage.xml
+++ b/app/src/main/res/layout/tutorial_usage.xml
@@ -4,7 +4,21 @@
xmlns:app="http://schemas.android.com/apk/res-auto"
xmlns:tools="http://schemas.android.com/tools"
android:id="@+id/tutorial_usage_container"
+ android:paddingLeft="32sp"
+ android:paddingRight="32sp"
android:layout_width="match_parent"
android:layout_height="match_parent"
android:background="?attr/colorPrimary"
- tools:context=".tutorial.tab.TutorialFragmentUsage"/>
\ No newline at end of file
+ tools:context=".tutorial.tab.TutorialFragmentUsage">
+
+
+
\ No newline at end of file