From dc377dd74257647635628be62b58255069665397 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Hakk=C4=B1=20Kaan=20=C3=87al=C4=B1=C5=9Fkan?= Date: Fri, 28 Aug 2020 03:16:19 +0300 Subject: [PATCH] For #12673: Adjust top and left alignment of logo on homescreen (#12676) align collection title --- app/src/main/res/layout/collection_header.xml | 1 - app/src/main/res/layout/fragment_home.xml | 4 ++-- 2 files changed, 2 insertions(+), 3 deletions(-) diff --git a/app/src/main/res/layout/collection_header.xml b/app/src/main/res/layout/collection_header.xml index f78455a0e..e2d7af88d 100644 --- a/app/src/main/res/layout/collection_header.xml +++ b/app/src/main/res/layout/collection_header.xml @@ -6,7 +6,6 @@ android:id="@+id/collections_header_text" android:layout_width="wrap_content" android:layout_height="48dp" - android:layout_marginStart="4.5dp" android:gravity="center_vertical" android:text="@string/collections_header" android:textAppearance="@style/HeaderTextStyle" /> \ No newline at end of file diff --git a/app/src/main/res/layout/fragment_home.xml b/app/src/main/res/layout/fragment_home.xml index cb7c95c3b..ffcb7ad2f 100644 --- a/app/src/main/res/layout/fragment_home.xml +++ b/app/src/main/res/layout/fragment_home.xml @@ -46,8 +46,8 @@ android:id="@+id/wordmark" android:layout_width="wrap_content" android:layout_height="40dp" - android:layout_marginStart="28dp" - android:layout_marginTop="56dp" + android:layout_marginStart="16dp" + android:layout_marginTop="18dp" android:layout_marginBottom="32dp" android:adjustViewBounds="true" android:clickable="false"