summaryrefslogtreecommitdiffstats
path: root/res/values/dimens.xml
blob: 88de2c99f9bf0dbc35d1aeaa97083c4ab278ef6c (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
<?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>

    <!-- Arbitrary values for testing, will need red lines from UX for actual values -->
    <dimen name="component_selection_item_width">80dp</dimen>
    <dimen name="component_selection_item_height">@dimen/component_selection_item_width</dimen>
    <dimen name="status_bar_component_icon_width">32dp</dimen>
    <dimen name="status_bar_component_icon_height">32dp</dimen>
    <dimen name="status_bar_component_icon_margin">4dp</dimen>
    <dimen name="icon_component_margin">4dp</dimen>
</resources>