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

Unified Diff: chrome/android/java/res/drawable/app_banner_button_open_pressed.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_open_pressed.xml
diff --git a/chrome/android/java/res/drawable/infobar_warning_background.xml b/chrome/android/java/res/drawable/app_banner_button_open_pressed.xml
similarity index 50%
copy from chrome/android/java/res/drawable/infobar_warning_background.xml
copy to chrome/android/java/res/drawable/app_banner_button_open_pressed.xml
index 768166dc3e90d88db7957240962aa2b0b56da42a..185439102ffa80d5baf5f816b612db7d8661781b 100644
--- a/chrome/android/java/res/drawable/infobar_warning_background.xml
+++ b/chrome/android/java/res/drawable/app_banner_button_open_pressed.xml
@@ -1,15 +1,11 @@
<?xml version="1.0" encoding="utf-8"?>
-
-<!-- Copyright 2013 The Chromium Authors. All rights reserved.
+<!-- 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.
-->
-<shape xmlns:android="http://schemas.android.com/apk/res/android"
- android:shape="rectangle">
- <gradient
- android:startColor="#ffffe991"
- android:endColor="#fffee289"
- android:angle="270" />
+<shape xmlns:android="http://schemas.android.com/apk/res/android">
+ <stroke android:width="1dp" android:color="#cccccc" />
+ <solid android:color="#ebebeb" />
</shape>

Powered by Google App Engine
This is Rietveld 408576698