From b17180d21a13e8e174e8e5b7dc50dfb669e12a46 Mon Sep 17 00:00:00 2001 From: Jan Nordqvist Date: Fri, 9 Mar 2018 14:02:54 -0800 Subject: [PATCH] Change the color of the measurement numbers below the data bar. Original line item: In Data Usage screen, Below the data bar, Make GB measurement numbers smaller. Bug: 70950124 Test: manual Test: make RunSettingsRoboTests Change-Id: Id30233e038c664539fd688dcd4eb99af0c41f010 --- res/layout/data_usage_summary_preference.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/res/layout/data_usage_summary_preference.xml b/res/layout/data_usage_summary_preference.xml index 445e7cdd46..b54362afee 100644 --- a/res/layout/data_usage_summary_preference.xml +++ b/res/layout/data_usage_summary_preference.xml @@ -106,7 +106,8 @@ android:id="@+id/data_limits" android:layout_width="match_parent" android:layout_height="wrap_content" - android:paddingBottom="5dp" /> + android:paddingBottom="5dp" + android:textColor="?android:attr/textColorSecondary" /> -- 2.11.0