summaryrefslogtreecommitdiffstats
path: root/res/values/arrays.xml
diff options
context:
space:
mode:
authorPauloftheWest <paulofthewest@google.com>2014-10-03 11:07:14 -0700
committerPauloftheWest <paulofthewest@google.com>2014-10-03 15:22:59 -0700
commit50e6ecacf99c30bf239e68bd54895e3632315063 (patch)
tree682aa675af16e0c9f20449c079210bcf86552960 /res/values/arrays.xml
parentdbd052ed5ee71b2fc552e0a2954f8c283acc6f70 (diff)
downloadpackages_apps_Settings-50e6ecacf99c30bf239e68bd54895e3632315063.zip
packages_apps_Settings-50e6ecacf99c30bf239e68bd54895e3632315063.tar.gz
packages_apps_Settings-50e6ecacf99c30bf239e68bd54895e3632315063.tar.bz2
[DS] DSDS support for Settings
+ Rebase and modify as APIs rename. + Fix bugs on set sub's name as title. + Enabled Sim Settings. Change-Id: Ic731c7882be95b86b6b8dcdd3f208a6125681f3e
Diffstat (limited to 'res/values/arrays.xml')
-rw-r--r--res/values/arrays.xml18
1 files changed, 18 insertions, 0 deletions
diff --git a/res/values/arrays.xml b/res/values/arrays.xml
index 0a09a9c..4c48c6b 100644
--- a/res/values/arrays.xml
+++ b/res/values/arrays.xml
@@ -1265,4 +1265,22 @@
<item>Cached (activity client)</item>
<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>
+ </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>
</resources>