| 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 287 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 298 <dimen name="ntp_search_box_height">62dp</dimen> | 298 <dimen name="ntp_search_box_height">62dp</dimen> |
| 299 <dimen name="ntp_search_box_shadow_width">4dp</dimen> | 299 <dimen name="ntp_search_box_shadow_width">4dp</dimen> |
| 300 <dimen name="ntp_search_box_transition_length">16dp</dimen> | 300 <dimen name="ntp_search_box_transition_length">16dp</dimen> |
| 301 <dimen name="ntp_wide_card_lateral_margins">48dp</dimen> | 301 <dimen name="ntp_wide_card_lateral_margins">48dp</dimen> |
| 302 <dimen name="ntp_list_item_min_height">48dp</dimen> | 302 <dimen name="ntp_list_item_min_height">48dp</dimen> |
| 303 <dimen name="ntp_list_item_text_size">16sp</dimen> | 303 <dimen name="ntp_list_item_text_size">16sp</dimen> |
| 304 <dimen name="ntp_shadow_height">9dp</dimen> | 304 <dimen name="ntp_shadow_height">9dp</dimen> |
| 305 <dimen name="ntp_sign_in_promo_margin_top">20dp</dimen> | 305 <dimen name="ntp_sign_in_promo_margin_top">20dp</dimen> |
| 306 <dimen name="ntp_progress_indicator_diameter">56dp</dimen> | 306 <dimen name="ntp_progress_indicator_diameter">56dp</dimen> |
| 307 <dimen name="snippets_thumbnail_size">72dp</dimen> | 307 <dimen name="snippets_thumbnail_size">72dp</dimen> |
| 308 <!-- file type icon size = snippets_thumbnail_size - 2 * padding --> | |
| 309 <dimen name="snippets_thumbnail_file_type_icon_padding">20dp</dimen> | |
| 310 <dimen name="snippets_thumbnail_margin">16dp</dimen> | 308 <dimen name="snippets_thumbnail_margin">16dp</dimen> |
| 311 <!-- The default padding for the peeking card and the amount the card peeks
by in the current | 309 <!-- The default padding for the peeking card and the amount the card peeks
by in the current |
| 312 peeking card animation (the calculations assume this is the same). --> | 310 peeking card animation (the calculations assume this is the same). --> |
| 313 <dimen name="snippets_padding">16dp</dimen> | 311 <dimen name="snippets_padding">16dp</dimen> |
| 314 <!-- The amount of the peeking card showing above the fold with the increase
d visibility UI | 312 <!-- The amount of the peeking card showing above the fold with the increase
d visibility UI |
| 315 (https://crbug.com/660837). --> | 313 (https://crbug.com/660837). --> |
| 316 <dimen name="snippets_peeking_card_peek_amount">32dp</dimen> | 314 <dimen name="snippets_peeking_card_peek_amount">32dp</dimen> |
| 317 <dimen name="snippets_peeking_card_bounce_distance">10dp</dimen> | 315 <dimen name="snippets_peeking_card_bounce_distance">10dp</dimen> |
| 318 <dimen name="snippets_card_gap">0.5dp</dimen> | 316 <dimen name="snippets_card_gap">0.5dp</dimen> |
| 319 <dimen name="snippets_article_header_height">40dp</dimen> | 317 <dimen name="snippets_article_header_height">40dp</dimen> |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 444 <dimen name="action_bar_shadow_height">10dp</dimen> | 442 <dimen name="action_bar_shadow_height">10dp</dimen> |
| 445 <dimen name="card_corner_radius">2dp</dimen> | 443 <dimen name="card_corner_radius">2dp</dimen> |
| 446 <dimen name="list_item_corner_radius">3dp</dimen> | 444 <dimen name="list_item_corner_radius">3dp</dimen> |
| 447 <dimen name="list_item_lateral_padding">1dp</dimen> | 445 <dimen name="list_item_lateral_padding">1dp</dimen> |
| 448 <dimen name="history_default_text_margin">16dp</dimen> | 446 <dimen name="history_default_text_margin">16dp</dimen> |
| 449 | 447 |
| 450 <!-- Context Menu Dimensions --> | 448 <!-- Context Menu Dimensions --> |
| 451 <dimen name="context_menu_header_image_min_size">56dp</dimen> | 449 <dimen name="context_menu_header_image_min_size">56dp</dimen> |
| 452 <dimen name="context_menu_header_image_max_size">56dp</dimen> | 450 <dimen name="context_menu_header_image_max_size">56dp</dimen> |
| 453 </resources> | 451 </resources> |
| OLD | NEW |