From e0abce035f465c76ac6c223257a066b1945c7e4c Mon Sep 17 00:00:00 2001 From: Fabian Kozynski Date: Tue, 30 Oct 2018 09:14:07 -0400 Subject: [PATCH] Change font in QS to Google Sans Test: Visual Change-Id: I911bdee9b72afe619b830ac762b7820804a45b1f Bug: 117672345 --- packages/SystemUI/res/layout/qs_footer_impl.xml | 2 +- packages/SystemUI/res/layout/qs_tile_label.xml | 2 +- packages/SystemUI/res/values/dimens.xml | 1 + packages/SystemUI/res/values/styles.xml | 14 ++++++++++++-- 4 files changed, 15 insertions(+), 4 deletions(-) diff --git a/packages/SystemUI/res/layout/qs_footer_impl.xml b/packages/SystemUI/res/layout/qs_footer_impl.xml index f554150ab0d0e..890bf5d8ac454 100644 --- a/packages/SystemUI/res/layout/qs_footer_impl.xml +++ b/packages/SystemUI/res/layout/qs_footer_impl.xml @@ -62,7 +62,7 @@ android:layout_weight="1" android:layout_marginEnd="32dp" android:ellipsize="marquee" - android:textAppearance="@style/TextAppearance.QS.TileLabel" + android:textAppearance="@style/TextAppearance.QS.CarrierInfo" android:textColor="?android:attr/textColorPrimary" android:textDirection="locale" android:singleLine="true" /> diff --git a/packages/SystemUI/res/layout/qs_tile_label.xml b/packages/SystemUI/res/layout/qs_tile_label.xml index 980442c488f41..f34161e285dae 100644 --- a/packages/SystemUI/res/layout/qs_tile_label.xml +++ b/packages/SystemUI/res/layout/qs_tile_label.xml @@ -79,7 +79,7 @@ android:padding="0dp" android:visibility="gone" android:gravity="center" - android:textAppearance="@style/TextAppearance.QS.TileLabel" + android:textAppearance="@style/TextAppearance.QS.TileLabel.Secondary" android:textColor="?android:attr/textColorSecondary"/> 8dp 24dp 12sp + 14sp 1dp 16dp 112dp diff --git a/packages/SystemUI/res/values/styles.xml b/packages/SystemUI/res/values/styles.xml index 6244e1c4a5093..95fd86fd2e950 100644 --- a/packages/SystemUI/res/values/styles.xml +++ b/packages/SystemUI/res/values/styles.xml @@ -125,7 +125,7 @@ @@ -135,7 +135,7 @@ @@ -239,10 +239,20 @@ + + + +