diff --git a/res/layout/experience_upgrade_link_previews_fragment.xml b/res/layout/experience_upgrade_link_previews_fragment.xml index 175f06b923..6c645d5efd 100644 --- a/res/layout/experience_upgrade_link_previews_fragment.xml +++ b/res/layout/experience_upgrade_link_previews_fragment.xml @@ -13,7 +13,7 @@ android:layout_height="wrap_content" android:layout_marginStart="8dp" android:layout_marginLeft="8dp" - android:layout_marginTop="8dp" + android:layout_marginTop="24dp" android:layout_marginEnd="8dp" android:layout_marginRight="8dp" android:fontFamily="sans-serif-light" @@ -34,12 +34,12 @@ android:layout_width="wrap_content" android:layout_height="0dp" android:layout_gravity="center" - android:layout_marginStart="8dp" - android:layout_marginLeft="8dp" - android:layout_marginTop="32dp" - android:layout_marginEnd="8dp" - android:layout_marginRight="8dp" - android:layout_marginBottom="8dp" + android:layout_marginStart="24dp" + android:layout_marginLeft="24dp" + android:layout_marginTop="16dp" + android:layout_marginEnd="24dp" + android:layout_marginRight="24dp" + android:layout_marginBottom="16dp" android:src="@drawable/link_preview_splash" app:layout_constraintBottom_toTopOf="@+id/linearLayout" app:layout_constraintEnd_toEndOf="parent" @@ -53,11 +53,11 @@ android:id="@+id/linearLayout" android:layout_width="match_parent" android:layout_height="wrap_content" - android:layout_marginStart="8dp" - android:layout_marginLeft="8dp" - android:layout_marginEnd="8dp" - android:layout_marginRight="8dp" - android:layout_marginBottom="8dp" + android:layout_marginStart="24dp" + android:layout_marginLeft="24dp" + android:layout_marginEnd="24dp" + android:layout_marginRight="24dp" + android:layout_marginBottom="16dp" android:orientation="vertical" app:layout_constraintBottom_toTopOf="@+id/experience_ok_button" app:layout_constraintEnd_toEndOf="parent" @@ -67,9 +67,9 @@