From a38b427a7a6d2658dc3e3083bc6c263a3d4d7af3 Mon Sep 17 00:00:00 2001 From: Mike LeBeau Date: Thu, 14 May 2009 14:59:53 -0700 Subject: [PATCH] Add a search url text color attribute and theme. For search suggestions in global search (and in related apps using system search like the browser), we'd like to have a consistent green color used for urls. This makes it available system-wide. --- core/res/res/values/attrs.xml | 8 ++++++-- core/res/res/values/colors.xml | 3 +++ core/res/res/values/themes.xml | 1 + 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/core/res/res/values/attrs.xml b/core/res/res/values/attrs.xml index 43eec1b0b36ac..b92beec54f27e 100644 --- a/core/res/res/values/attrs.xml +++ b/core/res/res/values/attrs.xml @@ -79,6 +79,9 @@ + + + @@ -99,6 +102,7 @@ + @@ -152,8 +156,8 @@ - - + + diff --git a/core/res/res/values/colors.xml b/core/res/res/values/colors.xml index 8150067fec6a8..96369f4099a4c 100644 --- a/core/res/res/values/colors.xml +++ b/core/res/res/values/colors.xml @@ -73,5 +73,8 @@ #eeeeee #c0c0c0 + + #7fa87f + diff --git a/core/res/res/values/themes.xml b/core/res/res/values/themes.xml index 9567523445e85..b168fb88eee29 100644 --- a/core/res/res/values/themes.xml +++ b/core/res/res/values/themes.xml @@ -50,6 +50,7 @@ @android:color/secondary_text_light_nodisable @android:color/hint_foreground_dark @android:color/hint_foreground_light + @android:color/search_url_text @android:style/TextAppearance.Large @android:style/TextAppearance.Medium