| 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 271 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 282 <dimen name="ntp_search_box_height">62dp</dimen> | 282 <dimen name="ntp_search_box_height">62dp</dimen> |
| 283 <dimen name="ntp_search_box_shadow_width">4dp</dimen> | 283 <dimen name="ntp_search_box_shadow_width">4dp</dimen> |
| 284 <dimen name="ntp_search_box_transition_length">16dp</dimen> | 284 <dimen name="ntp_search_box_transition_length">16dp</dimen> |
| 285 <dimen name="ntp_wide_card_lateral_margins">48dp</dimen> | 285 <dimen name="ntp_wide_card_lateral_margins">48dp</dimen> |
| 286 <dimen name="ntp_list_item_min_height">48dp</dimen> | 286 <dimen name="ntp_list_item_min_height">48dp</dimen> |
| 287 <dimen name="ntp_list_item_text_size">16sp</dimen> | 287 <dimen name="ntp_list_item_text_size">16sp</dimen> |
| 288 <dimen name="ntp_shadow_height">9dp</dimen> | 288 <dimen name="ntp_shadow_height">9dp</dimen> |
| 289 <dimen name="ntp_sign_in_promo_margin_top">20dp</dimen> | 289 <dimen name="ntp_sign_in_promo_margin_top">20dp</dimen> |
| 290 <dimen name="ntp_progress_indicator_diameter">56dp</dimen> | 290 <dimen name="ntp_progress_indicator_diameter">56dp</dimen> |
| 291 <dimen name="snippets_thumbnail_size">72dp</dimen> | 291 <dimen name="snippets_thumbnail_size">72dp</dimen> |
| 292 <dimen name="snippets_thumbnail_margin">16dp</dimen> |
| 292 <!-- The default padding for the peeking card and the amount the card peeks
by in the current | 293 <!-- The default padding for the peeking card and the amount the card peeks
by in the current |
| 293 peeking card animation (the calculations assume this is the same). --> | 294 peeking card animation (the calculations assume this is the same). --> |
| 294 <dimen name="snippets_padding">16dp</dimen> | 295 <dimen name="snippets_padding">16dp</dimen> |
| 295 <!-- The amount of the peeking card showing above the fold with the increase
d visibility UI | 296 <!-- The amount of the peeking card showing above the fold with the increase
d visibility UI |
| 296 (https://crbug.com/660837). --> | 297 (https://crbug.com/660837). --> |
| 297 <dimen name="snippets_peeking_card_peek_amount">32dp</dimen> | 298 <dimen name="snippets_peeking_card_peek_amount">32dp</dimen> |
| 298 <dimen name="snippets_peeking_card_bounce_distance">10dp</dimen> | 299 <dimen name="snippets_peeking_card_bounce_distance">10dp</dimen> |
| 299 <dimen name="snippets_card_gap">0.5dp</dimen> | 300 <dimen name="snippets_card_gap">0.5dp</dimen> |
| 300 <dimen name="snippets_article_header_height">40dp</dimen> | 301 <dimen name="snippets_article_header_height">40dp</dimen> |
| 301 <dimen name="snippets_publisher_margin_top_with_article_snippet">16dp</dimen
> | 302 <dimen name="snippets_publisher_margin_top_with_article_snippet">16dp</dimen
> |
| (...skipping 99 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 401 <dimen name="selectable_list_layout_row_end_padding">16dp</dimen> | 402 <dimen name="selectable_list_layout_row_end_padding">16dp</dimen> |
| 402 <dimen name="selectable_list_layout_start_icon_width">56dp</dimen> | 403 <dimen name="selectable_list_layout_start_icon_width">56dp</dimen> |
| 403 <dimen name="toolbar_wide_display_nav_icon_offset">-18dp</dimen> | 404 <dimen name="toolbar_wide_display_nav_icon_offset">-18dp</dimen> |
| 404 <dimen name="toolbar_wide_display_end_offset">-14dp</dimen> | 405 <dimen name="toolbar_wide_display_end_offset">-14dp</dimen> |
| 405 | 406 |
| 406 <!-- Miscellaneous dimensions --> | 407 <!-- Miscellaneous dimensions --> |
| 407 <dimen name="action_bar_shadow_height">10dp</dimen> | 408 <dimen name="action_bar_shadow_height">10dp</dimen> |
| 408 <dimen name="card_corner_radius">2dp</dimen> | 409 <dimen name="card_corner_radius">2dp</dimen> |
| 409 <dimen name="history_default_text_margin">16dp</dimen> | 410 <dimen name="history_default_text_margin">16dp</dimen> |
| 410 </resources> | 411 </resources> |
| OLD | NEW |