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

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

Issue 682883002: Introduce TintedImageButton class. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebase Created 6 years, 2 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
Index: chrome/android/java/res/values/attrs.xml
diff --git a/chrome/android/java/res/values/ids.xml b/chrome/android/java/res/values/attrs.xml
similarity index 61%
copy from chrome/android/java/res/values/ids.xml
copy to chrome/android/java/res/values/attrs.xml
index a8ff2a6b65f9fba938441337eea53e89e856a4de..ef6ee9af57a284422828124d38191b716e39d975 100644
--- a/chrome/android/java/res/values/ids.xml
+++ b/chrome/android/java/res/values/attrs.xml
@@ -1,11 +1,10 @@
<?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.
-->
-
<resources>
- <item name="menu_item_enter_anim_id" type="id" />
-</resources>
+ <declare-styleable name="TintedImageButton">
+ <attr name="tint" format="reference|color" />
+ </declare-styleable>
+</resources>

Powered by Google App Engine
This is Rietveld 408576698