Merge "feat(non linear font scaling): support up to 200% font scaling."
This commit is contained in:
committed by
Android (Google) Code Review
commit
ea4109f048
@@ -105,11 +105,16 @@
|
|||||||
<item>1800000</item>
|
<item>1800000</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
|
<!-- NOTE: if you change this, you must also add the corresponding scale key and lookup table to
|
||||||
|
frameworks/base/core/java/android/content/res/FontScaleLookupTableFactory.java -->
|
||||||
<string-array name="entryvalues_font_size" translatable="false">
|
<string-array name="entryvalues_font_size" translatable="false">
|
||||||
<item>0.85</item>
|
<item>0.85</item>
|
||||||
<item>1.0</item>
|
<item>1.0</item>
|
||||||
<item>1.15</item>
|
<item>1.15</item>
|
||||||
<item>1.30</item>
|
<item>1.30</item>
|
||||||
|
<item>1.50</item>
|
||||||
|
<item>1.80</item>
|
||||||
|
<item>2.0</item>
|
||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
<!-- Wi-Fi settings -->
|
<!-- Wi-Fi settings -->
|
||||||
|
|||||||
Reference in New Issue
Block a user