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

Side by Side Diff: chrome/android/java/res/values/colors.xml

Issue 24109002: [InfoBar] Upstram basic infobar flow for Android. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@upstream_infobar_full
Patch Set: Fix License header in two more files Created 7 years, 3 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
(Empty)
1 <?xml version="1.0" encoding="utf-8"?>
2
3 <!-- Copyright (c) 2011 The Chromium Authors. All rights reserved.
4
5 Use of this source code is governed by a BSD-style license that can be
6 found in the LICENSE file.
7 -->
8
9 <resources>
10 <!-- LocationBar colors -->
11 <color name="locationbar_default_text">#111111</color>
12 <color name="locationbar_start_scheme_default">#a1a1a1</color>
13 <color name="locationbar_start_scheme_security_warning">#808080</color>
14 <color name="locationbar_start_scheme_security_error">#dd4b39</color>
15 <color name="locationbar_start_scheme_ev_secure">#009933</color>
16 <color name="locationbar_start_scheme_secure">#009933</color>
17 <color name="locationbar_scheme_to_domain">#a1a1a1</color>
18 <color name="locationbar_domain_and_registry">#111111</color>
19 <color name="locationbar_trailing_url">#a1a1a1</color>
20 <!-- The color of the divider between omnibox suggestions. -->
21 <color name="omnibox_divider">#cccccc</color>
22
23 <!-- Tab Count Colors -->
24 <color name="toolbar_tab_count_color">#717171</color>
25 <color name="toolbar_incognito_tab_count_color">#f8f8f8</color>
26 <color name="toolbar_switcher_tab_count_color">#f8f8f8</color>
27
28 <!-- Toolbar color -->
29 <color name="toolbar_color">#e0e0e0</color>
30
31 <!-- Find in Page colors -->
32 <color name="find_result_bar_background_color">#bfffffff</color>
33 <color name="find_result_bar_background_border_color">#bf666666</color>
34 <color name="find_result_bar_result_color">#ffde43</color>
35 <color name="find_result_bar_result_border_color">#c9af35</color>
36 <color name="find_result_bar_active_color">#ff9632</color>
37 <color name="find_result_bar_active_border_color">#c37e3b</color>
38 <color name="find_result_bar_no_results_background_color">#ff5f5f</color>
39
40 <!-- Colors were copied from browser/views/infobars/infobars.cc -->
41 <color name="infobar_text">#000000</color>
42 <color name="infobar_info_background_separator">#afafaf</color>
43 <color name="infobar_warning_background_separator">#ccb771</color>
44
45 <!-- Tab Switcher Colors -->
46 <color name="tab_switcher_background">#111111</color>
47 <color name="tab_title_bar_text">#555555</color>
48 <color name="tab_title_bar_text_incognito">#FFFFFFFF</color>
49 <color name="tab_title_bar_shadow">#AAFFFFFF</color>
50 <color name="tab_title_bar_shadow_incognito">#88000000</color>
51 <color name="tab_back">#D9D9D9</color>
52 <color name="tab_back_incognito">#4D5872</color>
53
54 <!-- First Run Experience Colors -->
55 <color name="fre_background_color">#f4f4f4</color>
56 <color name="fre_thin_line_color">#e4e5e7</color>
57 <color name="fre_text_color">#000000</color>
58 <color name="fre_positive_button_color">#FFFFFF</color>
59 <color name="fre_negative_button_color">#000000</color>
60
61 <!-- First Run colors for tablet -->
62 <color name="fre_text_color_tablet">#1e1e1e</color>
63 <color name="fre_light_text_color_tablet">#646464</color>
64 <color name="fre_negative_button_color_tablet">#545454</color>
65
66 <!-- App Launch Colors -->
67 <color name="light_background_color">#FFFFFF</color>
68
69 <!-- Data Reduction Colors -->
70 <color name="data_reduction_percent_color">#717171</color>
71
72 <!-- Button Colors -->
73 <color name="button_pressed">#ff77c5e1</color>
74 <color name="button_focused">#ffa9d0df</color>
75
76 <!-- Disabled Colors -->
77 <color name="disable_pref_activity">#808080</color>
78
79 <!-- Notification Colors -->
80 <drawable name="notification_icon_bg">#3333B5E5</drawable>
81
82 <!-- New Tab Page Colors -->
83 <color name="new_tab_page_bg">#f1f1f1</color>
84
85 <!-- WebappActivity colors -->
86 <color name="webapp_url_bar_scheme">#339922</color>
87 </resources>
OLDNEW
« no previous file with comments | « chrome/android/java/res/layout/infobar_text.xml ('k') | chrome/android/java/res/values/values.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698