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

Unified Diff: content/public/android/java/res/values-v17/styles.xml

Issue 896033003: Rename ic_menu_search_holo_light to ic_search. (Closed) Base URL: https://chromium.googlesource.com/chromium/src.git@master
Patch Set: Created 5 years, 11 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 | « content/public/android/java/res/drawable-xxxhdpi/ic_search.png ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: content/public/android/java/res/values-v17/styles.xml
diff --git a/content/public/android/java/res/values-v17/styles.xml b/content/public/android/java/res/values-v17/styles.xml
index dbdc8b1d3b19a88cb8f63438050c33438a863d85..58d8ed49117c7ce361ab1ee6d4e42373ef058201 100644
--- a/content/public/android/java/res/values-v17/styles.xml
+++ b/content/public/android/java/res/values-v17/styles.xml
@@ -14,6 +14,6 @@
<item name="android:icon">@drawable/ic_menu_share_holo_light</item>
</style>
<style name="SelectActionMenuWebSearch">
- <item name="android:icon">@drawable/ic_menu_search_holo_light</item>
+ <item name="android:icon">@drawable/ic_search</item>
</style>
</resources>
« no previous file with comments | « content/public/android/java/res/drawable-xxxhdpi/ic_search.png ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698