From: Jan Nordqvist Date: Fri, 9 Mar 2018 22:02:54 +0000 (-0800) Subject: Change the color of the measurement numbers below the data bar. X-Git-Tag: android-x86-9.0-r1~75^2~3^2 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=b17180d21a13e8e174e8e5b7dc50dfb669e12a46;p=android-x86%2Fpackages-apps-Settings.git 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 --- 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" />