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

Unified Diff: chrome/android/java/res/menu/bookmark_action_bar_menu.xml

Issue 2768663002: [Bookmarks] Refactor search view to use SelectableListLayout paradigm (Closed)
Patch Set: Fix spelling error Created 3 years, 9 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/java/res/menu/bookmark_action_bar_menu.xml
diff --git a/chrome/android/java/res/menu/bookmark_action_bar_menu.xml b/chrome/android/java/res/menu/bookmark_action_bar_menu.xml
index ac3db1879d2ebdf51208cb92f95068168a577ad2..c137e43aa36f0d62a096b5977ff89681c510cdc9 100644
--- a/chrome/android/java/res/menu/bookmark_action_bar_menu.xml
+++ b/chrome/android/java/res/menu/bookmark_action_bar_menu.xml
@@ -16,7 +16,7 @@
<item
android:id="@+id/search_menu_id"
android:icon="@drawable/ic_search"
- android:title="@null"
+ android:title="@string/search"
android:visible="false"
chrome:showAsAction="ifRoom"/>
<item

Powered by Google App Engine
This is Rietveld 408576698