blob: 5ecc2583ac967c5d0f95f723b0169bcf157393d2 [file] [log] [blame]
ezio84b75af772017-09-18 12:50:12 +02001<?xml version="1.0" encoding="utf-8"?>
sb65962d098bc2021-11-21 12:05:39 -05002<!-- Copyright (C) 2014-2016 The Dirty Unicorns Project
ezio84b75af772017-09-18 12:50:12 +02003
sb65962d098bc2021-11-21 12:05:39 -05004 This program is free software: you can redistribute it and/or modify
5 it under the terms of the GNU General Public License as published by
6 the Free Software Foundation, either version 3 of the License, or
7 (at your option) any later version.
ezio84b75af772017-09-18 12:50:12 +02008
sb65962d098bc2021-11-21 12:05:39 -05009 This program is distributed in the hope that it will be useful,
10 but WITHOUT ANY WARRANTY; without even the implied warranty of
11 MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the
12 GNU General Public License for more details.
ezio84b75af772017-09-18 12:50:12 +020013
sb65962d098bc2021-11-21 12:05:39 -050014 You should have received a copy of the GNU General Public License
15 along with this program. If not, see <http://www.gnu.org/licenses/>.
16 -->
ezio84b75af772017-09-18 12:50:12 +020017
sb65962d098bc2021-11-21 12:05:39 -050018<resources>
ezio84b75af772017-09-18 12:50:12 +020019
sb65962d098bc2021-11-21 12:05:39 -050020 <dimen name="header_icon_width">28dp</dimen>
21
22 <!-- Cardview Preference -->
23 <dimen name="card_elevation">2dp</dimen>
24 <dimen name="card_corner_radius">16dp</dimen>
25 <dimen name="card_margin_top">4dp</dimen>
26 <dimen name="card_margin_bottom">4dp</dimen>
27 <dimen name="card_margin_right">8dp</dimen>
28 <dimen name="card_margin_left">8dp</dimen>
29
30 <!-- ActionBar contentInsetStart -->
31 <dimen name="actionbar_contentInsetStart">16dp</dimen>
32
33 <!-- Dashboard padding in its container -->
34 <dimen name="dashboard_padding_start">0dp</dimen>
35 <dimen name="dashboard_padding_end">0dp</dimen>
36 <dimen name="dashboard_padding_top">0dp</dimen>
37 <dimen name="dashboard_padding_bottom">0dp</dimen>
38
39 <!-- Dashboard category panel elevation -->
40 <dimen name="dashboard_category_elevation">2dp</dimen>
41
42 <dimen name="settings_side_margin">0dip</dimen>
43
44 <dimen name="oval_notification_size">26dp</dimen>
SpiritCroc214860d2018-10-26 17:27:09 +020045
ezio846c68a962017-09-18 10:49:47 +020046 <dimen name="picker_circle_preview_size">26dp</dimen>
47
sb65962d098bc2021-11-21 12:05:39 -050048 <dimen name="alert_dialog_padding_material">20dp</dimen>
49
50 <!-- Shortcut picker -->
51 <dimen name="shortcut_picker_left_padding">70dip</dimen>
52
53 <!-- SwitchBar sub settings margin start / end -->
54 <dimen name="switchbar_subsettings_margin_start">72dp</dimen>
55 <dimen name="switchbar_subsettings_margin_end">16dp</dimen>
56
ezio84b75af772017-09-18 12:50:12 +020057</resources>