From bedf9232eb67a420f0372d3ca135ca13194e603b Mon Sep 17 00:00:00 2001 From: Winson Chung Date: Fri, 10 Jul 2015 12:38:30 -0700 Subject: Adding market search. Change-Id: Id41615653cd4fa76213add4595418ad0cc6e7852 --- res/values/colors.xml | 1 + 1 file changed, 1 insertion(+) (limited to 'res/values/colors.xml') diff --git a/res/values/colors.xml b/res/values/colors.xml index 51e4d40a5b..0add48cd85 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -44,6 +44,7 @@ #009688 + #DDDDDD #42FFFFFF -- cgit v1.2.3 From 6779595bec64fa4503c22f75c8e245a449fe665d Mon Sep 17 00:00:00 2001 From: Winson Date: Thu, 20 Aug 2015 12:23:52 -0700 Subject: Updating the scrollbar to make the fastscroller more visible. Bug: 20035978 Change-Id: I56a865262cd07e6af11b4374a7e6354710116dcd --- res/values/colors.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'res/values/colors.xml') diff --git a/res/values/colors.xml b/res/values/colors.xml index 0add48cd85..6fe2ae15dc 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -39,7 +39,7 @@ #FFFFFFFF - #42000000 + #009688 #009688 -- cgit v1.2.3 From 08d627566c841d8fb1c3a38ec99649832870c119 Mon Sep 17 00:00:00 2001 From: Winson Date: Mon, 24 Aug 2015 15:20:53 -0700 Subject: Fixing widgets container inactive scroll bar color. Bug: 20035978 Change-Id: Ia267ff8f171f7c4cde00593bd69cf69c1660c431 --- res/values/colors.xml | 1 - 1 file changed, 1 deletion(-) (limited to 'res/values/colors.xml') diff --git a/res/values/colors.xml b/res/values/colors.xml index 6fe2ae15dc..8a7f62743c 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -47,7 +47,6 @@ #DDDDDD - #42FFFFFF #FFFFFF #C4C4C4 #263238 -- cgit v1.2.3