(SHIFT) Logo: increase on welcome, decrease on finish activity

Change-Id: Iea5b48569a237b6f0e79a86c2edf7ec46224c3fc
Signed-off-by: Alexander Martinz <amartinz@shiftphones.com>
diff --git a/res/drawable/shift_logo.xml b/res/drawable/shift_logo.xml
index 355fb7b..4fd890c 100644
--- a/res/drawable/shift_logo.xml
+++ b/res/drawable/shift_logo.xml
@@ -16,8 +16,8 @@
 -->
 <vector
     xmlns:android="http://schemas.android.com/apk/res/android"
-    android:width="100dp"
-    android:height="100dp"
+    android:width="120dp"
+    android:height="120dp"
     android:viewportWidth="426"
     android:viewportHeight="426">
     <path
diff --git a/res/layout/finish_activity.xml b/res/layout/finish_activity.xml
index 1cd03e7..ed75aea 100644
--- a/res/layout/finish_activity.xml
+++ b/res/layout/finish_activity.xml
@@ -38,10 +38,23 @@
             android:layout_weight="1"
             android:src="@drawable/shift_logo"
             android:adjustViewBounds="true"
-            android:scaleType="fitCenter"
+            android:scaleType="center"
             android:gravity="center"
             android:padding="@dimen/content_margin_left"/>
 
+    </LinearLayout>
+
+    <LinearLayout
+        android:layout_width="match_parent"
+        android:layout_height="match_parent"
+        android:orientation="vertical"
+        style="@style/SudContentFrame">
+
+        <Space
+            android:layout_width="wrap_content"
+            android:layout_height="0dp"
+            android:layout_weight="1" />
+
         <org.lineageos.setupwizard.NavigationLayout
             android:id="@+id/navigation_bar"
             android:layout_width="match_parent"