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

Commit 11bb0370 authored by chihtinglo's avatar chihtinglo
Browse files

Fix font scaling related documents

Fixing the documents for font scaling resources and scripts because of
resource movements and file renaming.

Bug: 268670106
Test: Update documents only. No changes in codes.
Change-Id: If8fa5ecdf12cf77359c071ced1ab2c2cbf72ec23
parent 011451e5
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -617,7 +617,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];