| 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 422 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 433 <dimen name="design_bottom_navigation_text_size">12sp</dimen> | 433 <dimen name="design_bottom_navigation_text_size">12sp</dimen> |
| 434 <dimen name="design_bottom_navigation_active_text_size">14sp</dimen> | 434 <dimen name="design_bottom_navigation_active_text_size">14sp</dimen> |
| 435 | 435 |
| 436 <!-- Miscellaneous dimensions --> | 436 <!-- Miscellaneous dimensions --> |
| 437 <dimen name="action_bar_shadow_height">10dp</dimen> | 437 <dimen name="action_bar_shadow_height">10dp</dimen> |
| 438 <dimen name="card_corner_radius">2dp</dimen> | 438 <dimen name="card_corner_radius">2dp</dimen> |
| 439 <dimen name="list_item_corner_radius">3dp</dimen> | 439 <dimen name="list_item_corner_radius">3dp</dimen> |
| 440 <dimen name="list_item_lateral_padding">1dp</dimen> | 440 <dimen name="list_item_lateral_padding">1dp</dimen> |
| 441 <dimen name="history_default_text_margin">16dp</dimen> | 441 <dimen name="history_default_text_margin">16dp</dimen> |
| 442 <dimen name="chrome_home_empty_view_top_padding">16dp</dimen> | 442 <dimen name="chrome_home_empty_view_top_padding">16dp</dimen> |
| 443 |
| 444 <!-- Context Menu Dimensions --> |
| 445 <dimen name="context_menu_header_image_max_size">56dp</dimen> |
| 443 </resources> | 446 </resources> |
| OLD | NEW |