summaryrefslogtreecommitdiffstats
path: root/res/values/dimens.xml
blob: 85b6d0f62f0dadb39ca7cb0574f0b2897685f95d (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
<?xml version="1.0" encoding="utf-8"?>
<!--
 * Copyright (C) 2014 The CyanogenMod Project
 *
 * Licensed under the Apache License, Version 2.0 (the "License");
 * you may not use this file except in compliance with the License.
 * You may obtain a copy of the License at
 *
 * http://www.apache.org/licenses/LICENSE-2.0
 *
 * Unless required by applicable law or agreed to in writing, software
 * distributed under the License is distributed on an "AS IS" BASIS,
 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
 * See the License for the specific language governing permissions and
 * limitations under the License.
-->
<resources>
    <dimen name="app_icon_size">24dp</dimen>
    <dimen name="button_bar_height">62dip</dimen>
    <dimen name="sliding_up_panel_parallax_distance">150dp</dimen>
    <dimen name="item_browse_height">260dp</dimen>
    <dimen name="expanded_preview_margin">66dp</dimen>
    <dimen name="navigation_button_width">80dp</dimen>
    <dimen name="theme_preview_height">264dp</dimen>

    <dimen name="component_selection_cell_width">80dp</dimen>
    <dimen name="component_selection_cell_height">112dp</dimen>
    <dimen name="component_selection_cell_height_boot_anim">203dp</dimen>
    <dimen name="component_selection_cell_height_sounds">120dp</dimen>
    <dimen name="component_selection_content_width">48dp</dimen>
    <dimen name="component_selection_content_height">@dimen/component_selection_content_width</dimen>
    <dimen name="component_selection_bootani_content_width">80dp</dimen>
    <dimen name="component_selection_bootani_content_height">142dp</dimen>
    <dimen name="component_margin_top">24dp</dimen>
    <dimen name="component_divider_height">32dp</dimen>
    <dimen name="component_divider_height_bootani">48dp</dimen>
    <dimen name="component_divider_margin_top">32dp</dimen>
    <dimen name="component_divider_margin_top_bootani">72dp</dimen>

    <dimen name="status_bar_component_icon_width">20dp</dimen>
    <dimen name="status_bar_component_icon_height">20dp</dimen>
    <dimen name="status_bar_component_icon_margin">2dp</dimen>
    <dimen name="icon_component_margin">4dp</dimen>
</resources>