Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(1215)

Unified Diff: chrome/android/java/res/values/colors.xml

Issue 2067323004: Allow copying and viewing account credentials in PasswordEntryEditor (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Remove chromium.gyp_env Created 4 years, 4 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
Index: chrome/android/java/res/values/colors.xml
diff --git a/chrome/android/java/res/values/colors.xml b/chrome/android/java/res/values/colors.xml
index 0b0254faa7b938bed98bf45e84f1c4711cd491d7..6f678358ddf3c0f8f9ed871452ae015e9a6c2bbf 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -193,5 +193,8 @@
<color name="payments_section_edit_background">#f5f5f5</color>
<color name="payments_section_chevron">#b2b2b2</color>
<color name="payments_section_separator">#e0e0e0</color>
+
+ <!-- Background color for icons -->
+ <color name="white_icon_background">#0000</color>
Bernhard Bauer 2016/08/03 12:54:42 Four hex digits is a bit strange. Is this meant to
dozsa 2016/08/03 14:06:54 Turns out what I needed to do was set the backgrou
</resources>

Powered by Google App Engine
This is Rietveld 408576698