From 89effe9cbfac1af42d58c3ad9f3720d0aed03e1d Mon Sep 17 00:00:00 2001 From: Daniel Nishi Date: Mon, 8 May 2017 17:01:11 -0700 Subject: [PATCH] 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 --- res/layout/storage_summary_donut.xml | 5 ++--- 1 file changed, 2 insertions(+), 3 deletions(-) diff --git a/res/layout/storage_summary_donut.xml b/res/layout/storage_summary_donut.xml index 0266879d4a7..585fbf4ea96 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" />