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

Unified Diff: chrome/android/shell/res/menu/main_menu.xml

Issue 296693010: [Android] Updating menu assets. (Closed) Base URL: svn://svn.chromium.org/chrome/trunk/src
Patch Set: 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
« no previous file with comments | « chrome/android/java/res/drawable/star_lit.png ('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/menu/main_menu.xml
diff --git a/chrome/android/shell/res/menu/main_menu.xml b/chrome/android/shell/res/menu/main_menu.xml
index a4b59db4ea819b1892aac8903db47a22f880b935..46ef6aeeeb09e01bf9f491ad979c33466cadc3d9 100644
--- a/chrome/android/shell/res/menu/main_menu.xml
+++ b/chrome/android/shell/res/menu/main_menu.xml
@@ -13,15 +13,15 @@
<menu>
<item
android:id="@+id/back_menu_id"
- android:icon="@drawable/back_button_selector"
+ android:icon="@drawable/btn_back"
android:title="@string/accessibility_menu_back"/>
<item
android:id="@+id/forward_menu_id"
- android:icon="@drawable/forward_button_selector"
+ android:icon="@drawable/btn_forward"
android:title="@string/accessibility_menu_forward"/>
<item
android:id="@+id/bookmark_this_page_id"
- android:icon="@drawable/star"
+ android:icon="@drawable/btn_star"
android:title="@string/accessibility_menu_bookmark"/>
</menu>
</item>
« no previous file with comments | « chrome/android/java/res/drawable/star_lit.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698