dimens_material.xml revision 3c9012b9ba9222d6fdcc9f65d55c7c263659fb2d
1<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2014 The Android Open Source Project
3
4     Licensed under the Apache License, Version 2.0 (the "License");
5     you may not use this file except in compliance with the License.
6     You may obtain a copy of the License at
7
8          http://www.apache.org/licenses/LICENSE-2.0
9
10     Unless required by applicable law or agreed to in writing, software
11     distributed under the License is distributed on an "AS IS" BASIS,
12     WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
13     See the License for the specific language governing permissions and
14     limitations under the License.
15-->
16<resources>
17
18    <!-- Use the default title sizes on tablets. -->
19    <dimen name="text_size_title_material_toolbar">20dp</dimen>
20    <!-- Use the default subtitle sizes on tablets. -->
21    <dimen name="text_size_subtitle_material_toolbar">16dp</dimen>
22    <!-- Default height of an action bar. -->
23    <dimen name="action_bar_default_height_material">64dp</dimen>
24    <!-- Default padding of an action bar. -->
25    <dimen name="action_bar_default_padding_material">4dp</dimen>
26    <!-- Default content inset of an action bar. -->
27    <dimen name="action_bar_content_inset_material">24dp</dimen>
28
29    <!-- Padding to add to the start of the overflow action button. -->
30    <dimen name="action_bar_navigation_padding_start_material">8dp</dimen>
31    <!-- Padding to add to the end of the overflow action button. -->
32    <dimen name="action_bar_overflow_padding_end_material">18dp</dimen>
33</resources>
34