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

Unified Diff: chrome/android/java/res/drawable/ntp_toolbar_button_background_selected.xml

Issue 276483004: Upstream accessibility tab switcher and related resources. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: update Created 6 years, 7 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/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>

Powered by Google App Engine
This is Rietveld 408576698