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 80 matching lines...) Expand 10 before | Expand all | Expand 10 after Loading... |
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 button dimensions --> |
94 <!-- TODO(twellington): Remove/update the following dimens after we switch t
he PreferencesTheme | 94 <!-- TODO(twellington): Remove/update the following dimens after we switch t
he PreferencesTheme |
95 parent to AppCompat. --> | 95 parent to AppCompat. --> |
96 <dimen name="pref_button_margin_start">0dp</dimen> | 96 <dimen name="pref_button_margin_start">0dp</dimen> |
97 <dimen name="pref_button_corner_radius">2dp</dimen> | 97 <dimen name="pref_button_corner_radius">2dp</dimen> |
98 <dimen name="pref_button_horizontal_padding">16dp</dimen> | 98 <dimen name="pref_button_horizontal_padding">16dp</dimen> |
99 <dimen name="pref_button_vertical_padding">10dp</dimen> | 99 <dimen name="pref_button_vertical_padding">10dp</dimen> |
100 | 100 |
| 101 <!-- Minimum height/width for a touchable item --> |
| 102 <dimen name="min_touch_target_size">48dp</dimen> |
| 103 |
101 <!-- Text bubble dimensions --> | 104 <!-- Text bubble dimensions --> |
102 <!-- Tooltip min distance from the edge of the screen. --> | 105 <!-- Tooltip min distance from the edge of the screen. --> |
103 <dimen name="tooltip_min_edge_margin">3dp</dimen> | 106 <dimen name="tooltip_min_edge_margin">3dp</dimen> |
104 <!-- Tooltip margin above click target. --> | 107 <!-- Tooltip margin above click target. --> |
105 <dimen name="tooltip_top_margin">2dp</dimen> | 108 <dimen name="tooltip_top_margin">2dp</dimen> |
106 <!-- Tooltip border width around the main content bubble. --> | 109 <!-- Tooltip border width around the main content bubble. --> |
107 <dimen name="tooltip_border_width">1dp</dimen> | 110 <dimen name="tooltip_border_width">1dp</dimen> |
108 <!-- Padding for tooltip content --> | 111 <!-- Padding for tooltip content --> |
109 <dimen name="tooltip_content_padding">5dp</dimen> | 112 <dimen name="tooltip_content_padding">5dp</dimen> |
110 <!-- Tooltip x margin for text bubble --> | 113 <!-- Tooltip x margin for text bubble --> |
111 <dimen name="bubble_tip_margin">8dp</dimen> | 114 <dimen name="bubble_tip_margin">8dp</dimen> |
112 | 115 |
113 </resources> | 116 </resources> |
OLD | NEW |