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

Commit 8541040e authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Automerger Merge Worker
Browse files

Merge "[SettingsProvider] extend font size scale range" into rvc-dev am: e42ea74f

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13369913

MUST ONLY BE SUBMITTED BY AUTOMERGER

Change-Id: I49339a73e4267bcd34c4f35ca0bef1d77b874bf0
parents 9dd63c57 e42ea74f
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -89,7 +89,7 @@ public class SystemSettingsValidators {
                        return value == null || value.length() < MAX_LENGTH;
                    }
                });
        VALIDATORS.put(System.FONT_SCALE, new InclusiveFloatRangeValidator(0.85f, 1.3f));
        VALIDATORS.put(System.FONT_SCALE, new InclusiveFloatRangeValidator(0.25f, 5.0f));
        VALIDATORS.put(System.DIM_SCREEN, BOOLEAN_VALIDATOR);
        VALIDATORS.put(
                System.DISPLAY_COLOR_MODE,