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

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

Issue 2531223003: Expanded Autofill Credit Card Popup Layout Experiment in Android. (Closed)
Patch Set: Fix merge Created 4 years 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: 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 5dbe201164da0d68798b18851258bdc472428b0c..a81d3bf02644249043b61cb618fda26dfeef82df 100644
--- a/ui/android/java/res/values/colors.xml
+++ b/ui/android/java/res/values/colors.xml
@@ -5,7 +5,7 @@
found in the LICENSE file.
-->
<resources>
- <color name="dropdown_divider_color">#E5E5E5</color>
Theresa 2016/12/08 18:26:20 This XML file's indentation was correct (it should
csashi 2016/12/08 20:09:01 Done.
- <color name="dropdown_dark_divider_color">#C0C0C0</color>
+ <color name="dropdown_divider_color">#E5E5E5</color>
+ <color name="dropdown_dark_divider_color">#C0C0C0</color>
</resources>

Powered by Google App Engine
This is Rietveld 408576698