summaryrefslogtreecommitdiffstats
path: root/res/values/colors.xml
diff options
context:
space:
mode:
authorThe Android Open Source Project <initial-contribution@android.com>2009-01-09 17:51:25 -0800
committerThe Android Open Source Project <initial-contribution@android.com>2009-01-09 17:51:25 -0800
commit765e7c99c2b0b503f6ca6005897224b9d616d49b (patch)
tree3369932e240f30cbac56059ecdc244c24a93ea99 /res/values/colors.xml
parented217d91fb3f1a8f4e75ab36ef81d72ef9f4e6d6 (diff)
downloadpackages_apps_Browser-765e7c99c2b0b503f6ca6005897224b9d616d49b.zip
packages_apps_Browser-765e7c99c2b0b503f6ca6005897224b9d616d49b.tar.gz
packages_apps_Browser-765e7c99c2b0b503f6ca6005897224b9d616d49b.tar.bz2
auto import from //branches/cupcake/...@125939
Diffstat (limited to 'res/values/colors.xml')
-rw-r--r--res/values/colors.xml6
1 files changed, 5 insertions, 1 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml
index 0c22bc8..8d02fe1 100644
--- a/res/values/colors.xml
+++ b/res/values/colors.xml
@@ -32,13 +32,17 @@
<color name="white">#ffffffff</color>
<color name="black">#ff000000</color>
<color name="gray">#ffbbbbbb</color>
+ <color name="dark_gray">#ff777777</color>
+ <color name="blue">#ff0000ff</color>
<color name="translucent_white">#11ffffff</color>
- <!-- Gears Dialog -->
+ <!-- Gears Dialogs -->
<color name="permission_border">#f1cc1d</color>
<color name="permission_background">#faefb8</color>
<color name="shortcut_border">#e8e8e8</color>
<color name="shortcut_background">#f8f8f8</color>
+ <color name="icon_selection">#ff7a00</color>
+ <color name="dialog_link">#ff0000ff</color>
</resources>