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

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

Issue 381133003: Add menu button to menu (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Rebased Created 6 years, 5 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/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 16d3001030984e97d8ebcfe6587ae8f5fc2af3cd..f3cec022a30ca1f4259732339a02f126a6f71874 100644
--- a/chrome/android/shell/res/layout/chrome_shell_activity.xml
+++ b/chrome/android/shell/res/layout/chrome_shell_activity.xml
@@ -32,7 +32,7 @@
<ImageButton android:id="@+id/menu_button"
android:layout_width="38dp"
android:layout_height="38dp"
- android:src="@drawable/menu_dots"
+ android:src="@drawable/btn_menu"
android:background="?android:attr/selectableItemBackground"
android:scaleType="center" />
</org.chromium.chrome.shell.ChromeShellToolbar>

Powered by Google App Engine
This is Rietveld 408576698