Merge "[SettingsProvider] extend font size scale range" into qt-qpr1-dev

This commit is contained in:
TreeHugger Robot
2021-02-02 22:36:47 +00:00
committed by Android (Google) Code Review

View File

@@ -3418,7 +3418,7 @@ public final class Settings {
public static final String FONT_SCALE = "font_scale";
private static final Validator FONT_SCALE_VALIDATOR =
new SettingsValidators.InclusiveFloatRangeValidator(0.85f, 1.3f);
new SettingsValidators.InclusiveFloatRangeValidator(0.25f, 5.0f);
/**
* The serialized system locale value.