blob: 195c83c691ed8f7d5cb11c85407f46ef2eb67c9d [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>
Jeff Sharkey7d58fc62013-09-12 16:25:02 -070020
Jeff Sharkeyb58b3d32014-11-24 10:00:00 -080021 <dimen name="grid_width">152dp</dimen>
Jeff Sharkey083d7e12014-07-27 21:01:45 -070022 <dimen name="grid_height">176dp</dimen>
23
Jeff Sharkeyb58b3d32014-11-24 10:00:00 -080024 <dimen name="grid_item_width">152dp</dimen>
Jeff Sharkey083d7e12014-07-27 21:01:45 -070025 <dimen name="grid_item_height">176dp</dimen>
26 <dimen name="grid_item_padding">4dp</dimen>
27
Jeff Sharkeydb884f52013-09-21 15:11:19 -070028 <dimen name="grid_padding_horiz">4dp</dimen>
Jeff Sharkey083d7e12014-07-27 21:01:45 -070029 <dimen name="grid_padding_vert">4dp</dimen>
30
31 <dimen name="list_item_height">72dp</dimen>
32 <dimen name="list_item_padding">16dp</dimen>
33
34 <dimen name="list_divider_inset">72dp</dimen>
35 <bool name="list_divider_inset_left">true</bool>
Jeff Sharkeydb884f52013-09-21 15:11:19 -070036
Jeff Sharkey7d58fc62013-09-12 16:25:02 -070037 <bool name="show_as_dialog">false</bool>
38 <bool name="always_show_summary">false</bool>
Jeff Sharkey083d7e12014-07-27 21:01:45 -070039
Jeff Sharkeye6fcceb2014-07-28 16:38:52 -070040 <dimen name="dir_elevation">8dp</dimen>
41
Vladislav Kaznacheevb6da7222015-05-01 14:18:57 -070042 <dimen name="drag_shadow_size">120dp</dimen>
43
Jeff Sharkeyc317af82013-07-01 16:56:54 -070044</resources>