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

Side by Side Diff: chrome/android/java/res/drawable/btn_reload_stop.xml

Issue 2921463002: Tooltip for 'Stop refreshing' menu item (Closed)
Patch Set: move constants to values.xml Created 3 years, 6 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 unified diff | Download patch
« no previous file with comments | « no previous file | chrome/android/java/res/layout/toolbar_tablet.xml » ('j') | no next file with comments »
Toggle Intra-line Diffs ('i') | Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
OLDNEW
1 <?xml version="1.0" encoding="utf-8"?> 1 <?xml version="1.0" encoding="utf-8"?>
2 <!-- Copyright 2015 The Chromium Authors. All rights reserved. 2 <!-- Copyright 2015 The Chromium Authors. All rights reserved.
3 Use of this source code is governed by a BSD-style license that can be 3 Use of this source code is governed by a BSD-style license that can be
4 found in the LICENSE file. --> 4 found in the LICENSE file. -->
5 5
6 <level-list xmlns:android="http://schemas.android.com/apk/res/android"> 6 <level-list xmlns:android="http://schemas.android.com/apk/res/android">
7 <item android:maxLevel="0" android:drawable="@drawable/btn_toolbar_reload" / > 7 <item
8 <item android:maxLevel="1" android:drawable="@drawable/btn_close" /> 8 android:maxLevel="@integer/reload_button_level_reload"
9 android:drawable="@drawable/btn_toolbar_reload" />
10 <item
11 android:maxLevel="@integer/reload_button_level_stop_reload"
Ted C 2017/06/01 18:03:36 nit, I'd drop the trailing _reload here
12 android:drawable="@drawable/btn_close" />
9 </level-list> 13 </level-list>
OLDNEW
« no previous file with comments | « no previous file | chrome/android/java/res/layout/toolbar_tablet.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698