summaryrefslogtreecommitdiffstats
path: root/support-design/res/values/dimens.xml
blob: 45e83e60880f080b19d668ecaa13b2538b9bb183 (plain)
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
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
<?xml version="1.0" encoding="utf-8"?>
<!--
  ~ Copyright (C) 2015 The Android Open Source Project
  ~
  ~ Licensed under the Apache License, Version 2.0 (the "License");
  ~ you may not use this file except in compliance with the License.
  ~ You may obtain a copy of the License at
  ~
  ~      http://www.apache.org/licenses/LICENSE-2.0
  ~
  ~ Unless required by applicable law or agreed to in writing, software
  ~ distributed under the License is distributed on an "AS IS" BASIS,
  ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
  ~ See the License for the specific language governing permissions and
  ~ limitations under the License.
-->
<resources>

    <dimen name="fab_elevation">8dp</dimen>
    <dimen name="fab_translation_z_pressed">6dp</dimen>
    <dimen name="fab_content_size">24dp</dimen>
    <dimen name="fab_size_normal">56dp</dimen>
    <dimen name="fab_size_mini">40dp</dimen>
    <dimen name="fab_border_width">0.5dp</dimen>

    <dimen name="navigation_max_width">320dp</dimen>
    <dimen name="navigation_elevation">12dp</dimen>
    <dimen name="navigation_icon_padding">32dp</dimen>
    <dimen name="navigation_icon_size">24dp</dimen>
    <dimen name="navigation_separator_vertical_padding">8dp</dimen>
    <dimen name="navigation_padding_top_default">0dp</dimen>
    <dimen name="navigation_padding_bottom">8dp</dimen>

    <dimen name="tab_min_width">72dp</dimen>
    <dimen name="tab_max_width">264dp</dimen>

    <dimen name="snackbar_min_width">-1px</dimen>
    <dimen name="snackbar_max_width">-1px</dimen>
    <dimen name="snackbar_elevation">2dp</dimen>
    <dimen name="snackbar_background_corner_radius">0dp</dimen>

    <dimen name="snackbar_padding_horizontal">12dp</dimen>
    <dimen name="snackbar_padding_vertical">14dp</dimen>
    <dimen name="snackbar_padding_vertical_2lines">24dp</dimen>

    <!-- Extra spacing between the action and message views -->
    <dimen name="snackbar_extra_spacing_horizontal">0dp</dimen>
    <!-- The maximum width for a Snackbar's inline action. If the view is width than this then
         the Snackbar will change to vertical stacking -->
    <dimen name="snackbar_action_inline_max_width">128dp</dimen>

    <dimen name="snackbar_text_size">14sp</dimen>

    <dimen name="appbar_elevation">4dp</dimen>

</resources>