OLD | NEW |
1 <?xml version="1.0" encoding="utf-8"?> | 1 <?xml version="1.0" encoding="utf-8"?> |
2 <!-- Copyright 2013 The Chromium Authors. All rights reserved. | 2 <!-- Copyright 2013 The Chromium Authors. All rights reserved. |
3 | 3 |
4 Use of this source code is governed by a BSD-style license that can be | 4 Use of this source code is governed by a BSD-style license that can be |
5 found in the LICENSE file. | 5 found in the LICENSE file. |
6 --> | 6 --> |
7 <resources> | 7 <resources> |
8 <dimen name="dropdown_item_height">50dp</dimen> | 8 <dimen name="dropdown_item_height">50dp</dimen> |
9 <dimen name="dropdown_item_divider_height">1px</dimen> | 9 <dimen name="dropdown_item_divider_height">1px</dimen> |
| 10 <dimen name="dropdown_item_label_font_size">18sp</dimen> |
10 | 11 |
11 <!-- | 12 <!-- |
12 Fallback values if the corresponding com.android.internal.R dimensions | 13 Fallback values if the corresponding com.android.internal.R dimensions |
13 cannot be retrieved by name. | 14 cannot be retrieved by name. |
14 Note: Constants taken directly from Android's core/res/values/config.xm
l. | 15 Note: Constants taken directly from Android's core/res/values/config.xm
l. |
15 --> | 16 --> |
16 <dimen name="config_min_scaling_span">12.0mm</dimen> | 17 <dimen name="config_min_scaling_span">12.0mm</dimen> |
17 </resources> | 18 </resources> |
OLD | NEW |