OLD | NEW |
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 xmlns:chrome="http://schemas.android.com/apk/res-auto" > | 7 xmlns:chrome="http://schemas.android.com/apk/res-auto" > |
8 | 8 |
9 <group android:id="@+id/normal_menu_group" > | 9 <group android:id="@+id/normal_menu_group" > |
10 <item | 10 <item |
(...skipping 27 matching lines...) Expand all Loading... |
38 android:title="@string/enhanced_bookmark_action_bar_move" | 38 android:title="@string/enhanced_bookmark_action_bar_move" |
39 chrome:showAsAction="ifRoom"/> | 39 chrome:showAsAction="ifRoom"/> |
40 <item | 40 <item |
41 android:id="@+id/selection_mode_delete_menu_id" | 41 android:id="@+id/selection_mode_delete_menu_id" |
42 android:icon="@drawable/eb_delete_white" | 42 android:icon="@drawable/eb_delete_white" |
43 android:title="@string/enhanced_bookmark_action_bar_delete" | 43 android:title="@string/enhanced_bookmark_action_bar_delete" |
44 chrome:showAsAction="ifRoom"/> | 44 chrome:showAsAction="ifRoom"/> |
45 </group> | 45 </group> |
46 | 46 |
47 </menu> | 47 </menu> |
OLD | NEW |