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

Unified Diff: chrome/android/shell/res/layout/chrome_shell_activity.xml

Issue 690123002: Switch to using TintedImageButton where possible. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 6 years, 2 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
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/widget/TintedImageButton.java ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/shell/res/layout/chrome_shell_activity.xml
diff --git a/chrome/android/shell/res/layout/chrome_shell_activity.xml b/chrome/android/shell/res/layout/chrome_shell_activity.xml
index 343611ba6d4dfea6a63dac8319e1c02c22f8beec..fb536849d844ab2c631bb445ec95ff02ef82faec 100644
--- a/chrome/android/shell/res/layout/chrome_shell_activity.xml
+++ b/chrome/android/shell/res/layout/chrome_shell_activity.xml
@@ -48,7 +48,7 @@
android:id="@+id/menu_button"
android:layout_width="38dp"
android:layout_height="38dp"
- android:src="@drawable/btn_menu_white_normal"
+ android:src="@drawable/btn_menu"
android:background="?android:attr/selectableItemBackground"
android:scaleType="center"/>
</org.chromium.chrome.shell.ChromeShellToolbar>
« no previous file with comments | « chrome/android/java/src/org/chromium/chrome/browser/widget/TintedImageButton.java ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698