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

Unified Diff: chrome/android/java/res/layout/find_in_page.xml

Issue 1468313005: Properly name collapsed and expanded resource in find in page (Closed) Base URL: https://chromium.googlesource.com/a/chromium/src.git@2564
Patch Set: Created 5 years, 1 month 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 | « no previous file | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: chrome/android/java/res/layout/find_in_page.xml
diff --git a/chrome/android/java/res/layout/find_in_page.xml b/chrome/android/java/res/layout/find_in_page.xml
index 35c8e421d190ccedc9d6cd0cfad14c1ffcd746b0..b121339e9c88322bc462d3e87ed883884c486cf3 100644
--- a/chrome/android/java/res/layout/find_in_page.xml
+++ b/chrome/android/java/res/layout/find_in_page.xml
@@ -46,13 +46,13 @@
android:id="@+id/find_prev_button"
style="@style/ToolbarButton"
android:layout_height="match_parent"
- android:src="@drawable/ic_collapse"
+ android:src="@drawable/ic_collapsed"
android:contentDescription="@string/accessibility_find_toolbar_btn_prev" />
<org.chromium.chrome.browser.widget.TintedImageButton
android:id="@+id/find_next_button"
style="@style/ToolbarButton"
android:layout_height="match_parent"
- android:src="@drawable/ic_expand"
+ android:src="@drawable/ic_expanded"
android:contentDescription="@string/accessibility_find_toolbar_btn_next" />
<org.chromium.chrome.browser.widget.TintedImageButton
android:id="@+id/close_find_button"
« no previous file with comments | « no previous file | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698