Merge "[SettingsProvider] extend font size scale range" into rvc-qpr-dev am: 06c81b12f4
Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/13370390 MUST ONLY BE SUBMITTED BY AUTOMERGER Change-Id: I663571a4c501aa172faa4c4c035774cddbe9b944
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user