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="eb_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 | 20 |
21 <!-- InfoBar constants --> | 21 <!-- InfoBar constants --> |
(...skipping 23 matching lines...) Expand all Loading... |
45 <!-- Presentation API notification --> | 45 <!-- Presentation API notification --> |
46 <item type="id" name="presentation_notification" /> | 46 <item type="id" name="presentation_notification" /> |
47 | 47 |
48 <!-- Sync UI constants --> | 48 <!-- Sync UI constants --> |
49 <item type="id" name="passphrase_type_list" /> | 49 <item type="id" name="passphrase_type_list" /> |
50 | 50 |
51 <!-- Keyboard shortcuts --> | 51 <!-- Keyboard shortcuts --> |
52 <item type="id" name="focus_url_bar" /> | 52 <item type="id" name="focus_url_bar" /> |
53 <item type="id" name="show_menu" /> | 53 <item type="id" name="show_menu" /> |
54 </resources> | 54 </resources> |
OLD | NEW |