summaryrefslogtreecommitdiffstats
path: root/res/values/arrays.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/arrays.xml')
-rw-r--r--res/values/arrays.xml34
1 files changed, 18 insertions, 16 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index c21cbdb..dfa4c42 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -1260,24 +1260,26 @@
<item>Cached (empty)</item>
</string-array>
- <!-- Multi-SIM titles for captioning color preference. -->
- <string-array name="sim_info_picker_color_titles" translatable="false" >
- <item>@string/color_blue</item>
- <item>@string/color_green</item>
- <item>@string/color_purple</item>
- <item>@string/color_red</item>
- <item>@string/color_orange</item>
+ <!-- Array storing rgb values of sim colors for multi-sim -->
+ <array name="sim_colors">
+ <item>@color/Teal_700</item>
+ <item>@color/Blue_700</item>
+ <item>@color/Indigo_700</item>
+ <item>@color/Purple_700</item>
+ <item>@color/Pink_700</item>
+ <item>@color/Red_700</item>
+ </array>
+
+ <!-- Array of titles for sim color for multi-sim -->
+ <string-array name="color_picker">
+ <item>Teal</item>
+ <item>Blue</item>
+ <item>Indigo</item>
+ <item>Purple</item>
+ <item>Pink</item>
+ <item>Red</item>
</string-array>
- <!-- Multi-SIM colors. -->
- <integer-array name="sim_info_picker_color_values" translatable="false" >
- <item>@color/blue_500</item>
- <item>@color/green_500</item>
- <item>@color/purple_500</item>
- <item>@color/red_500</item>
- <item>@color/orange_500</item>
- </integer-array>
-
<!-- USB configuration names for Developer Settings.
This can be overridden by devices with additional USB configurations. -->
<string-array name="usb_configuration_titles">