diff --git a/app/src/main/res/layout/welcome_activity.xml b/app/src/main/res/layout/welcome_activity.xml
index 1638869..c89199f 100644
--- a/app/src/main/res/layout/welcome_activity.xml
+++ b/app/src/main/res/layout/welcome_activity.xml
@@ -17,7 +17,7 @@
android:layout_width="match_parent"
android:layout_height="@dimen/dots_height"
android:layout_alignParentBottom="true"
- android:layout_marginBottom="@dimen/dots_margin_bottom"
+ android:layout_marginBottom="20dp"
android:gravity="center"
android:orientation="horizontal">
@@ -27,7 +27,7 @@
android:layout_height="wrap_content"
android:layout_alignParentEnd="true"
android:layout_alignParentBottom="true"
- android:layout_marginBottom="@dimen/dots_margin_bottom"
+ android:layout_marginBottom="@dimen/button_margin_bottom"
android:background="@null"
android:text="@string/next"
android:textColor="@android:color/white"
@@ -39,7 +39,7 @@
android:layout_height="wrap_content"
android:layout_alignParentStart="true"
android:layout_alignParentBottom="true"
- android:layout_marginBottom="@dimen/dots_margin_bottom"
+ android:layout_marginBottom="@dimen/button_margin_bottom"
android:background="@null"
android:text="@string/skip"
android:textColor="@android:color/white" />
diff --git a/app/src/main/res/values/dimens.xml b/app/src/main/res/values/dimens.xml
index d10a8ea..b11cd19 100644
--- a/app/src/main/res/values/dimens.xml
+++ b/app/src/main/res/values/dimens.xml
@@ -10,6 +10,7 @@
75dp
20dp
+ 25dp
240dp
30sp
16sp