| 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 467 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 478 <dimen name="context_menu_header_image_max_size">56dp</dimen> | 478 <dimen name="context_menu_header_image_max_size">56dp</dimen> |
| 479 <dimen name="context_menu_max_width">500dp</dimen> | 479 <dimen name="context_menu_max_width">500dp</dimen> |
| 480 <dimen name="context_menu_min_padding">20dp</dimen> | 480 <dimen name="context_menu_min_padding">20dp</dimen> |
| 481 | 481 |
| 482 <!-- Divider Dimensions --> | 482 <!-- Divider Dimensions --> |
| 483 <dimen name="divider_height">1dp</dimen> | 483 <dimen name="divider_height">1dp</dimen> |
| 484 | 484 |
| 485 <!-- Search widget dimensions --> | 485 <!-- Search widget dimensions --> |
| 486 <dimen name="search_activity_location_bar_margin_start">16dp</dimen> | 486 <dimen name="search_activity_location_bar_margin_start">16dp</dimen> |
| 487 <dimen name="search_activity_location_bar_margin_end">8dp</dimen> | 487 <dimen name="search_activity_location_bar_margin_end">8dp</dimen> |
| 488 |
| 489 <!-- Reader Mode dimensions --> |
| 490 <!-- Padding surrounding the message. --> |
| 491 <dimen name="reader_mode_infobar_text_padding">8dp</dimen> |
| 488 </resources> | 492 </resources> |
| OLD | NEW |