Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 945c312e authored by Alex Chau's avatar Alex Chau
Browse files

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
parent 4972822c
Loading
Loading
Loading
Loading
+2 −1
Original line number Diff line number Diff line
@@ -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