Make the screen zoom preview app icon bigger to match Launcher

Bug: 27060024
Change-Id: I0eb58facefa8618331b5109f034d6e0134ad32d8
diff --git a/res/layout/screen_zoom_preview_app_icon.xml b/res/layout/screen_zoom_preview_app_icon.xml
index a9b18b6..b5ab4ac 100644
--- a/res/layout/screen_zoom_preview_app_icon.xml
+++ b/res/layout/screen_zoom_preview_app_icon.xml
@@ -28,10 +28,10 @@
 
         <ImageView
             android:id="@android:id/icon1"
-            android:layout_width="48dp"
-            android:layout_height="48dp"
+            android:layout_width="64dp"
+            android:layout_height="64dp"
             android:layout_marginBottom="4dp"
-            android:scaleType="centerInside" />
+            android:scaleType="fitCenter" />
 
         <TextView
             android:id="@android:id/text1"