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
This commit is contained in:
Jan Nordqvist
2018-03-09 14:02:54 -08:00
parent 2e79a7cc42
commit b17180d21a

View File

@@ -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" />
</LinearLayout>