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

Side by Side Diff: chrome/android/java/res/values/colors.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 unified diff | Download patch
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2014 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2014 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. 4 found in the LICENSE file.
5 --> 5 -->
6 6
7 <resources> 7 <resources>
8 <!-- Common colors --> 8 <!-- Common colors -->
9 <color name="default_text_color">#333</color> 9 <color name="default_text_color">#333</color>
10 <color name="default_primary_color">#f2f2f2</color> 10 <color name="default_primary_color">#f2f2f2</color>
11 <color name="light_normal_color">#5A5A5A</color> 11 <color name="light_normal_color">#5A5A5A</color>
12 <color name="light_active_color">#4285F4</color> 12 <color name="light_active_color">#4285F4</color>
13 <color name="input_underline_color">#e5e5e5</color>
13 14
14 <!-- Infobar colors --> 15 <!-- Infobar colors -->
15 <color name="infobar_background">#fff</color> 16 <color name="infobar_background">#fff</color>
16 <color name="infobar_background_separator">#afafaf</color> 17 <color name="infobar_background_separator">#afafaf</color>
17 <color name="infobar_accent_blue">#4285f4</color> 18 <color name="infobar_accent_blue">#4285f4</color>
18 <color name="infobar_accent_blue_pressed">#679df6</color> 19 <color name="infobar_accent_blue_pressed">#679df6</color>
19 <color name="infobar_tertiary_button_text">#969696</color> 20 <color name="infobar_tertiary_button_text">#969696</color>
20 21
21 <!-- Tab Switcher Colors --> 22 <!-- Tab Switcher Colors -->
22 <color name="tab_switcher_background">#111111</color> 23 <color name="tab_switcher_background">#111111</color>
(...skipping 47 matching lines...) Expand 10 before | Expand all | Expand 10 after
70 <color name="pref_button_disabled_color">#83d7fd</color> 71 <color name="pref_button_disabled_color">#83d7fd</color>
71 <color name="expandable_group_dark_gray">#484848</color> 72 <color name="expandable_group_dark_gray">#484848</color>
72 73
73 <!-- Compositor Tab Title Colors --> 74 <!-- Compositor Tab Title Colors -->
74 <color name="compositor_tab_title_bar_text">#555555</color> 75 <color name="compositor_tab_title_bar_text">#555555</color>
75 <color name="compositor_tab_title_bar_text_incognito">#FFFFFFFF</color> 76 <color name="compositor_tab_title_bar_text_incognito">#FFFFFFFF</color>
76 <color name="compositor_tab_title_bar_shadow">#AAFFFFFF</color> 77 <color name="compositor_tab_title_bar_shadow">#AAFFFFFF</color>
77 <color name="compositor_tab_title_bar_shadow_incognito">#88000000</color> 78 <color name="compositor_tab_title_bar_shadow_incognito">#88000000</color>
78 79
79 </resources> 80 </resources>
OLDNEW
« no previous file with comments | « chrome/android/java/res/values-v21/styles.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698