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

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

Issue 23026006: Add support for color input datalist on Android (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Created 7 years, 1 month 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
« no previous file with comments | « ui/android/java/res/layout/color_picker_dialog_content.xml ('k') | ui/android/java/res/values/dimens.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: ui/android/java/res/values/colors.xml
diff --git a/ui/android/java/res/values/colors.xml b/ui/android/java/res/values/colors.xml
index a602826945af21b8f0d057f01314bf6f63c383fc..9aa152bae54c580bff4f7818fff9f50dc73a39e8 100644
--- a/ui/android/java/res/values/colors.xml
+++ b/ui/android/java/res/values/colors.xml
@@ -6,6 +6,7 @@
-->
<resources>
<color name="color_picker_border_color">#B0B0B0</color>
+ <color name="color_picker_background_color">#FFFFFF</color>
<color name="autofill_divider_color">#E5E5E5</color>
<color name="autofill_dark_divider_color">#C0C0C0</color>
</resources>
« no previous file with comments | « ui/android/java/res/layout/color_picker_dialog_content.xml ('k') | ui/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698