| Index: chrome/android/java/res/drawable/app_banner_button_open.xml
|
| diff --git a/chrome/android/java/res/drawable/app_banner_button_open.xml b/chrome/android/java/res/drawable/app_banner_button_open.xml
|
| new file mode 100644
|
| index 0000000000000000000000000000000000000000..27b5f2df4a0a9c428dc64dec775b1e8f7949d4e2
|
| --- /dev/null
|
| +++ b/chrome/android/java/res/drawable/app_banner_button_open.xml
|
| @@ -0,0 +1,21 @@
|
| +<?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">
|
| + <stroke android:width="1dp" android:color="#cccccc" />
|
| + <solid android:color="#ebebeb" />
|
| + </shape>
|
| + </item>
|
| + <item>
|
| + <shape xmlns:android="http://schemas.android.com/apk/res/android">
|
| + <stroke android:width="1dp" android:color="#d9d9d9"/>
|
| + </shape>
|
| + </item>
|
| +</selector>
|
|
|