| Index: chrome/android/java/res/drawable/ntp_toolbar_button_background_selected.xml
|
| diff --git a/remoting/android/java/res/drawable/list_item_disabled_selector.xml b/chrome/android/java/res/drawable/ntp_toolbar_button_background_selected.xml
|
| similarity index 54%
|
| copy from remoting/android/java/res/drawable/list_item_disabled_selector.xml
|
| copy to chrome/android/java/res/drawable/ntp_toolbar_button_background_selected.xml
|
| index 3f991bd35f87f5af97a967e3716895379b8055d2..697db9a3bfbeb6e0911261e77929fa98c91e1376 100644
|
| --- a/remoting/android/java/res/drawable/list_item_disabled_selector.xml
|
| +++ b/chrome/android/java/res/drawable/ntp_toolbar_button_background_selected.xml
|
| @@ -1,14 +1,13 @@
|
| <?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="@color/list_item_disabled_pressed"
|
| - android:state_pressed="true"/>
|
| -
|
| - <!-- Default used for all other states. -->
|
| - <item android:drawable="@android:color/transparent"/>
|
| + <item android:state_pressed="true"
|
| + android:drawable="@drawable/ntp_toolbar_button_background_selected_pressed_img" /> <!-- pressed -->
|
| + <item android:drawable="@drawable/ntp_toolbar_button_background_selected_img" /> <!-- default -->
|
| </selector>
|
|
|