| 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 <!-- Connection info popup dimensions --> | 7 <!-- Connection info popup dimensions --> |
| 8 <dimen name="connection_info_padding_wide">24dp</dimen> | 8 <dimen name="connection_info_padding_wide">24dp</dimen> |
| 9 <dimen name="connection_info_padding_thin">16dp</dimen> | 9 <dimen name="connection_info_padding_thin">16dp</dimen> |
| 10 | 10 |
| (...skipping 427 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 438 <dimen name="chrome_home_half_height_from_bottom">304dp</dimen> | 438 <dimen name="chrome_home_half_height_from_bottom">304dp</dimen> |
| 439 <dimen name="chrome_home_min_full_half_distance">160dp</dimen> | 439 <dimen name="chrome_home_min_full_half_distance">160dp</dimen> |
| 440 <dimen name="chrome_home_progress_bar_height">4dp</dimen> | 440 <dimen name="chrome_home_progress_bar_height">4dp</dimen> |
| 441 | 441 |
| 442 <!-- Miscellaneous dimensions --> | 442 <!-- Miscellaneous dimensions --> |
| 443 <dimen name="action_bar_shadow_height">10dp</dimen> | 443 <dimen name="action_bar_shadow_height">10dp</dimen> |
| 444 <dimen name="card_corner_radius">2dp</dimen> | 444 <dimen name="card_corner_radius">2dp</dimen> |
| 445 <dimen name="list_item_corner_radius">3dp</dimen> | 445 <dimen name="list_item_corner_radius">3dp</dimen> |
| 446 <dimen name="list_item_lateral_padding">1dp</dimen> | 446 <dimen name="list_item_lateral_padding">1dp</dimen> |
| 447 <dimen name="history_default_text_margin">16dp</dimen> | 447 <dimen name="history_default_text_margin">16dp</dimen> |
| 448 |
| 449 <!-- Context Menu Dimensions --> |
| 450 <dimen name="context_menu_header_image_min_size">56dp</dimen> |
| 451 <dimen name="context_menu_header_image_max_size">56dp</dimen> |
| 448 </resources> | 452 </resources> |
| OLD | NEW |