From 05301c7d1a661c47183e5ad5c72400f16ae5f1d5 Mon Sep 17 00:00:00 2001
From: Xupei Li <1638876934a@gmail.com>
Date: Fri, 29 Apr 2022 20:34:11 +0800
Subject: [PATCH] Settings: Change array resource sim_color_light to an integer
array
* It should be an integer array because its items are all color reference, and I found that the translations of this resource can lead to not show SIM color in languages other than English.
Change-Id: I6264abdfd0a49119e0170ae5c4bec437ad4c9e8f
---
res/values/arrays.xml | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 0fe13feb3e6..9f0af97fa5c 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -1180,14 +1180,14 @@
-
+
- @color/SIM_color_cyan
- @color/SIM_color_blue800
- @color/SIM_color_green800
- @color/SIM_color_purple800
- @color/SIM_color_pink800
- @color/SIM_color_orange
-
+