From ff5887975b5037ae69debaa8e876ae2f5d55fda4 Mon Sep 17 00:00:00 2001 From: PixelyIon Date: Thu, 11 Nov 2021 13:58:25 +0530 Subject: [PATCH] Remove Logo from `MainActivity` The Skyline logo was added to the title area but it ended up being too distracting with a light theme as the logo was designed purely for a white background. Ultimately, even though it looked good with the dark theme we had to remove it. --- app/src/main/res/layout/main_activity.xml | 18 +++--------------- 1 file changed, 3 insertions(+), 15 deletions(-) diff --git a/app/src/main/res/layout/main_activity.xml b/app/src/main/res/layout/main_activity.xml index 119d9f27..65455a12 100644 --- a/app/src/main/res/layout/main_activity.xml +++ b/app/src/main/res/layout/main_activity.xml @@ -76,30 +76,18 @@ app:srcCompat="@drawable/ic_settings" app:tint="?android:attr/textColorSecondary" /> - - @@ -121,7 +109,7 @@ android:layout_width="match_parent" android:layout_height="64dp" android:layout_marginStart="10dp" - android:layout_marginTop="16dp" + android:layout_marginTop="10dp" android:layout_marginEnd="10dp" app:cardCornerRadius="16dp" app:cardElevation="2dp"