Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 52d9c997 authored by TreeHugger Robot's avatar TreeHugger Robot Committed by Android (Google) Code Review
Browse files

Merge "Fix font scaling related documents"

parents 6e431254 11bb0370
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -647,7 +647,7 @@
    <string-array name="avatar_image_descriptions"/>

    <!-- 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 -->
     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>
+2 −1
Original line number Diff line number Diff line
@@ -24,7 +24,8 @@
*/

/**
 * Modify this to match your packages/apps/Settings/res/arrays.xml#entryvalues_font_size
 * Modify this to match your
 * frameworks/base/packages/SettingsLib/res/values/arrays.xml#entryvalues_font_size
 * array so that all possible scales are generated.
 */
const scales = [1.15, 1.30, 1.5, 1.8, 2];