From abc505aac3b830a551284f0326bba987abfb2395 Mon Sep 17 00:00:00 2001 From: Sanket Padawe Date: Tue, 28 Oct 2014 14:01:50 -0700 Subject: Add sim color selection in settings Adding a dropdown list to select sim color from sim settings UI. Change-Id: I26da0a79f5b1edf829fc5d46af2c0c23962226b8 --- res/values/arrays.xml | 34 ++++++++++++++++++---------------- 1 file changed, 18 insertions(+), 16 deletions(-) (limited to 'res/values/arrays.xml') diff --git a/res/values/arrays.xml b/res/values/arrays.xml index 580143e..e613617 100644 --- a/res/values/arrays.xml +++ b/res/values/arrays.xml @@ -1260,21 +1260,23 @@ Cached (empty) - - - @string/color_blue - @string/color_green - @string/color_purple - @string/color_red - @string/color_orange + + + @color/Teal_700 + @color/Blue_700 + @color/Indigo_700 + @color/Purple_700 + @color/Pink_700 + @color/Red_700 + + + + + Teal + Blue + Indigo + Purple + Pink + Red - - - - @color/blue_500 - @color/green_500 - @color/purple_500 - @color/red_500 - @color/orange_500 - -- cgit v1.1