summaryrefslogtreecommitdiffstats
path: root/packages/SystemUI/res/values/cm_dimens.xml
blob: 60774cd3bbbb9bd33e564b087b57769674d5c1f1 (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
45
46
47
48
49
50
51
52
53
54
55
56
57
58
<?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="detail_radio_group_padding_left">16dp</dimen>
    <dimen name="detail_radio_group_padding">8dp</dimen>

    <!-- Themes: radius of the corners of the notification dropshadow
         See also: notification_material_rounded_rect_radius
    -->
    <dimen name="notification_material_shadow_rounded_rect_radius">0dp</dimen>

    <dimen name="zen_mode_panel_radius">@dimen/notification_material_rounded_rect_radius</dimen>

    <dimen name="status_bar_expanded_header_elevation">4dp</dimen>

    <dimen name="volume_panel_z">4dp</dimen>

    <!-- Side padding for the status bar header -->
    <dimen name="notification_header_side_padding">@dimen/notification_side_padding</dimen>

    <!-- Side padding for the Quick Settings panel -->
    <dimen name="qs_panel_side_padding">@dimen/notification_side_padding</dimen>

    <!-- Padding end for weather text -->
    <dimen name="status_bar_weather_padding_end">16dp</dimen>

    <!-- height of the qs page indicator -->
    <dimen name="qs_panel_page_indicator_height">8dp</dimen>

    <dimen name="lockscreen_icon_side_padding">10dp</dimen>
    <dimen name="lockscreen_icon_size">35dp</dimen>
    <dimen name="phone_side_padding">10dp</dimen>
    <dimen name="phone_bottom_padding">40dp</dimen>
    <dimen name="phone_width">320dp</dimen>
    <dimen name="phone_height">420dp</dimen>

    <dimen name="qs_detail_item_height_twoline">72dp</dimen>

    <dimen name="detail_exterior_padding">8dp</dimen>

    <dimen name="queue_row_height">52dp</dimen>
    <dimen name="queue_top_shadow">3dp</dimen>
</resources>