forked from chromium/chromium
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathdimens.xml
31 lines (27 loc) · 1.37 KB
/
dimens.xml
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright 2013 The Chromium Authors. All rights reserved.
Use of this source code is governed by a BSD-style license that can be
found in the LICENSE file.
-->
<resources xmlns:tools="http://schemas.android.com/tools">
<!-- Common text sizes -->
<dimen name="headline_size_large" tools:ignore="UnusedResources">23sp</dimen>
<dimen name="headline_size_medium" tools:ignore="UnusedResources">20sp</dimen>
<dimen name="text_size_large" tools:ignore="UnusedResources">16sp</dimen>
<dimen name="text_size_medium" tools:ignore="UnusedResources">14sp</dimen>
<dimen name="text_size_small" tools:ignore="UnusedResources">12sp</dimen>
<dimen name="dropdown_item_height">50dp</dimen>
<dimen name="dropdown_item_divider_height">1px</dimen>
<dimen name="dropdown_item_label_margin">10dp</dimen>
<dimen name="dropdown_icon_margin">8dp</dimen>
<dimen name="dropdown_vertical_margin">4dp</dimen>
<dimen name="button_compat_corner_radius">4dp</dimen>
<!-- Divider Dimensions -->
<dimen name="divider_height">1dp</dimen>
<!--
Fallback values if the corresponding com.android.internal.R dimensions
cannot be retrieved by name.
Note: Constants taken directly from Android's core/res/values/config.xml.
-->
<dimen name="config_min_scaling_span">12.0mm</dimen>
</resources>