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

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

Issue 2921463002: Tooltip for 'Stop refreshing' menu item (Closed)
Patch Set: move constants to values.xml Created 3 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
Index: chrome/android/java/res/layout/toolbar_tablet.xml
diff --git a/chrome/android/java/res/layout/toolbar_tablet.xml b/chrome/android/java/res/layout/toolbar_tablet.xml
index 458c33700df29497bff36fd2142434c62269e280..da09ca5b0fd2b270464d449d5acc6e36bd194c0c 100644
--- a/chrome/android/java/res/layout/toolbar_tablet.xml
+++ b/chrome/android/java/res/layout/toolbar_tablet.xml
@@ -42,7 +42,7 @@
<org.chromium.chrome.browser.widget.TintedImageButton
android:id="@+id/refresh_button"
style="@style/ToolbarButton"
- android:src="@drawable/btn_toolbar_reload"
+ android:src="@drawable/btn_reload_stop"
android:contentDescription="@string/accessibility_btn_refresh" />
<org.chromium.chrome.browser.omnibox.LocationBarTablet

Powered by Google App Engine
This is Rietveld 408576698