blob: 9e31a1fce45d3f3ae250f2f6ebb77dc136dd93dc [file] [log] [blame]
Steve Kondik66dbbd52016-09-03 05:15:27 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2009 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
17<resources>
Steve Kondik27cfe782016-09-06 04:33:28 -070018
Steve Kondik66dbbd52016-09-03 05:15:27 -070019 <!-- ActionBar height -->
20 <dimen name="actionbar_size">56dip</dimen>
21
Steve Kondik27cfe782016-09-06 04:33:28 -070022 <!-- ActionBar contentInsetStart -->
23 <dimen name="actionbar_contentInsetStart">16dp</dimen>
Steve Kondik03b56502016-09-10 17:17:25 -070024 <dimen name="actionbar_subsettings_contentInsetStart">72dp</dimen>
Steve Kondik27cfe782016-09-06 04:33:28 -070025
26 <!-- Dashboard padding in its container -->
27 <dimen name="dashboard_padding_start">0dp</dimen>
28 <dimen name="dashboard_padding_end">0dp</dimen>
29 <dimen name="dashboard_padding_top">0dp</dimen>
30 <dimen name="dashboard_padding_bottom">0dp</dimen>
31
32 <!-- Dashboard category panel elevation -->
33 <dimen name="dashboard_category_elevation">2dp</dimen>
34
Steve Kondik66dbbd52016-09-03 05:15:27 -070035 <dimen name="settings_side_margin">0dip</dimen>
36
Steve Kondik66ac5d72016-09-03 16:24:26 -070037 <dimen name="oval_notification_size">26dp</dimen>
Steve Kondik03b56502016-09-10 17:17:25 -070038
39 <dimen name="vert_divider_width">1dip</dimen>
40
41 <dimen name="pager_tabs_padding">0dp</dimen>
42
43 <!-- SwitchBar margin start / end -->
44 <dimen name="switchbar_margin_start">16dp</dimen>
45 <dimen name="switchbar_margin_end">16dp</dimen>
46
47 <!-- SwitchBar sub settings margin start / end -->
48 <dimen name="switchbar_subsettings_margin_start">72dp</dimen>
49 <dimen name="switchbar_subsettings_margin_end">16dp</dimen>
50
51 <!-- FAB Dimensions -->
52 <dimen name="fab_size">56dp</dimen>
53 <dimen name="fab_margin">16dp</dimen>
54 <dimen name="fab_elevation">12dp</dimen>
55 <dimen name="fab_press_translation_z">9dp</dimen>
56
57 <dimen name="profile_instruction_padding">8dp</dimen>
Steve Kondik66dbbd52016-09-03 05:15:27 -070058</resources>
59