| 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"/> |
| (...skipping 12 matching lines...) Expand all Loading... |
| 23 <item type="id" name="button_primary" /> | 23 <item type="id" name="button_primary" /> |
| 24 <item type="id" name="button_secondary" /> | 24 <item type="id" name="button_secondary" /> |
| 25 <item type="id" name="infobar_close_button" /> | 25 <item type="id" name="infobar_close_button" /> |
| 26 <item type="id" name="infobar_extra_check" /> | 26 <item type="id" name="infobar_extra_check" /> |
| 27 <item type="id" name="infobar_message" /> | 27 <item type="id" name="infobar_message" /> |
| 28 <item type="id" name="translate_infobar_always_toggle" /> | 28 <item type="id" name="translate_infobar_always_toggle" /> |
| 29 <item type="id" name="translate_infobar_source_spinner" /> | 29 <item type="id" name="translate_infobar_source_spinner" /> |
| 30 <item type="id" name="translate_infobar_target_spinner" /> | 30 <item type="id" name="translate_infobar_target_spinner" /> |
| 31 | 31 |
| 32 <!-- Menu items IDs in Settings --> | 32 <!-- Menu items IDs in Settings --> |
| 33 <item type="id" name="menu_id_close" /> |
| 33 <item type="id" name="menu_id_general_help" /> | 34 <item type="id" name="menu_id_general_help" /> |
| 34 <item type="id" name="menu_id_targeted_help" /> | 35 <item type="id" name="menu_id_targeted_help" /> |
| 35 <item type="id" name="menu_id_reset" /> | 36 <item type="id" name="menu_id_reset" /> |
| 37 <item type="id" name="menu_id_refresh" /> |
| 38 <item type="id" name="menu_id_settings" /> |
| 36 | 39 |
| 37 <!-- Menu item IDs for FullscreenActivities --> | 40 <!-- Menu item IDs for FullscreenActivities --> |
| 38 <item type="id" name="menu_id_open_in_chrome" /> | 41 <item type="id" name="menu_id_open_in_chrome" /> |
| 39 | 42 |
| 40 <!-- Cast notification --> | 43 <!-- Cast notification --> |
| 41 <item type="id" name="remote_notification" /> | 44 <item type="id" name="remote_notification" /> |
| 42 | 45 |
| 43 <!-- Media playback notification --> | 46 <!-- Media playback notification --> |
| 44 <item type="id" name="media_playback_notification" /> | 47 <item type="id" name="media_playback_notification" /> |
| 45 | 48 |
| 46 <!-- Presentation API notification --> | 49 <!-- Presentation API notification --> |
| 47 <item type="id" name="presentation_notification" /> | 50 <item type="id" name="presentation_notification" /> |
| 48 | 51 |
| 49 <!-- Sync UI constants --> | 52 <!-- Sync UI constants --> |
| 50 <item type="id" name="passphrase_type_list" /> | 53 <item type="id" name="passphrase_type_list" /> |
| 51 | 54 |
| 52 <!-- Keyboard shortcuts --> | 55 <!-- Keyboard shortcuts --> |
| 53 <item type="id" name="focus_url_bar" /> | 56 <item type="id" name="focus_url_bar" /> |
| 54 <item type="id" name="show_menu" /> | 57 <item type="id" name="show_menu" /> |
| 55 </resources> | 58 </resources> |
| OLD | NEW |