blob: 8799785287fd061d43ccac95fd826de39f86f8ef [file] [log] [blame]
Jeff Sharkeyc317af82013-07-01 16:56:54 -07001<?xml version="1.0" encoding="utf-8"?>
2<!-- Copyright (C) 2013 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>
Jeff Sharkey083d7e12014-07-27 21:01:45 -070018 <dimen name="icon_size">40dp</dimen>
Jeff Sharkey42d26792013-09-06 13:22:09 -070019 <dimen name="root_icon_size">24dp</dimen>
Tomasz Mikolajewski17fd1942015-08-03 19:00:15 +090020 <dimen name="root_icon_margin">0dp</dimen>
Jeff Sharkey7d58fc62013-09-12 16:25:02 -070021
Ben Kwa4e40c902016-01-12 12:14:26 -080022 <dimen name="progress_bar_height">4dp</dimen>
23
Jeff Sharkeyb58b3d32014-11-24 10:00:00 -080024 <dimen name="grid_width">152dp</dimen>
Jeff Sharkey083d7e12014-07-27 21:01:45 -070025 <dimen name="grid_height">176dp</dimen>
26
Jeff Sharkeyb58b3d32014-11-24 10:00:00 -080027 <dimen name="grid_item_width">152dp</dimen>
Jeff Sharkey083d7e12014-07-27 21:01:45 -070028 <dimen name="grid_item_height">176dp</dimen>
Steve McKay5a5482f2015-07-23 18:26:15 -070029 <dimen name="grid_item_margin">4dp</dimen>
Jeff Sharkey083d7e12014-07-27 21:01:45 -070030
Jeff Sharkeydb884f52013-09-21 15:11:19 -070031 <dimen name="grid_padding_horiz">4dp</dimen>
Jeff Sharkey083d7e12014-07-27 21:01:45 -070032 <dimen name="grid_padding_vert">4dp</dimen>
33
34 <dimen name="list_item_height">72dp</dimen>
35 <dimen name="list_item_padding">16dp</dimen>
36
37 <dimen name="list_divider_inset">72dp</dimen>
38 <bool name="list_divider_inset_left">true</bool>
Jeff Sharkeydb884f52013-09-21 15:11:19 -070039
Jeff Sharkey7d58fc62013-09-12 16:25:02 -070040 <bool name="always_show_summary">false</bool>
Jeff Sharkey083d7e12014-07-27 21:01:45 -070041
Jeff Sharkeye6fcceb2014-07-28 16:38:52 -070042 <dimen name="dir_elevation">8dp</dimen>
43
Vladislav Kaznacheevb6da7222015-05-01 14:18:57 -070044 <dimen name="drag_shadow_size">120dp</dimen>
45
Jeff Sharkeyc317af82013-07-01 16:56:54 -070046</resources>