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

Unified Diff: chrome/android/java/res/drawable/app_banner_button_install.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, 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
Index: chrome/android/java/res/drawable/app_banner_button_install.xml
diff --git a/chrome/android/java/res/drawable/app_banner_button_install.xml b/chrome/android/java/res/drawable/app_banner_button_install.xml
new file mode 100644
index 0000000000000000000000000000000000000000..d6b4d0b2ee2b0f42258c8505fa118282be177f87
--- /dev/null
+++ b/chrome/android/java/res/drawable/app_banner_button_install.xml
@@ -0,0 +1,12 @@
+<?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.
+-->
+
+<selector xmlns:android="http://schemas.android.com/apk/res/android">
+ <item android:drawable="@drawable/app_banner_button_install_pressed"
newt (away) 2014/02/25 19:22:28 I believe you may be able to inline app_banner_but
gone 2014/02/25 20:26:11 Went with the former since the mock seems to keep
+ android:state_pressed="true" />
+ <item android:drawable="@drawable/app_banner_button_install_default" />
+</selector>

Powered by Google App Engine
This is Rietveld 408576698