| <?xml version="1.0" encoding="utf-8"?> |
| <!-- Copyright (C) 2014-2016 The Dirty Unicorns Project |
| |
| This program is free software: you can redistribute it and/or modify |
| it under the terms of the GNU General Public License as published by |
| the Free Software Foundation, either version 3 of the License, or |
| (at your option) any later version. |
| |
| This program is distributed in the hope that it will be useful, |
| but WITHOUT ANY WARRANTY; without even the implied warranty of |
| MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the |
| GNU General Public License for more details. |
| |
| You should have received a copy of the GNU General Public License |
| along with this program. If not, see <http://www.gnu.org/licenses/>. |
| --> |
| |
| <resources> |
| |
| <dimen name="header_icon_width">28dp</dimen> |
| |
| <!-- Cardview Preference --> |
| <dimen name="card_elevation">2dp</dimen> |
| <dimen name="card_corner_radius">16dp</dimen> |
| <dimen name="card_margin_top">4dp</dimen> |
| <dimen name="card_margin_bottom">4dp</dimen> |
| <dimen name="card_margin_right">8dp</dimen> |
| <dimen name="card_margin_left">8dp</dimen> |
| |
| <!-- ActionBar contentInsetStart --> |
| <dimen name="actionbar_contentInsetStart">16dp</dimen> |
| |
| <!-- Dashboard padding in its container --> |
| <dimen name="dashboard_padding_start">0dp</dimen> |
| <dimen name="dashboard_padding_end">0dp</dimen> |
| <dimen name="dashboard_padding_top">0dp</dimen> |
| <dimen name="dashboard_padding_bottom">0dp</dimen> |
| |
| <!-- Dashboard category panel elevation --> |
| <dimen name="dashboard_category_elevation">2dp</dimen> |
| |
| <dimen name="settings_side_margin">0dip</dimen> |
| |
| <dimen name="oval_notification_size">26dp</dimen> |
| |
| <dimen name="picker_circle_preview_size">26dp</dimen> |
| |
| <dimen name="alert_dialog_padding_material">20dp</dimen> |
| |
| <!-- Shortcut picker --> |
| <dimen name="shortcut_picker_left_padding">70dip</dimen> |
| |
| <!-- SwitchBar sub settings margin start / end --> |
| <dimen name="switchbar_subsettings_margin_start">72dp</dimen> |
| <dimen name="switchbar_subsettings_margin_end">16dp</dimen> |
| |
| </resources> |