From 946d25bb1dad0bc0089917659df4bb4dd9795054 Mon Sep 17 00:00:00 2001 From: Candice Lo Date: Sun, 5 Feb 2023 09:20:04 +0000 Subject: [PATCH] Move font size related resources to SettingsLib (2/2) Since creating the seekbar for changing font size in SystemUI requires the size of the value entry array and the values in the array. Therefore, we move the related resources to SettingsLib to share the usage. Bug: 242326166 Test: make RunSettingsRoboTests ROBOTEST_FILTER=FontSizeDataTest Test: Maually test the availability of changing font size through Settings page Change-Id: I41587c74844e45919775753326dd329779d6b6e8 Merged-In: Ic0ca23142e2c710400a936d4f1030ec30f736a35 --- packages/SettingsLib/res/values/arrays.xml | 14 ++++++++++++++ 1 file changed, 14 insertions(+) diff --git a/packages/SettingsLib/res/values/arrays.xml b/packages/SettingsLib/res/values/arrays.xml index 663e8e4b14d8e..ef664e99936f4 100644 --- a/packages/SettingsLib/res/values/arrays.xml +++ b/packages/SettingsLib/res/values/arrays.xml @@ -660,4 +660,18 @@ + + Small + Default + Large + Largest + + + + 0.85 + 1.0 + 1.15 + 1.30 + +