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
This commit is contained in:
Jan Nordqvist
2018-03-16 10:19:04 -07:00
parent b65b3ce173
commit b104a25dd0

View File

@@ -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" />
<Space
@@ -60,6 +61,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" />
</LinearLayout>