blob: 3c8f77e29e4e8d7d80603bbfecb094fdb61c04d2 [file] [log] [blame]
Chris Banes16fb73e2015-02-16 18:24:06 +00001<?xml version="1.0" encoding="utf-8"?>
2<!--
3 ~ Copyright (C) 2015 The Android Open Source Project
4 ~
5 ~ Licensed under the Apache License, Version 2.0 (the "License");
6 ~ you may not use this file except in compliance with the License.
7 ~ You may obtain a copy of the License at
8 ~
9 ~ http://www.apache.org/licenses/LICENSE-2.0
10 ~
11 ~ Unless required by applicable law or agreed to in writing, software
12 ~ distributed under the License is distributed on an "AS IS" BASIS,
13 ~ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
14 ~ See the License for the specific language governing permissions and
15 ~ limitations under the License.
16-->
17<resources>
18
19 <dimen name="fab_elevation">8dp</dimen>
20 <dimen name="fab_translation_z_pressed">6dp</dimen>
21 <dimen name="fab_content_size">24dp</dimen>
22 <dimen name="fab_size_normal">56dp</dimen>
23 <dimen name="fab_size_mini">40dp</dimen>
24
Chris Banes8ac0dd32015-03-02 09:04:03 +000025 <dimen name="navigation_max_width">320dp</dimen>
26 <dimen name="navigation_elevation">12dp</dimen>
27 <dimen name="navigation_icon_padding">32dp</dimen>
28 <dimen name="navigation_icon_size">24dp</dimen>
29 <dimen name="navigation_separator_vertical_padding">8dp</dimen>
30 <dimen name="navigation_padding_top_default">0dp</dimen>
Clara Bayarri47af33a2015-04-09 11:38:09 +010031 <dimen name="navigation_padding_bottom">8dp</dimen>
Chris Banes16fb73e2015-02-16 18:24:06 +000032
33 <dimen name="tab_min_width">72dp</dimen>
34 <dimen name="tab_max_width">264dp</dimen>
35
Ying Wang987de842015-03-18 16:20:57 -070036 <dimen name="snackbar_min_width">-1px</dimen>
37 <dimen name="snackbar_max_width">-1px</dimen>
38 <dimen name="snackbar_elevation">2dp</dimen>
39 <dimen name="snackbar_background_corner_radius">0dp</dimen>
40
41 <dimen name="snackbar_padding_horizontal">12dp</dimen>
42 <dimen name="snackbar_padding_vertical">14dp</dimen>
43 <dimen name="snackbar_padding_vertical_2lines">24dp</dimen>
44
45 <!-- Extra spacing between the action and message views -->
46 <dimen name="snackbar_extra_spacing_horizontal">0dp</dimen>
47 <!-- The maximum width for a Snackbar's inline action. If the view is width than this then
48 the Snackbar will change to vertical stacking -->
49 <dimen name="snackbar_action_inline_max_width">128dp</dimen>
50
51 <dimen name="snackbar_text_size">14sp</dimen>
52
Eino-Ville Talvala80161d92015-04-15 13:11:48 -070053 <dimen name="appbar_elevation">4dp</dimen>
54
Chris Banes16fb73e2015-02-16 18:24:06 +000055</resources>