OLD | NEW |
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <!-- Copyright (C) 2011 The Android Open Source Project | 2 <!-- Copyright (C) 2011 The Android Open Source Project |
3 | 3 |
4 Licensed under the Apache License, Version 2.0 (the "License"); | 4 Licensed under the Apache License, Version 2.0 (the "License"); |
5 you may not use this file except in compliance with the License. | 5 you may not use this file except in compliance with the License. |
6 You may obtain a copy of the License at | 6 You may obtain a copy of the License at |
7 | 7 |
8 http://www.apache.org/licenses/LICENSE-2.0 | 8 http://www.apache.org/licenses/LICENSE-2.0 |
9 | 9 |
10 Unless required by applicable law or agreed to in writing, software | 10 Unless required by applicable law or agreed to in writing, software |
(...skipping 32 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
43 | 43 |
44 <!-- InfoBar constants --> | 44 <!-- InfoBar constants --> |
45 <item type="id" name="infobar_message" /> | 45 <item type="id" name="infobar_message" /> |
46 <item type="id" name="infobar_close_button" /> | 46 <item type="id" name="infobar_close_button" /> |
47 <item type="id" name="button_primary" /> | 47 <item type="id" name="button_primary" /> |
48 <item type="id" name="button_secondary" /> | 48 <item type="id" name="button_secondary" /> |
49 <item type="id" name="infobar_extra_check" /> | 49 <item type="id" name="infobar_extra_check" /> |
50 | 50 |
51 <!-- Notifications --> | 51 <!-- Notifications --> |
52 <item type="id" name="remote_notification" /> | 52 <item type="id" name="remote_notification" /> |
| 53 |
| 54 <!-- AppMenu IDs for the icon row items --> |
| 55 <item type="id" name="back_menu_id" /> |
| 56 <item type="id" name="forward_menu_id" /> |
| 57 <item type="id" name="bookmark_this_page_id" /> |
53 </resources> | 58 </resources> |
OLD | NEW |