| 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 22 matching lines...) Expand all Loading... |
| 33 <dimen name="custom_tabs_control_container_height">64dp</dimen> | 33 <dimen name="custom_tabs_control_container_height">64dp</dimen> |
| 34 | 34 |
| 35 <!-- The combined height of the tab strip and toolbar. --> | 35 <!-- The combined height of the tab strip and toolbar. --> |
| 36 <dimen name="tab_strip_and_toolbar_height">96dp</dimen> | 36 <dimen name="tab_strip_and_toolbar_height">96dp</dimen> |
| 37 | 37 |
| 38 <dimen name="location_bar_url_text_size">18sp</dimen> | 38 <dimen name="location_bar_url_text_size">18sp</dimen> |
| 39 <dimen name="location_bar_icon_width">40dp</dimen> | 39 <dimen name="location_bar_icon_width">40dp</dimen> |
| 40 | 40 |
| 41 <!-- NTP dimensions --> | 41 <!-- NTP dimensions --> |
| 42 <dimen name="ntp_logo_height">180dp</dimen> | 42 <dimen name="ntp_logo_height">180dp</dimen> |
| 43 <dimen name="snippets_thumbnail_size">120dp</dimen> | |
| 44 | 43 |
| 45 <!-- Recent tabs page --> | 44 <!-- Recent tabs page --> |
| 46 <dimen name="recent_tabs_visible_separator_padding">28dp</dimen> | 45 <dimen name="recent_tabs_visible_separator_padding">28dp</dimen> |
| 47 | 46 |
| 48 <!-- Omnibox suggestion list --> | 47 <!-- Omnibox suggestion list --> |
| 49 <dimen name="omnibox_suggestion_list_padding_top">8dp</dimen> | 48 <dimen name="omnibox_suggestion_list_padding_top">8dp</dimen> |
| 50 <dimen name="omnibox_suggestion_list_padding_bottom">8dp</dimen> | 49 <dimen name="omnibox_suggestion_list_padding_bottom">8dp</dimen> |
| 51 | 50 |
| 52 <!-- Web app dimensions --> | 51 <!-- Web app dimensions --> |
| 53 <dimen name="webapp_splash_offset">48dp</dimen> | 52 <dimen name="webapp_splash_offset">48dp</dimen> |
| 54 <dimen name="webapp_splash_large_title_margin_bottom">8dp</dimen> | 53 <dimen name="webapp_splash_large_title_margin_bottom">8dp</dimen> |
| 55 </resources> | 54 </resources> |
| OLD | NEW |