From b104a25dd0081d1277f4f3a5451b6d5cbac467a9 Mon Sep 17 00:00:00 2001 From: Jan Nordqvist Date: Fri, 16 Mar 2018 10:19:04 -0700 Subject: [PATCH] In Data Usage screen, Above the data bar, Change font size of number. This is related to ag/3746508 and sets the size of the "small" text to 16sp. Bug: 70950124 Test: manual Test: make RunSettingsRoboTests Change-Id: I17f859186dc596c4dbab190241325bac4dad5554 --- res/layout/data_usage_summary_preference.xml | 2 ++ 1 file changed, 2 insertions(+) diff --git a/res/layout/data_usage_summary_preference.xml b/res/layout/data_usage_summary_preference.xml index eda8a81e250..384ed8c1595 100644 --- a/res/layout/data_usage_summary_preference.xml +++ b/res/layout/data_usage_summary_preference.xml @@ -48,6 +48,7 @@ android:layout_height="wrap_content" android:fontFamily="@*android:string/config_headlineFontFamily" android:textAppearance="?android:attr/textAppearanceMedium" + android:textSize="16sp" android:textColor="?android:attr/colorAccent" />