summaryrefslogtreecommitdiffstats
path: root/chromium/overlay/frameworks/base/core/res/res/values/dimens.xml
blob: faeaba2a0f1211ab0c0e629e94f6d2031ef691b9 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
<?xml version="1.0" encoding="utf-8"?>
<!-- Copyright (c) 2012 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>
    <!-- Link Preview dimensions -->
    <dimen name="webviewchromium_link_preview_overlay_radius">7dp</dimen>

    <!--
        14.5 = Seekbar thumb width - border width, but it depends on the width
            of the seek bar icon.
    -->
    <dimen name="webviewchromium_color_button_height">60dp</dimen>
    <dimen name="webviewchromium_color_picker_gradient_margin">14.5dp</dimen>
    <dimen name="webviewchromium_autofill_text_height">44dp</dimen>
    <dimen name="webviewchromium_autofill_text_divider_height">1px</dimen>
</resources>