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> |
(...skipping 72 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
83 <dimen name="app_banner_logo_margin_end">8dp</dimen> | 83 <dimen name="app_banner_logo_margin_end">8dp</dimen> |
84 | 84 |
85 <dimen name="app_banner_star_height">16dp</dimen> | 85 <dimen name="app_banner_star_height">16dp</dimen> |
86 | 86 |
87 <!-- Password generation popup dimensions --> | 87 <!-- Password generation popup dimensions --> |
88 <dimen name="password_generation_divider_height">1dp</dimen> | 88 <dimen name="password_generation_divider_height">1dp</dimen> |
89 <dimen name="password_generation_text_size">14sp</dimen> | 89 <dimen name="password_generation_text_size">14sp</dimen> |
90 <dimen name="password_generation_horizontal_margin">10dp</dimen> | 90 <dimen name="password_generation_horizontal_margin">10dp</dimen> |
91 <dimen name="password_generation_text_vertical_margin">12dp</dimen> | 91 <dimen name="password_generation_text_vertical_margin">12dp</dimen> |
92 | 92 |
93 <!-- Preferences button dimensions --> | 93 <!-- Preferences dimensions --> |
94 <!-- TODO(twellington): Remove/update the following dimens after we switch t
he PreferencesTheme | 94 <!-- TODO(twellington): Remove/update the button dimens after AppCompat adds
button support. --> |
95 parent to AppCompat. --> | |
96 <dimen name="pref_button_margin_start">0dp</dimen> | 95 <dimen name="pref_button_margin_start">0dp</dimen> |
97 <dimen name="pref_button_corner_radius">2dp</dimen> | 96 <dimen name="pref_button_corner_radius">2dp</dimen> |
98 <dimen name="pref_button_horizontal_padding">16dp</dimen> | 97 <dimen name="pref_button_horizontal_padding">16dp</dimen> |
99 <dimen name="pref_button_vertical_padding">10dp</dimen> | 98 <dimen name="pref_button_vertical_padding">10dp</dimen> |
100 | 99 |
| 100 <dimen name="pref_homepage_layout_margin">10dp</dimen> |
| 101 |
101 <!-- Minimum height/width for a touchable item --> | 102 <!-- Minimum height/width for a touchable item --> |
102 <dimen name="min_touch_target_size">48dp</dimen> | 103 <dimen name="min_touch_target_size">48dp</dimen> |
103 | 104 |
104 <!-- Text bubble dimensions --> | 105 <!-- Text bubble dimensions --> |
105 <!-- Tooltip min distance from the edge of the screen. --> | 106 <!-- Tooltip min distance from the edge of the screen. --> |
106 <dimen name="tooltip_min_edge_margin">3dp</dimen> | 107 <dimen name="tooltip_min_edge_margin">3dp</dimen> |
107 <!-- Tooltip margin above click target. --> | 108 <!-- Tooltip margin above click target. --> |
108 <dimen name="tooltip_top_margin">2dp</dimen> | 109 <dimen name="tooltip_top_margin">2dp</dimen> |
109 <!-- Tooltip border width around the main content bubble. --> | 110 <!-- Tooltip border width around the main content bubble. --> |
110 <dimen name="tooltip_border_width">1dp</dimen> | 111 <dimen name="tooltip_border_width">1dp</dimen> |
(...skipping 17 matching lines...) Expand all Loading... |
128 <!-- User Picture Dimensions --> | 129 <!-- User Picture Dimensions --> |
129 <dimen name="user_picture_size">40dp</dimen> | 130 <dimen name="user_picture_size">40dp</dimen> |
130 <dimen name="badged_user_picture_height">40dp</dimen> | 131 <dimen name="badged_user_picture_height">40dp</dimen> |
131 <!-- The design spec is that the center of the badge should be 4dp from the
right edge of the | 132 <!-- The design spec is that the center of the badge should be 4dp from the
right edge of the |
132 user picture. This is equivalent to a badged_user_picture_width of 46dp assu
ming a badge_radius | 133 user picture. This is equivalent to a badged_user_picture_width of 46dp assu
ming a badge_radius |
133 of 10dp. --> | 134 of 10dp. --> |
134 <dimen name="badged_user_picture_width">46dp</dimen> | 135 <dimen name="badged_user_picture_width">46dp</dimen> |
135 <dimen name="badge_radius">10dp</dimen> | 136 <dimen name="badge_radius">10dp</dimen> |
136 <dimen name="badge_border_size">1.3dp</dimen> | 137 <dimen name="badge_border_size">1.3dp</dimen> |
137 </resources> | 138 </resources> |
OLD | NEW |