| 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 <resources> | 6 <resources> |
| 7 <!-- Menu Dimensions --> | 7 <!-- Menu Dimensions --> |
| 8 <!-- Necessary to align the menu icon with the actual button. --> | 8 <!-- Necessary to align the menu icon with the actual button. --> |
| 9 <dimen name="menu_negative_software_vertical_offset">6dp</dimen> | 9 <dimen name="menu_negative_software_vertical_offset">6dp</dimen> |
| 10 | 10 |
| (...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 49 <!-- Recent tabs page --> | 49 <!-- Recent tabs page --> |
| 50 <dimen name="recent_tabs_visible_separator_padding">28dp</dimen> | 50 <dimen name="recent_tabs_visible_separator_padding">28dp</dimen> |
| 51 | 51 |
| 52 <!-- Omnibox suggestion list --> | 52 <!-- Omnibox suggestion list --> |
| 53 <dimen name="omnibox_suggestion_list_padding_top">8dp</dimen> | 53 <dimen name="omnibox_suggestion_list_padding_top">8dp</dimen> |
| 54 <dimen name="omnibox_suggestion_list_padding_bottom">8dp</dimen> | 54 <dimen name="omnibox_suggestion_list_padding_bottom">8dp</dimen> |
| 55 | 55 |
| 56 <!-- Web app dimensions --> | 56 <!-- Web app dimensions --> |
| 57 <dimen name="webapp_splash_offset">48dp</dimen> | 57 <dimen name="webapp_splash_offset">48dp</dimen> |
| 58 <dimen name="webapp_splash_large_title_margin_bottom">8dp</dimen> | 58 <dimen name="webapp_splash_large_title_margin_bottom">8dp</dimen> |
| 59 |
| 60 <!-- Snackbars --> |
| 61 <dimen name="snackbar_width">450dp</dimen> |
| 62 <dimen name="snackbar_margin">24dp</dimen> |
| 59 </resources> | 63 </resources> |
| OLD | NEW |