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">257dp</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> |
29 | 29 |
30 <!-- Infobar dimensions --> | 30 <!-- Infobar dimensions --> |
31 <!-- Text size of the InfoBar message. --> | 31 <!-- Text size of the infobar message. --> |
32 <dimen name="infobar_text_size">16sp</dimen> | 32 <dimen name="infobar_text_size">16sp</dimen> |
33 <!-- Text size of text inside InfoBar buttons. --> | 33 <!-- Text size of text inside infobar buttons. --> |
34 <dimen name="infobar_button_text_size">16sp</dimen> | 34 <dimen name="infobar_button_text_size">16sp</dimen> |
35 <!-- Minimum dimension (height or width) of the upper row of an InfoBar. --> | 35 <!-- Minimum dimension (height or width) of the upper row of an infobar. --> |
36 <dimen name="infobar_min_size">60dp</dimen> | 36 <dimen name="infobar_min_size">60dp</dimen> |
37 <!-- Margin between items in an InfoBar. --> | 37 <!-- Margin between items in an infobar. --> |
38 <dimen name="infobar_margin">10dp</dimen> | 38 <dimen name="infobar_margin">10dp</dimen> |
39 <!-- Left/right padding for infobar button text. --> | 39 <!-- Left/right padding for infobar button text. --> |
40 <dimen name="infobar_button_horizontal_padding">30dp</dimen> | 40 <dimen name="infobar_button_horizontal_padding">30dp</dimen> |
41 <!-- Minimum height for a touch target. --> | 41 <!-- Minimum height for a touch target. --> |
42 <dimen name="infobar_touch_target_height">40dp</dimen> | 42 <dimen name="infobar_touch_target_height">40dp</dimen> |
43 <!-- Dimension (height or width) of the InfoBar icon. --> | 43 <!-- Height and width of the infobar icon. --> |
44 <dimen name="infobar_icon_size">31dp</dimen> | 44 <dimen name="infobar_icon_size">36dp</dimen> |
45 | 45 |
46 <!-- App banner dimensions --> | 46 <!-- App banner dimensions --> |
47 <dimen name="app_banner_max_width">424dp</dimen> | 47 <dimen name="app_banner_max_width">424dp</dimen> |
48 <dimen name="app_banner_margin_sides">8dp</dimen> | 48 <dimen name="app_banner_margin_sides">8dp</dimen> |
49 <dimen name="app_banner_margin_bottom">8dp</dimen> | 49 <dimen name="app_banner_margin_bottom">8dp</dimen> |
50 <dimen name="app_banner_padding">8dp</dimen> | 50 <dimen name="app_banner_padding">8dp</dimen> |
51 <dimen name="app_banner_padding_controls">4dp</dimen> | 51 <dimen name="app_banner_padding_controls">4dp</dimen> |
52 | 52 |
53 <dimen name="app_banner_button_text_size">14sp</dimen> | 53 <dimen name="app_banner_button_text_size">14sp</dimen> |
54 <dimen name="app_banner_button_height">28dp</dimen> | 54 <dimen name="app_banner_button_height">28dp</dimen> |
(...skipping 10 matching lines...) Expand all 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 |