| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 | 2 |
| 3 <!-- Copyright 2014 The Chromium Authors. All rights reserved. | 3 <!-- Copyright 2014 The Chromium Authors. All rights reserved. |
| 4 | 4 |
| 5 Use of this source code is governed by a BSD-style license that can be | 5 Use of this source code is governed by a BSD-style license that can be |
| 6 found in the LICENSE file. | 6 found in the LICENSE file. |
| 7 --> | 7 --> |
| 8 | 8 |
| 9 <resources> | 9 <resources> |
| 10 <item name="background_drawable" type="id"/> | 10 <item name="background_drawable" type="id"/> |
| 11 <item name="bookmark_page" type="id"/> | 11 <item name="bookmark_page" type="id"/> |
| 12 <item name="foreground_drawable" type="id"/> | 12 <item name="foreground_drawable" type="id"/> |
| 13 <item name="fre_pager" type="id"/> | 13 <item name="fre_pager" type="id"/> |
| 14 <item name="menu_item_enter_anim_id" type="id" /> | |
| 15 <item name="permission_intent_override" type="id" /> | 14 <item name="permission_intent_override" type="id" /> |
| 16 <item name="permission_type" type="id"/> | 15 <item name="permission_type" type="id"/> |
| 17 <item name="refine_view_id" type="id"/> | 16 <item name="refine_view_id" type="id"/> |
| 18 <item name="tabswitcher_multiple_drawable" type="id"/> | 17 <item name="tabswitcher_multiple_drawable" type="id"/> |
| 19 <item name="tabswitcher_single_drawable" type="id"/> | 18 <item name="tabswitcher_single_drawable" type="id"/> |
| 20 <item name="custom_tab_bottom_bar_wrapper" type="id"/> | 19 <item name="custom_tab_bottom_bar_wrapper" type="id"/> |
| 21 | 20 |
| 22 <!-- InfoBar constants --> | 21 <!-- InfoBar constants --> |
| 23 <item type="id" name="button_primary" /> | 22 <item type="id" name="button_primary" /> |
| 24 <item type="id" name="button_secondary" /> | 23 <item type="id" name="button_secondary" /> |
| (...skipping 71 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 96 <item type="id" name="contextmenu_send_message" /> | 95 <item type="id" name="contextmenu_send_message" /> |
| 97 <item type="id" name="contextmenu_add_to_contacts" /> | 96 <item type="id" name="contextmenu_add_to_contacts" /> |
| 98 <item type="id" name="contextmenu_copy" /> | 97 <item type="id" name="contextmenu_copy" /> |
| 99 | 98 |
| 100 <!-- Other Group --> | 99 <!-- Other Group --> |
| 101 <item type="id" name="contextmenu_save_video" /> | 100 <item type="id" name="contextmenu_save_video" /> |
| 102 | 101 |
| 103 <!-- Menu item IDs for FullscreenActivities --> | 102 <!-- Menu item IDs for FullscreenActivities --> |
| 104 <item type="id" name="menu_id_open_in_chrome" /> | 103 <item type="id" name="menu_id_open_in_chrome" /> |
| 105 | 104 |
| 105 <!-- App menu item custom tags --> |
| 106 <item type="id" name="menu_item_enter_anim_id" /> |
| 107 <item type="id" name="menu_item_original_background" /> |
| 108 <item type="id" name="menu_item_background_drawable_position" /> |
| 106 </resources> | 109 </resources> |
| OLD | NEW |