Merge "[SettingsProvider] extend font size scale range" into qt-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
a9638beba3
@@ -3401,7 +3401,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.
|
||||
|
||||
Reference in New Issue
Block a user