Update available font scales

Bug: 332564216
Test: `adb shell settings get system font_scale` returns 1.1

Change-Id: I94b31bf0aeb759449a4ea9c7194885ff0b3ee33e
This commit is contained in:
Massimo Carli 2024-04-03 17:16:24 +00:00
parent 59d3fd290d
commit 17009d2564

View file

@ -22,10 +22,10 @@
<!-- NOTE: if you change this, you must also add the corresponding scale key and lookup table to
frameworks/base/core/java/android/content/res/FontScaleConverterFactory.java -->
<string-array name="entryvalues_font_size" translatable="false">
<item>0.85</item>
<item>1.0</item>
<item>1.05</item>
<item>1.1</item>
<item>1.15</item>
<item>1.20</item>
<item>1.30</item>
<item>1.50</item>
<item>1.80</item>