| 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 19 matching lines...) Expand all Loading... |
| 30 | 30 |
| 31 <dimen name="location_bar_icon_width">40dp</dimen> | 31 <dimen name="location_bar_icon_width">40dp</dimen> |
| 32 | 32 |
| 33 <!-- NTP dimensions --> | 33 <!-- NTP dimensions --> |
| 34 <dimen name="ntp_logo_height">180dp</dimen> | 34 <dimen name="ntp_logo_height">180dp</dimen> |
| 35 <dimen name="ntp_search_box_transition_length">60dp</dimen> | 35 <dimen name="ntp_search_box_transition_length">60dp</dimen> |
| 36 | 36 |
| 37 <!-- Recent tabs page --> | 37 <!-- Recent tabs page --> |
| 38 <dimen name="recent_tabs_visible_separator_padding">28dp</dimen> | 38 <dimen name="recent_tabs_visible_separator_padding">28dp</dimen> |
| 39 | 39 |
| 40 <!-- Omnibox suggestion list --> | |
| 41 <dimen name="omnibox_suggestion_list_padding_top">8dp</dimen> | |
| 42 <dimen name="omnibox_suggestion_list_padding_bottom">8dp</dimen> | |
| 43 | |
| 44 <!-- Web app dimensions --> | 40 <!-- Web app dimensions --> |
| 45 <dimen name="webapp_splash_offset">48dp</dimen> | 41 <dimen name="webapp_splash_offset">48dp</dimen> |
| 46 <dimen name="webapp_splash_large_title_margin_bottom">8dp</dimen> | 42 <dimen name="webapp_splash_large_title_margin_bottom">8dp</dimen> |
| 47 | 43 |
| 48 <!-- Payments UI --> | 44 <!-- Payments UI --> |
| 49 <dimen name="payments_ui_max_dialog_width">600dp</dimen> | 45 <dimen name="payments_ui_max_dialog_width">600dp</dimen> |
| 50 | 46 |
| 51 <!-- Context Menu Dimensions --> | 47 <!-- Context Menu Dimensions --> |
| 52 <dimen name="context_menu_header_image_max_size">216dp</dimen> | 48 <dimen name="context_menu_header_image_max_size">216dp</dimen> |
| 53 | 49 |
| 54 <!-- Search widget dimensions --> | 50 <!-- Search widget dimensions --> |
| 55 <dimen name="search_activity_location_bar_margin_start">0dp</dimen> | 51 <dimen name="search_activity_location_bar_margin_start">0dp</dimen> |
| 56 <dimen name="search_activity_location_bar_margin_end">4dp</dimen> | 52 <dimen name="search_activity_location_bar_margin_end">4dp</dimen> |
| 57 | 53 |
| 58 <!-- Clear browsing data preferences dimensions --> | 54 <!-- Clear browsing data preferences dimensions --> |
| 59 <dimen name="clear_browsing_data_button_margin">16dp</dimen> | 55 <dimen name="clear_browsing_data_button_margin">16dp</dimen> |
| 60 | 56 |
| 61 <!-- Preferences dimensions --> | 57 <!-- Preferences dimensions --> |
| 62 <dimen name="pref_spinner_padding_end">16dp</dimen> | 58 <dimen name="pref_spinner_padding_end">16dp</dimen> |
| 63 </resources> | 59 </resources> |
| OLD | NEW |