blob: dfde8788a2d1afa06c7b37d3a7b7b8b89ee3517e [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>
24
25 <!-- Dashboard padding in its container -->
26 <dimen name="dashboard_padding_start">0dp</dimen>
27 <dimen name="dashboard_padding_end">0dp</dimen>
28 <dimen name="dashboard_padding_top">0dp</dimen>
29 <dimen name="dashboard_padding_bottom">0dp</dimen>
30
31 <!-- Dashboard category panel elevation -->
32 <dimen name="dashboard_category_elevation">2dp</dimen>
33
Steve Kondik66dbbd52016-09-03 05:15:27 -070034 <dimen name="settings_side_margin">0dip</dimen>
35
Steve Kondik66ac5d72016-09-03 16:24:26 -070036 <dimen name="oval_notification_size">26dp</dimen>
Steve Kondik03b56502016-09-10 17:17:25 -070037
Steve Kondik03b56502016-09-10 17:17:25 -070038 <dimen name="pager_tabs_padding">0dp</dimen>
39
40 <!-- SwitchBar margin start / end -->
Bruno Martins4f2ed042019-01-07 21:09:14 +000041 <dimen name="switchbar_margin_start">72dp</dimen>
Steve Kondik03b56502016-09-10 17:17:25 -070042 <dimen name="switchbar_margin_end">16dp</dimen>
43
Bruno Martins4f699422019-01-07 20:43:38 +000044 <dimen name="min_tap_target_size">48dp</dimen>
45
Steve Kondik03b56502016-09-10 17:17:25 -070046 <!-- FAB Dimensions -->
47 <dimen name="fab_size">56dp</dimen>
48 <dimen name="fab_margin">16dp</dimen>
49 <dimen name="fab_elevation">12dp</dimen>
50 <dimen name="fab_press_translation_z">9dp</dimen>
51
52 <dimen name="profile_instruction_padding">8dp</dimen>
Joey90af02f2018-01-20 13:54:57 +010053
54 <!-- Berry lite -->
55 <dimen name="style_accent_preview">32dp</dimen>
56 <dimen name="style_accent_icon">24dp</dimen>
Joey8d100d32018-04-07 14:12:34 +020057
58 <!-- Trust onBoarding -->
Luca Stefani79de3b12018-06-16 11:58:44 +020059 <dimen name="trust_logo_vertical_margin">48dp</dimen>
Joey8d100d32018-04-07 14:12:34 +020060 <dimen name="trust_logo_horizontal_margin">40dp</dimen>
61 <dimen name="trust_logo_height">-2px</dimen>
62 <dimen name="trust_logo_width">-1px</dimen>
Steve Kondik66dbbd52016-09-03 05:15:27 -070063</resources>
64