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
This commit is contained in:
@@ -1180,14 +1180,14 @@
|
|||||||
</string-array>
|
</string-array>
|
||||||
|
|
||||||
<!-- Array of color for sim color for multi-sim in light mode -->
|
<!-- Array of color for sim color for multi-sim in light mode -->
|
||||||
<string-array name="sim_color_light">
|
<integer-array name="sim_color_light">
|
||||||
<item>@color/SIM_color_cyan</item>
|
<item>@color/SIM_color_cyan</item>
|
||||||
<item>@color/SIM_color_blue800</item>
|
<item>@color/SIM_color_blue800</item>
|
||||||
<item>@color/SIM_color_green800</item>
|
<item>@color/SIM_color_green800</item>
|
||||||
<item>@color/SIM_color_purple800</item>
|
<item>@color/SIM_color_purple800</item>
|
||||||
<item>@color/SIM_color_pink800</item>
|
<item>@color/SIM_color_pink800</item>
|
||||||
<item>@color/SIM_color_orange</item>
|
<item>@color/SIM_color_orange</item>
|
||||||
</string-array>
|
</integer-array>
|
||||||
|
|
||||||
<!-- Array of titles for sim color for multi-sim -->
|
<!-- Array of titles for sim color for multi-sim -->
|
||||||
<string-array name="color_picker">
|
<string-array name="color_picker">
|
||||||
|
Reference in New Issue
Block a user