diff options
author | John Reck <jreck@google.com> | 2011-01-17 13:08:30 -0800 |
---|---|---|
committer | John Reck <jreck@google.com> | 2011-01-18 11:22:24 -0800 |
commit | dd7d751f480a8554e5b318adaa866517453f3fce (patch) | |
tree | 03b326c3668263b538ffc9323d8081c4f81ef9a2 /res/values | |
parent | 38bbd67197a7e80775945a8ce0658af6dd0628a2 (diff) | |
download | packages_apps_Browser-dd7d751f480a8554e5b318adaa866517453f3fce.zip packages_apps_Browser-dd7d751f480a8554e5b318adaa866517453f3fce.tar.gz packages_apps_Browser-dd7d751f480a8554e5b318adaa866517453f3fce.tar.bz2 |
Omnibox tweaks
Bug: 3345000
Move nav suggest after all local results including history and changed
second line to a slight green color
Change-Id: Ia9f8376633b666dc8706a0ea125a999066fa60a0
Diffstat (limited to 'res/values')
-rw-r--r-- | res/values/colors.xml | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml index 835f3ba..84e5348 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -33,4 +33,5 @@ <color name="qc_slice_active">#E02090FF</color> <color name="bookmarkWidgetFaviconBackground">#23ffffff</color> <color name="bookmarkListFaviconBackground">#23ffffff</color> + <color name="urlTextColor">#0E774A</color> </resources> |