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

Unified Diff: chrome/android/java/res/drawable-ldrtl/back_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/back_button_selector.xml
diff --git a/chrome/android/java/res/drawable/infobar_button_text.xml b/chrome/android/java/res/drawable-ldrtl/back_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/back_button_selector.xml
index 2cf32e1daa3d91624811f5bfce7b26a72e402e22..126a7d9c23d91246f91b95ea2e5dfec04b7bb083 100644
--- a/chrome/android/java/res/drawable/infobar_button_text.xml
+++ b/chrome/android/java/res/drawable-ldrtl/back_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.
David Trainor- moved to gerrit 2013/11/25 18:25:21 Leave at 2013, remove the (c). Same for all added
aurimas (slooooooooow) 2013/11/26 00:15:38 Done.
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/forward_disabled" />
+ <item android:drawable="@drawable/forward" />
</selector>

Powered by Google App Engine
This is Rietveld 408576698