From 945c312eb78ea3a98568598f4769c36a08dad24e Mon Sep 17 00:00:00 2001 From: Alex Chau Date: Fri, 28 Oct 2022 16:03:24 +0100 Subject: [PATCH] Set autoSizeMaxTextSize for digital wellbeing toast Fix: 253970740 Test: Enable app timer with normal display size and font size Test: Enable app timer with largest display size and font size Change-Id: I9a795dcf709a15c6e2c0eb24e31f09c84ea8eb2e --- quickstep/res/layout/digital_wellbeing_toast.xml | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/quickstep/res/layout/digital_wellbeing_toast.xml b/quickstep/res/layout/digital_wellbeing_toast.xml index e493ac9147..d5e367097a 100644 --- a/quickstep/res/layout/digital_wellbeing_toast.xml +++ b/quickstep/res/layout/digital_wellbeing_toast.xml @@ -26,4 +26,5 @@ android:importantForAccessibility="noHideDescendants" android:textColor="?priv-android:attr/textColorOnAccent" android:textSize="14sp" - android:autoSizeTextType="uniform"/> \ No newline at end of file + android:autoSizeTextType="uniform" + android:autoSizeMaxTextSize="14sp"/> \ No newline at end of file