blob: 23d9c0d74a8d313e8a020861e382322bd3167b59 [file] [log] [blame]
Kirill Grouchnikovda36c5c2015-01-29 17:46:51 -05001<?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-->
Kirill Grouchnikovda36c5c2015-01-29 17:46:51 -050017<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
Qiwen Zhao03c19ce2015-03-09 12:01:13 -070025 <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>
31
32 <dimen name="tab_min_width">72dp</dimen>
33 <dimen name="tab_max_width">264dp</dimen>
34
Filip Gruszczynskib532c512015-03-20 13:38:23 -070035 <dimen name="snackbar_min_width">-1px</dimen>
36 <dimen name="snackbar_max_width">-1px</dimen>
37 <dimen name="snackbar_elevation">2dp</dimen>
38 <dimen name="snackbar_background_corner_radius">0dp</dimen>
39
40 <dimen name="snackbar_padding_horizontal">12dp</dimen>
41 <dimen name="snackbar_padding_vertical">14dp</dimen>
42 <dimen name="snackbar_padding_vertical_2lines">24dp</dimen>
43
44 <!-- Extra spacing between the action and message views -->
45 <dimen name="snackbar_extra_spacing_horizontal">0dp</dimen>
46 <!-- The maximum width for a Snackbar's inline action. If the view is width than this then
47 the Snackbar will change to vertical stacking -->
48 <dimen name="snackbar_action_inline_max_width">128dp</dimen>
49
50 <dimen name="snackbar_text_size">14sp</dimen>
51
Qiwen Zhao03c19ce2015-03-09 12:01:13 -070052</resources>