diff options
author | Michael Kolb <kolby@google.com> | 2010-10-15 10:58:44 -0700 |
---|---|---|
committer | Michael Kolb <kolby@google.com> | 2010-10-20 10:19:21 -0700 |
commit | d3e4d4f2c8435269158d61e41b4595111c4aceea (patch) | |
tree | f5c7405e7871657dc74bc15189c95a0ba359a1a9 /res/values/colors.xml | |
parent | 6573f9edd734c8dc42251840d6f693058ca4dfd8 (diff) | |
download | packages_apps_Browser-d3e4d4f2c8435269158d61e41b4595111c4aceea.zip packages_apps_Browser-d3e4d4f2c8435269158d61e41b4595111c4aceea.tar.gz packages_apps_Browser-d3e4d4f2c8435269158d61e41b4595111c4aceea.tar.bz2 |
Fix http auth dialog for Holo theme
Bug 3083992
Removed style/color overrides for majority of dialogs
in preparation for UX refresh
Change-Id: I1ff6d0271b802af1e7682c19e077d85025656c09
Diffstat (limited to 'res/values/colors.xml')
-rw-r--r-- | res/values/colors.xml | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/res/values/colors.xml b/res/values/colors.xml index 95105e1..822c3b4 100644 --- a/res/values/colors.xml +++ b/res/values/colors.xml @@ -20,20 +20,8 @@ <!-- FIXME: Change the name of this file! It is now being used generically for the browser --> <resources> - <color name="username_text">#ffffffff</color> - <color name="username_edit">#ff000000</color> - - <color name="password_text">#ffffffff</color> - <color name="password_edit">#ff000000</color> - - <color name="ssl_text_label">#ffffffff</color> - <color name="ssl_text_value">#ffffffff</color> - <color name="white">#ffffffff</color> <color name="black">#ff000000</color> - <color name="tab_title_selected">#ffffffff</color> - <color name="tab_title_unselected">#ff808080</color> - <color name="geolocation_permissions_prompt_background">#ffdddddd</color> </resources> |