• Home
  • Line#
  • Scopes#
  • Navigate#
  • Raw
  • Download
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright 2013 The Chromium Authors. All rights reserved.
3
4     Use of this source code is governed by a BSD-style license that can be
5     found in the LICENSE file.
6-->
7<resources>
8
9    <!--
10         14.5 = Seekbar thumb width - border width, but it depends on the width
11	     of the seek bar icon.
12    -->
13    <dimen name="color_picker_gradient_margin">14.5dp</dimen>
14    <dimen name="color_button_height">60dp</dimen>
15    <dimen name="dropdown_item_height">44dp</dimen>
16    <dimen name="dropdown_item_divider_height">1px</dimen>
17
18    <!--
19         Fallback values if the corresponding com.android.internal.R dimensions
20         cannot be retrieved by name.
21         Note: Constants taken directly from Android's core/res/values/config.xml.
22    -->
23    <dimen name="config_min_scaling_span">27.0mm</dimen>
24    <dimen name="config_min_scaling_touch_major">48.0dp</dimen>
25
26</resources>
27