blob: 4a93cdbf657d199e58148628643ecb5040b7bb94 [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 Sharkey42d26792013-09-06 13:22:09 -070018 <dimen name="icon_size">32dp</dimen>
19 <dimen name="root_icon_size">24dp</dimen>
Jeff Sharkeyc317af82013-07-01 16:56:54 -070020 <dimen name="grid_width">180dp</dimen>
Jeff Sharkey42d26792013-09-06 13:22:09 -070021 <dimen name="grid_height">180dp</dimen>
Jeff Sharkey7d58fc62013-09-12 16:25:02 -070022
Jeff Sharkeydb884f52013-09-21 15:11:19 -070023 <dimen name="grid_padding">4dp</dimen>
24 <dimen name="grid_padding_horiz">4dp</dimen>
25
Jeff Sharkey7d58fc62013-09-12 16:25:02 -070026 <bool name="show_as_dialog">false</bool>
27 <bool name="always_show_summary">false</bool>
Jeff Sharkeyc317af82013-07-01 16:56:54 -070028</resources>