Fix the top summary layout.

This changes the margin to the proper 32dp and updates the style on the
title text to be consistent with the rest of Settings.

Bug: 35245772
Test: Manual
Change-Id: Ib980e22d9fac258dd5a72385a2c80060561aa5ac
diff --git a/res/layout/storage_summary_donut.xml b/res/layout/storage_summary_donut.xml
index 0266879..585fbf4 100644
--- a/res/layout/storage_summary_donut.xml
+++ b/res/layout/storage_summary_donut.xml
@@ -42,8 +42,7 @@
             android:layout_height="wrap_content"
             android:singleLine="true"
             android:textAlignment="viewStart"
-            android:textAppearance="@android:style/TextAppearance.Material.Subhead"
-            android:textColor="?android:attr/colorAccent"
+            android:textAppearance="@android:style/TextAppearance.Material.Display1"
             android:textSize="36sp" />
 
         <TextView
@@ -70,7 +69,7 @@
         android:id="@+id/donut"
         android:layout_width="112dp"
         android:layout_height="112dp"
-        android:layout_marginEnd="16dp"
+        android:layout_marginEnd="32dp"
         android:gravity="end|center_vertical"
         android:minWidth="58dp"
         android:paddingStart="?android:attr/listPreferredItemPaddingStart"