From e5a006f61bfcf94a660d6ed90ade24893fb2150c Mon Sep 17 00:00:00 2001 From: Daniel Nishi Date: Wed, 16 May 2018 15:34:34 -0700 Subject: [PATCH] Darken the secondary text on storage items. This darkens the X.XX GB text on the storage items to improve the contrast between the text and the background color. Bug: 79754437 Test: Manual Change-Id: Icc44a97d810cd1aea22438f38e5e97ddb7b8e43d --- res/layout/storage_item.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/res/layout/storage_item.xml b/res/layout/storage_item.xml index ba1c697bfb0..aa2b4f812ac 100644 --- a/res/layout/storage_item.xml +++ b/res/layout/storage_item.xml @@ -72,7 +72,7 @@ android:layout_height="wrap_content" android:textAlignment="viewStart" android:textAppearance="@android:style/TextAppearance.Material.Body1" - android:textColor="?android:attr/textColorSecondaryNoDisable" + android:textColor="?android:attr/textColorSecondary" android:maxLines="10" android:layout_alignParentEnd="true"/>