OSDN Git Service

In Data Usage screen, Above the data bar, Change font size of number.
authorJan Nordqvist <jannq@google.com>
Fri, 16 Mar 2018 17:19:04 +0000 (10:19 -0700)
committerJan Nordqvist <jannq@google.com>
Fri, 16 Mar 2018 21:26:18 +0000 (14:26 -0700)
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

index eda8a81..384ed8c 100644 (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>