| OLD | NEW |
| 1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
| 2 <!-- Copyright 2014 The Chromium Authors. All rights reserved. | 2 <!-- Copyright 2014 The Chromium Authors. All rights reserved. |
| 3 Use of this source code is governed by a BSD-style license that can be | 3 Use of this source code is governed by a BSD-style license that can be |
| 4 found in the LICENSE file. | 4 found in the LICENSE file. |
| 5 --> | 5 --> |
| 6 | 6 |
| 7 <resources> | 7 <resources> |
| 8 <!-- Menu Dimensions --> | 8 <!-- Menu Dimensions --> |
| 9 <!-- Necessary to align the menu with the bottom of the toolbar (the anchore
d button does not | 9 <!-- Necessary to align the menu with the bottom of the toolbar (the anchore
d button does not |
| 10 extend to the bottom of the toolbar). --> | 10 extend to the bottom of the toolbar). --> |
| 11 <dimen name="menu_vertical_offset">2dp</dimen> | 11 <dimen name="menu_vertical_offset">2dp</dimen> |
| 12 | |
| 13 <!-- App banner dimensions --> | |
| 14 <dimen name="app_banner_icon_size">112dp</dimen> | |
| 15 <dimen name="app_banner_icon_margin_end">16dp</dimen> | |
| 16 <dimen name="app_banner_button_height">32dp</dimen> | |
| 17 <dimen name="app_banner_button_padding_sides">16dp</dimen> | |
| 18 <dimen name="app_banner_button_padding_above_below">8dp</dimen> | |
| 19 <dimen name="app_banner_text_margin_top">8dp</dimen> | |
| 20 <dimen name="app_banner_margin_bottom">8dp</dimen> | |
| 21 <dimen name="app_banner_logo_height">24dp</dimen> | |
| 22 <dimen name="app_banner_star_height">16dp</dimen> | |
| 23 </resources> | 12 </resources> |
| OLD | NEW |