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