diff --git a/app/src/main/res/drawable/rectangle.xml b/app/src/main/res/drawable/rectangle.xml
new file mode 100644
index 00000000..d32283e5
--- /dev/null
+++ b/app/src/main/res/drawable/rectangle.xml
@@ -0,0 +1,6 @@
+
+
+
+
+
+
\ No newline at end of file
diff --git a/app/src/main/res/layout/fragment_subscription.xml b/app/src/main/res/layout/fragment_subscription.xml
index cfb103e1..7791cfb8 100644
--- a/app/src/main/res/layout/fragment_subscription.xml
+++ b/app/src/main/res/layout/fragment_subscription.xml
@@ -6,26 +6,39 @@
android:layout_height="match_parent"
android:orientation="vertical">
-
+
+
+
+
+ app:layout_constraintTop_toBottomOf="@id/freetrial"
+ app:layout_constraintVertical_bias="0.4" />
+ app:layout_constraintTop_toBottomOf="@id/pager"
+ app:layout_constraintVertical_bias="0.6" />