OSDN Git Service

Change the color of the measurement numbers below the data bar.
authorJan Nordqvist <jannq@google.com>
Fri, 9 Mar 2018 22:02:54 +0000 (14:02 -0800)
committerJan Nordqvist <jannq@google.com>
Tue, 13 Mar 2018 20:12:49 +0000 (13:12 -0700)
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

index 445e7cd..b54362a 100644 (file)
         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" />
 
 </LinearLayout>