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

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

Issue 177863008: Update the AppBannerView appearance again (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Making highlight less finicky Created 6 years, 9 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 | Annotate | Revision Log
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 <!-- Colors were copied from browser/views/infobars/infobars.cc --> 8 <!-- Colors were copied from browser/views/infobars/infobars.cc -->
9 <color name="infobar_text">#000000</color> 9 <color name="infobar_text">#000000</color>
10 <color name="infobar_info_background_separator">#afafaf</color> 10 <color name="infobar_info_background_separator">#afafaf</color>
11 <color name="infobar_warning_background_separator">#ccb771</color> 11 <color name="infobar_warning_background_separator">#ccb771</color>
12 12
13 <!-- Button Colors --> 13 <!-- Button Colors -->
14 <color name="button_pressed">#ff77c5e1</color> 14 <color name="button_pressed">#ff77c5e1</color>
15 <color name="button_focused">#ffa9d0df</color> 15 <color name="button_focused">#ffa9d0df</color>
16 16
17 <!-- App banner colors --> 17 <!-- App banner colors -->
18 <color name="app_banner_install_button_bg">#b2cb39</color>
19 <color name="app_banner_install_button_fg">#ffffff</color> 18 <color name="app_banner_install_button_fg">#ffffff</color>
20 <color name="app_banner_open_button_bg">#eeeeee</color> 19 <color name="app_banner_open_button_fg">#777777</color>
newt (away) 2014/02/25 19:22:28 you can also write #fff, #777, and #3999
gone 2014/02/25 20:26:11 I kind of like the explicitness of having all the
newt (away) 2014/02/25 20:46:04 Sounds good to me.
21 <color name="app_banner_open_button_fg">#737373</color> 20 <color name="app_banner_card_highlight">#33999999</color>
22 </resources> 21 </resources>
OLDNEW

Powered by Google App Engine
This is Rietveld 408576698