| 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 | 6 |
| 7 <resources> | 7 <resources> |
| 8 <!-- Certificate Viewer Dimensions --> | 8 <!-- Certificate Viewer Dimensions --> |
| 9 <dimen name="certificate_viewer_padding_wide">24dp</dimen> | 9 <dimen name="certificate_viewer_padding_wide">24dp</dimen> |
| 10 <dimen name="certificate_viewer_padding_thin">16dp</dimen> | 10 <dimen name="certificate_viewer_padding_thin">16dp</dimen> |
| 11 | 11 |
| 12 <!-- Accessibility tab switcher --> | 12 <!-- Accessibility tab switcher --> |
| 13 <dimen name="accessibility_tab_height">65dp</dimen> | 13 <dimen name="accessibility_tab_height">65dp</dimen> |
| 14 | 14 |
| 15 <!-- TabSwitcher - The minimum distance from the edge to commit a side swap.
--> | 15 <!-- TabSwitcher - The minimum distance from the edge to commit a side swap.
--> |
| 16 <dimen name="swipe_commit_distance">120dp</dimen> | 16 <dimen name="swipe_commit_distance">120dp</dimen> |
| 17 | 17 |
| 18 <!-- Custom Menu dimensions --> | 18 <!-- Custom Menu dimensions --> |
| 19 <dimen name="menu_width">258dp</dimen> | 19 <dimen name="menu_width">258dp</dimen> |
| 20 <dimen name="menu_software_vertical_offset">0dp</dimen> |
| 20 <!-- The amount to fade the edges of the menu to indicate more content is av
ailable | 21 <!-- The amount to fade the edges of the menu to indicate more content is av
ailable |
| 21 via scrolling. --> | 22 via scrolling. --> |
| 22 <dimen name="menu_vertical_fade_distance">15dp</dimen> | 23 <dimen name="menu_vertical_fade_distance">15dp</dimen> |
| 23 | 24 |
| 24 <!-- Menu button dragging related dimensions --> | 25 <!-- Menu button dragging related dimensions --> |
| 25 <dimen name="auto_scroll_full_velocity">500dp</dimen> | 26 <dimen name="auto_scroll_full_velocity">500dp</dimen> |
| 26 <dimen name="edge_swipe_in_slop">25dp</dimen> | 27 <dimen name="edge_swipe_in_slop">25dp</dimen> |
| 27 <dimen name="edge_swipe_in_additional_slop">50dp</dimen> | 28 <dimen name="edge_swipe_in_additional_slop">50dp</dimen> |
| 28 <dimen name="edge_swipe_out_slop">18dp</dimen> | 29 <dimen name="edge_swipe_out_slop">18dp</dimen> |
| 29 | 30 |
| (...skipping 35 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
| 65 <dimen name="app_banner_title_margin_top">0dp</dimen> | 66 <dimen name="app_banner_title_margin_top">0dp</dimen> |
| 66 <dimen name="app_banner_title_margin_bottom">8dp</dimen> | 67 <dimen name="app_banner_title_margin_bottom">8dp</dimen> |
| 67 | 68 |
| 68 <dimen name="app_banner_logo_height">24dp</dimen> | 69 <dimen name="app_banner_logo_height">24dp</dimen> |
| 69 <dimen name="app_banner_logo_margin_top">4dp</dimen> | 70 <dimen name="app_banner_logo_margin_top">4dp</dimen> |
| 70 <dimen name="app_banner_logo_margin_bottom">0dp</dimen> | 71 <dimen name="app_banner_logo_margin_bottom">0dp</dimen> |
| 71 <dimen name="app_banner_logo_margin_end">8dp</dimen> | 72 <dimen name="app_banner_logo_margin_end">8dp</dimen> |
| 72 | 73 |
| 73 <dimen name="app_banner_star_height">16dp</dimen> | 74 <dimen name="app_banner_star_height">16dp</dimen> |
| 74 </resources> | 75 </resources> |
| OLD | NEW |