Merge "[SettingsProvider] extend font size scale range" into qt-qpr1-dev
This commit is contained in:
committed by
Android (Google) Code Review
commit
4097309ffc
@@ -3418,7 +3418,7 @@ public final class Settings {
|
|||||||
public static final String FONT_SCALE = "font_scale";
|
public static final String FONT_SCALE = "font_scale";
|
||||||
|
|
||||||
private static final Validator FONT_SCALE_VALIDATOR =
|
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.
|
* The serialized system locale value.
|
||||||
|
|||||||
Reference in New Issue
Block a user