From 59cfcd094600774febe69abbb33621bf0c71fc3d Mon Sep 17 00:00:00 2001 From: Sihua Ma Date: Tue, 29 Mar 2022 10:14:09 -0700 Subject: [PATCH] Updating font to Google Sans for widget dialog when work profile is paused Changing the font family of no_widgets_text to Google Sans. Test: Manual Fix: 226612140 Change-Id: I70d98c9571aa3a62bb61685b10ae46530630bf97 --- res/layout/widgets_full_sheet.xml | 1 - 1 file changed, 1 deletion(-) diff --git a/res/layout/widgets_full_sheet.xml b/res/layout/widgets_full_sheet.xml index 505ecb1a0d..e867405fd6 100644 --- a/res/layout/widgets_full_sheet.xml +++ b/res/layout/widgets_full_sheet.xml @@ -43,7 +43,6 @@ android:layout_height="match_parent" android:gravity="center" android:visibility="gone" - android:fontFamily="sans-serif-medium" android:textSize="20sp" android:layout_below="@id/search_and_recommendations_container" tools:text="No widgets available" />