| 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" /> | 14 <item name="menu_item_enter_anim_id" type="id" /> |
| 15 <item name="permission_intent_override" type="id" /> | 15 <item name="permission_intent_override" type="id" /> |
| 16 <item name="permission_type" type="id"/> | 16 <item name="permission_type" type="id"/> |
| 17 <item name="refine_view_id" type="id"/> | 17 <item name="refine_view_id" type="id"/> |
| 18 <item name="tabswitcher_multiple_drawable" type="id"/> | 18 <item name="tabswitcher_multiple_drawable" type="id"/> |
| 19 <item name="tabswitcher_single_drawable" type="id"/> | 19 <item name="tabswitcher_single_drawable" type="id"/> |
| 20 <item name="custom_tab_bottom_bar_wrapper" type="id"/> |
| 20 | 21 |
| 21 <!-- InfoBar constants --> | 22 <!-- InfoBar constants --> |
| 22 <item type="id" name="button_primary" /> | 23 <item type="id" name="button_primary" /> |
| 23 <item type="id" name="button_secondary" /> | 24 <item type="id" name="button_secondary" /> |
| 24 <item type="id" name="infobar_close_button" /> | 25 <item type="id" name="infobar_close_button" /> |
| 25 <item type="id" name="infobar_extra_check" /> | 26 <item type="id" name="infobar_extra_check" /> |
| 26 <item type="id" name="infobar_message" /> | 27 <item type="id" name="infobar_message" /> |
| 27 <item type="id" name="translate_infobar_always_toggle" /> | 28 <item type="id" name="translate_infobar_always_toggle" /> |
| 28 <item type="id" name="translate_infobar_source_spinner" /> | 29 <item type="id" name="translate_infobar_source_spinner" /> |
| 29 <item type="id" name="translate_infobar_target_spinner" /> | 30 <item type="id" name="translate_infobar_target_spinner" /> |
| (...skipping 15 matching lines...) Expand all Loading... |
| 45 <!-- Presentation API notification --> | 46 <!-- Presentation API notification --> |
| 46 <item type="id" name="presentation_notification" /> | 47 <item type="id" name="presentation_notification" /> |
| 47 | 48 |
| 48 <!-- Sync UI constants --> | 49 <!-- Sync UI constants --> |
| 49 <item type="id" name="passphrase_type_list" /> | 50 <item type="id" name="passphrase_type_list" /> |
| 50 | 51 |
| 51 <!-- Keyboard shortcuts --> | 52 <!-- Keyboard shortcuts --> |
| 52 <item type="id" name="focus_url_bar" /> | 53 <item type="id" name="focus_url_bar" /> |
| 53 <item type="id" name="show_menu" /> | 54 <item type="id" name="show_menu" /> |
| 54 </resources> | 55 </resources> |
| OLD | NEW |