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

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

Issue 914003002: Use ButtonCompat to get Material-y buttons in more places. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: 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 | « chrome/android/java/res/values-v21/styles.xml ('k') | chrome/android/java/res/values/dimens.xml » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/values/colors.xml
diff --git a/chrome/android/java/res/values/colors.xml b/chrome/android/java/res/values/colors.xml
index eda9411757ce1bd7a2d7a5be276f04e51ab4643b..4b81795c007104062a9331608697fd5df1b86ef9 100644
--- a/chrome/android/java/res/values/colors.xml
+++ b/chrome/android/java/res/values/colors.xml
@@ -1,8 +1,7 @@
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2014 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
- found in the LICENSE file.
--->
+ found in the LICENSE file. -->
<resources>
<!-- Common colors -->
@@ -16,7 +15,6 @@
<color name="infobar_background">#fff</color>
<color name="infobar_background_separator">#afafaf</color>
<color name="infobar_accent_blue">#4285f4</color>
- <color name="infobar_accent_blue_pressed">#679df6</color>
<color name="infobar_tertiary_button_text">#969696</color>
<!-- Tab Switcher Colors -->
@@ -68,8 +66,6 @@
<!-- Preferences Colors -->
<color name="pref_accent_color">#03a9f4</color>
- <color name="pref_button_pressed_color">#038ecd</color>
- <color name="pref_button_disabled_color">#83d7fd</color>
<color name="expandable_group_dark_gray">#484848</color>
<!-- Compositor Tab Title Colors -->
« 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