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..97e6c96a9c9c354e4b5f5d25f90d520aae0cc7f5 |
--- /dev/null |
+++ b/chrome/android/java/res/drawable/app_banner_button_install.xml |
@@ -0,0 +1,19 @@ |
+<?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:state_pressed="true"> |
+ <shape xmlns:android="http://schemas.android.com/apk/res/android"> |
+ <solid android:color="#d1dd94" /> |
+ </shape> |
+ </item> |
+ <item> |
+ <shape xmlns:android="http://schemas.android.com/apk/res/android"> |
+ <solid android:color="#b2cb39" /> |
+ </shape> |
+ </item> |
+</selector> |