From 234889c81ca90c696d87c797eae66b69283f2359 Mon Sep 17 00:00:00 2001 From: Stefan Andonian Date: Wed, 9 Mar 2022 21:21:47 +0000 Subject: [PATCH] Update text in "get app suggestions" bottom sheet to use Google Sans font family. Bug: b/211375020 Test: Verified that the font was different after setting it in the xml. Screenshot: screenshot.googleplex.com/AEvdCXTufBnbQC5.png Change-Id: Ie5447344b9e917648b50945414cf58562a1d0ca8 (cherry picked from commit 4f15b6cafb6781909d7676c6570db2575ad937cb) --- quickstep/res/layout/predicted_hotseat_edu.xml | 1 + 1 file changed, 1 insertion(+) diff --git a/quickstep/res/layout/predicted_hotseat_edu.xml b/quickstep/res/layout/predicted_hotseat_edu.xml index e4e3956c6e..f0c12f1029 100644 --- a/quickstep/res/layout/predicted_hotseat_edu.xml +++ b/quickstep/res/layout/predicted_hotseat_edu.xml @@ -42,6 +42,7 @@ android:paddingLeft="@dimen/bottom_sheet_edu_padding" android:paddingRight="@dimen/bottom_sheet_edu_padding" android:text="@string/hotseat_edu_title_migrate" + android:fontFamily="google-sans" android:textAlignment="center" android:textColor="@android:color/white" android:textSize="20sp" />