Loading packages/SettingsLib/res/values/arrays.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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> Loading tools/fonts/font-scaling-array-generator.js +2 −1 Original line number Diff line number Diff line Loading @@ -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]; Loading Loading
packages/SettingsLib/res/values/arrays.xml +1 −1 Original line number Diff line number Diff line Loading @@ -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> Loading
tools/fonts/font-scaling-array-generator.js +2 −1 Original line number Diff line number Diff line Loading @@ -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]; Loading