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

Side by Side Diff: chrome/android/java/res/menu/custom_tabs_menu.xml

Issue 2951133003: Clean up tinted ImageView subclasses (Closed)
Patch Set: Comments 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
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 <menu xmlns:android="http://schemas.android.com/apk/res/android"> 6 <menu xmlns:android="http://schemas.android.com/apk/res/android">
7 <item android:id="@+id/icon_row_menu_id" 7 <item android:id="@+id/icon_row_menu_id"
8 android:title="@null" 8 android:title="@null"
9 android:orderInCategory="0" > 9 android:orderInCategory="0" >
10 <menu> 10 <menu>
(...skipping 27 matching lines...) Expand all
38 <!-- Title is intentionally left blank in xml and will be set in java. - -> 38 <!-- Title is intentionally left blank in xml and will be set in java. - ->
39 <item android:id="@+id/find_in_page_id" 39 <item android:id="@+id/find_in_page_id"
40 android:title="@string/menu_find_in_page" 40 android:title="@string/menu_find_in_page"
41 android:orderInCategory="2" /> 41 android:orderInCategory="2" />
42 <item android:id="@+id/add_to_homescreen_id" 42 <item android:id="@+id/add_to_homescreen_id"
43 android:title="@string/menu_add_to_homescreen" 43 android:title="@string/menu_add_to_homescreen"
44 android:orderInCategory="2" /> 44 android:orderInCategory="2" />
45 <item android:id="@+id/open_webapk_id" 45 <item android:id="@+id/open_webapk_id"
46 android:title="@string/menu_open_webapk" 46 android:title="@string/menu_open_webapk"
47 android:orderInCategory="2" /> 47 android:orderInCategory="2" />
48 <item android:id="@+id/request_desktop_site_id" 48 <item android:id="@+id/request_desktop_site_row_menu_id"
49 android:title="@string/menu_request_desktop_site" 49 android:title="@null"
50 android:checkable="true" 50 android:orderInCategory="2">
51 android:icon="?android:attr/listChoiceIndicatorMultiple" 51 <menu>
52 android:orderInCategory="2" /> 52 <item android:id="@+id/request_desktop_site_id"
53 android:title="@string/menu_request_desktop_site" />
54 <item android:id="@+id/request_desktop_site_check_id"
55 android:title="@null"
56 android:checkable="true" />
57 </menu>
58 </item>
53 <item android:id="@+id/open_in_browser_id" 59 <item android:id="@+id/open_in_browser_id"
54 android:title="" 60 android:title=""
55 android:orderInCategory="2" /> 61 android:orderInCategory="2" />
56 </menu> 62 </menu>
OLDNEW
« no previous file with comments | « chrome/android/java/res/layout/update_menu_item.xml ('k') | chrome/android/java/res/menu/main_menu.xml » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698