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 --> |
| 12 <dimen name="accessibility_tab_height">65dp</dimen> |
| 13 |
| 14 <!-- TabSwitcher - The minimum distance from the edge to commit a side swap.
--> |
| 15 <dimen name="swipe_commit_distance">120dp</dimen> |
| 16 |
11 <!-- Custom Menu dimensions --> | 17 <!-- Custom Menu dimensions --> |
12 <dimen name="menu_width">257dp</dimen> | 18 <dimen name="menu_width">257dp</dimen> |
13 <dimen name="menu_vertical_offset">0dp</dimen> | 19 <dimen name="menu_vertical_offset">0dp</dimen> |
14 <!-- 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 |
15 via scrolling. --> | 21 via scrolling. --> |
16 <dimen name="menu_vertical_fade_distance">15dp</dimen> | 22 <dimen name="menu_vertical_fade_distance">15dp</dimen> |
17 | 23 |
18 <!-- Menu button dragging related dimensions --> | 24 <!-- Menu button dragging related dimensions --> |
19 <dimen name="auto_scroll_full_velocity">500dp</dimen> | 25 <dimen name="auto_scroll_full_velocity">500dp</dimen> |
20 <dimen name="edge_swipe_in_slop">25dp</dimen> | 26 <dimen name="edge_swipe_in_slop">25dp</dimen> |
(...skipping 38 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
59 <dimen name="app_banner_title_margin_top">0dp</dimen> | 65 <dimen name="app_banner_title_margin_top">0dp</dimen> |
60 <dimen name="app_banner_title_margin_bottom">8dp</dimen> | 66 <dimen name="app_banner_title_margin_bottom">8dp</dimen> |
61 | 67 |
62 <dimen name="app_banner_logo_height">24dp</dimen> | 68 <dimen name="app_banner_logo_height">24dp</dimen> |
63 <dimen name="app_banner_logo_margin_top">4dp</dimen> | 69 <dimen name="app_banner_logo_margin_top">4dp</dimen> |
64 <dimen name="app_banner_logo_margin_bottom">0dp</dimen> | 70 <dimen name="app_banner_logo_margin_bottom">0dp</dimen> |
65 <dimen name="app_banner_logo_margin_end">8dp</dimen> | 71 <dimen name="app_banner_logo_margin_end">8dp</dimen> |
66 | 72 |
67 <dimen name="app_banner_star_height">16dp</dimen> | 73 <dimen name="app_banner_star_height">16dp</dimen> |
68 </resources> | 74 </resources> |
OLD | NEW |