| 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 |
| 11 <!-- Website Settings Popup Dimensions --> | 11 <!-- Page Info Popup Dimensions --> |
| 12 <dimen name="website_settings_popup_padding_sides">16dp</dimen> | 12 <dimen name="page_info_popup_padding_sides">16dp</dimen> |
| 13 <dimen name="website_settings_popup_button_height">36dp</dimen> | 13 <dimen name="page_info_popup_button_height">36dp</dimen> |
| 14 <dimen name="website_settings_popup_button_padding_sides">8dp</dimen> | 14 <dimen name="page_info_popup_button_padding_sides">8dp</dimen> |
| 15 <dimen name="website_settings_popup_permission_icon_size">24dp</dimen> | 15 <dimen name="page_info_popup_permission_icon_size">24dp</dimen> |
| 16 | 16 |
| 17 <!-- Accessibility tab switcher --> | 17 <!-- Accessibility tab switcher --> |
| 18 <dimen name="accessibility_tab_height">65dp</dimen> | 18 <dimen name="accessibility_tab_height">65dp</dimen> |
| 19 | 19 |
| 20 <!-- TabSwitcher - The minimum distance from the edge to commit a side swap.
--> | 20 <!-- TabSwitcher - The minimum distance from the edge to commit a side swap.
--> |
| 21 <dimen name="swipe_commit_distance">120dp</dimen> | 21 <dimen name="swipe_commit_distance">120dp</dimen> |
| 22 <!-- TabSwitcher - Size of the shift applied to tabs when stacked. --> | 22 <!-- TabSwitcher - Size of the shift applied to tabs when stacked. --> |
| 23 <dimen name="stacked_tab_visible_size">4dp</dimen> | 23 <dimen name="stacked_tab_visible_size">4dp</dimen> |
| 24 <!-- TabSwitcher - Buffer space above the stack. --> | 24 <!-- TabSwitcher - Buffer space above the stack. --> |
| 25 <dimen name="stack_buffer_height">5dp</dimen> | 25 <dimen name="stack_buffer_height">5dp</dimen> |
| (...skipping 405 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 431 <dimen name="design_bottom_navigation_active_text_size">14sp</dimen> | 431 <dimen name="design_bottom_navigation_active_text_size">14sp</dimen> |
| 432 | 432 |
| 433 <!-- Miscellaneous dimensions --> | 433 <!-- Miscellaneous dimensions --> |
| 434 <dimen name="action_bar_shadow_height">10dp</dimen> | 434 <dimen name="action_bar_shadow_height">10dp</dimen> |
| 435 <dimen name="card_corner_radius">2dp</dimen> | 435 <dimen name="card_corner_radius">2dp</dimen> |
| 436 <dimen name="list_item_corner_radius">3dp</dimen> | 436 <dimen name="list_item_corner_radius">3dp</dimen> |
| 437 <dimen name="list_item_lateral_padding">1dp</dimen> | 437 <dimen name="list_item_lateral_padding">1dp</dimen> |
| 438 <dimen name="history_default_text_margin">16dp</dimen> | 438 <dimen name="history_default_text_margin">16dp</dimen> |
| 439 <dimen name="chrome_home_empty_view_top_padding">16dp</dimen> | 439 <dimen name="chrome_home_empty_view_top_padding">16dp</dimen> |
| 440 </resources> | 440 </resources> |
| OLD | NEW |