From 7da73bbc3026e662aa31dd86c9f69084ccecb021 Mon Sep 17 00:00:00 2001 From: Greyson Parrelli Date: Tue, 5 Feb 2019 16:41:33 -0800 Subject: [PATCH] Updated link preview splash layout. --- ...erience_upgrade_link_previews_fragment.xml | 34 +++++++++---------- 1 file changed, 17 insertions(+), 17 deletions(-) diff --git a/res/layout/experience_upgrade_link_previews_fragment.xml b/res/layout/experience_upgrade_link_previews_fragment.xml index 175f06b92..6c645d5ef 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 @@