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

Unified Diff: chrome/android/java/res/color/edit_text_tint.xml

Issue 897953002: Underlines for preference spinners and other autofill tweaks (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: pref_field_underline_color -> input_underline_color, fix wrapping Created 5 years, 10 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
« no previous file with comments | « no previous file | chrome/android/java/res/layout/autofill_credit_card_editor.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/color/edit_text_tint.xml
diff --git a/chrome/android/java/res/color/edit_text_tint.xml b/chrome/android/java/res/color/edit_text_tint.xml
index 81dde28faa06e4efb0224429cebb2e2ff91ba299..228f36b528ec7276a8964c583bbb0bdfd11cb109 100644
--- a/chrome/android/java/res/color/edit_text_tint.xml
+++ b/chrome/android/java/res/color/edit_text_tint.xml
@@ -11,5 +11,5 @@
<item android:state_enabled="false"
android:alpha="@dimen/disabled_alpha_material_dark"
android:color="@color/default_text_color" />
- <item android:color="@color/default_text_color" />
+ <item android:color="@color/input_underline_color" />
</selector>
« no previous file with comments | « no previous file | chrome/android/java/res/layout/autofill_credit_card_editor.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698