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

Unified Diff: chrome/android/java/res/drawable-ldrtl/forward_button_selector.xml

Issue 79573003: Upstreaming AppMenu. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: Rebase Created 7 years, 1 month 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-ldrtl/forward_button_selector.xml
diff --git a/chrome/android/java/res/drawable/infobar_button_text.xml b/chrome/android/java/res/drawable-ldrtl/forward_button_selector.xml
similarity index 50%
copy from chrome/android/java/res/drawable/infobar_button_text.xml
copy to chrome/android/java/res/drawable-ldrtl/forward_button_selector.xml
index 2cf32e1daa3d91624811f5bfce7b26a72e402e22..4855a75b35164fffe74a30845f751e3a2bcf4d04 100644
--- a/chrome/android/java/res/drawable/infobar_button_text.xml
+++ b/chrome/android/java/res/drawable-ldrtl/forward_button_selector.xml
@@ -1,16 +1,12 @@
<?xml version="1.0" encoding="utf-8"?>
-<!-- Copyright 2013 The Chromium Authors. All rights reserved.
+<!-- Copyright (c) 2011 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_enabled="true"
- android:color="#ff000000" />
- <item
- android:state_enabled="false"
- android:color="#77000000" />
+ <item android:state_enabled="false" android:drawable="@drawable/back_disabled" />
+ <item android:drawable="@drawable/back" />
</selector>

Powered by Google App Engine
This is Rietveld 408576698