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

Unified Diff: chrome/android/java/res/values/values.xml

Issue 2921463002: Tooltip for 'Stop refreshing' menu item (Closed)
Patch Set: naming issue 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/values/values.xml
diff --git a/chrome/android/java/res/values/values.xml b/chrome/android/java/res/values/values.xml
index b18d664b2338bc333007c8548d8ba1c25e47f17e..ef5aa3110bc7624d4ab9bb201c6c13a1971f55dd 100644
--- a/chrome/android/java/res/values/values.xml
+++ b/chrome/android/java/res/values/values.xml
@@ -38,6 +38,10 @@
<!-- TabSwitcher - Maximum amount to tilt tabs in over scroll in degrees. -->
<integer name="over_scroll_angle">15</integer>
+ <!-- Toolbar/AppMenu - Drawable level on reload image button -->
+ <integer name="reload_button_level_reload">0</integer>
+ <integer name="reload_button_level_stop">1</integer>
+
<!-- Help and Feedback
These constants should be in sync with the context names on go/mobilehelprecs.
If the context ID cannot be found, the default help page will be shown to the user.-->

Powered by Google App Engine
This is Rietveld 408576698