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

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

Issue 23314003: Add support for datalist to text input element on Android (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
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/autofill_text.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 be5896dac2d0dd2c4c1c1b48f0074ba9399f7851..a602826945af21b8f0d057f01314bf6f63c383fc 100644
--- a/ui/android/java/res/values/colors.xml
+++ b/ui/android/java/res/values/colors.xml
@@ -6,5 +6,7 @@
-->
<resources>
<color name="color_picker_border_color">#B0B0B0</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/autofill_text.xml ('k') | ui/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698