| 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 317 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 328 <dimen name="snippets_article_header_height">40dp</dimen> | 328 <dimen name="snippets_article_header_height">40dp</dimen> |
| 329 <dimen name="snippets_publisher_margin_top_with_article_snippet">16dp</dimen
> | 329 <dimen name="snippets_publisher_margin_top_with_article_snippet">16dp</dimen
> |
| 330 <dimen name="snippets_publisher_margin_top_without_article_snippet">8dp</dim
en> | 330 <dimen name="snippets_publisher_margin_top_without_article_snippet">8dp</dim
en> |
| 331 <!-- This is in sp because we want the icon to scale with the TextView it si
ts alongside. --> | 331 <!-- This is in sp because we want the icon to scale with the TextView it si
ts alongside. --> |
| 332 <dimen name="snippets_offline_icon_size">18sp</dimen> | 332 <dimen name="snippets_offline_icon_size">18sp</dimen> |
| 333 | 333 |
| 334 <!-- Recent tabs page --> | 334 <!-- Recent tabs page --> |
| 335 <dimen name="recent_tabs_visible_separator_padding">8dp</dimen> | 335 <dimen name="recent_tabs_visible_separator_padding">8dp</dimen> |
| 336 | 336 |
| 337 <!-- Snackbars --> | 337 <!-- Snackbars --> |
| 338 <dimen name="snackbar_image_size">24dp</dimen> |
| 338 <dimen name="snackbar_min_height">48dp</dimen> | 339 <dimen name="snackbar_min_height">48dp</dimen> |
| 339 <dimen name="snackbar_width_tablet">450dp</dimen> | 340 <dimen name="snackbar_width_tablet">450dp</dimen> |
| 340 <dimen name="snackbar_margin_tablet">24dp</dimen> | 341 <dimen name="snackbar_margin_tablet">24dp</dimen> |
| 341 | 342 |
| 342 <!-- Bookmarks dimensions --> | 343 <!-- Bookmarks dimensions --> |
| 343 <dimen name="bookmark_item_popup_width">140dp</dimen> | 344 <dimen name="bookmark_item_popup_width">140dp</dimen> |
| 344 <dimen name="bookmark_folder_item_left">16dp</dimen> | 345 <dimen name="bookmark_folder_item_left">16dp</dimen> |
| 345 <dimen name="bookmark_minimum_dialog_size_tablet">500dp</dimen> | 346 <dimen name="bookmark_minimum_dialog_size_tablet">500dp</dimen> |
| 346 | 347 |
| 347 <!-- Bookmark widget dimensions --> | 348 <!-- Bookmark widget dimensions --> |
| (...skipping 124 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 472 <dimen name="context_menu_header_image_min_size">56dp</dimen> | 473 <dimen name="context_menu_header_image_min_size">56dp</dimen> |
| 473 <dimen name="context_menu_header_image_max_size">56dp</dimen> | 474 <dimen name="context_menu_header_image_max_size">56dp</dimen> |
| 474 | 475 |
| 475 <!-- Divider Dimensions --> | 476 <!-- Divider Dimensions --> |
| 476 <dimen name="divider_height">1dp</dimen> | 477 <dimen name="divider_height">1dp</dimen> |
| 477 | 478 |
| 478 <!-- Search widget dimensions --> | 479 <!-- Search widget dimensions --> |
| 479 <dimen name="search_activity_location_bar_margin_start">16dp</dimen> | 480 <dimen name="search_activity_location_bar_margin_start">16dp</dimen> |
| 480 <dimen name="search_activity_location_bar_margin_end">8dp</dimen> | 481 <dimen name="search_activity_location_bar_margin_end">8dp</dimen> |
| 481 </resources> | 482 </resources> |
| OLD | NEW |