| 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 <dimen name="dropdown_item_label_font_size">18sp</dimen> |
| 11 <dimen name="dropdown_item_label_margin">10dp</dimen> | 11 <dimen name="dropdown_item_label_margin">10dp</dimen> |
| 12 <dimen name="dropdown_item_sublabel_font_size">14sp</dimen> |
| 13 <dimen name="dropdown_icon_margin">8dp</dimen> |
| 12 | 14 |
| 13 <!-- | 15 <!-- |
| 14 Fallback values if the corresponding com.android.internal.R dimensions | 16 Fallback values if the corresponding com.android.internal.R dimensions |
| 15 cannot be retrieved by name. | 17 cannot be retrieved by name. |
| 16 Note: Constants taken directly from Android's core/res/values/config.xm
l. | 18 Note: Constants taken directly from Android's core/res/values/config.xm
l. |
| 17 --> | 19 --> |
| 18 <dimen name="config_min_scaling_span">12.0mm</dimen> | 20 <dimen name="config_min_scaling_span">12.0mm</dimen> |
| 19 </resources> | 21 </resources> |
| OLD | NEW |