1<?xml version="1.0" encoding="utf-8"?>
2
3<!--
4 * Copyright (c) 2022, The Android Open Source Project
5 *
6 * Licensed under the Apache License, Version 2.0 (the "License");
7 * you may not use this file except in compliance with the License.
8 * You may obtain a copy of the License at
9 *
10 *     http://www.apache.org/licenses/LICENSE-2.0
11 *
12 * Unless required by applicable law or agreed to in writing, software
13 * distributed under the License is distributed on an "AS IS" BASIS,
14 * WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
15 * See the License for the specific language governing permissions and
16 * limitations under the License.
17*/
18-->
19<resources>
20    <dimen name="split_shade_notifications_scrim_margin_bottom">24dp</dimen>
21    <dimen name="notification_panel_margin_bottom">64dp</dimen>
22
23    <dimen name="keyguard_split_shade_top_margin">72dp</dimen>
24
25    <dimen name="status_view_margin_horizontal">24dp</dimen>
26
27    <dimen name="qs_media_session_height_expanded">184dp</dimen>
28    <dimen name="qs_content_horizontal_padding">40dp</dimen>
29    <dimen name="qs_horizontal_margin">40dp</dimen>
30    <!-- in split shade qs_tiles_page_horizontal_margin should be equal of qs_horizontal_margin/2,
31         otherwise full space between two pages is qs_horizontal_margin*2, and that makes tiles page
32         not appear immediately after user swipes to the side -->
33    <dimen name="qs_tiles_page_horizontal_margin">20dp</dimen>
34
35    <!-- Size of Smartspace media recommendations cards in the QSPanel carousel -->
36    <dimen name="qs_media_rec_icon_top_margin">16dp</dimen>
37    <dimen name="qs_media_rec_album_size">112dp</dimen>
38    <dimen name="qs_media_rec_album_side_margin">16dp</dimen>
39
40    <dimen name="controls_panel_corner_radius">40dp</dimen>
41
42    <dimen name="lockscreen_shade_max_over_scroll_amount">42dp</dimen>
43
44    <!-- Roughly the same distance as media on LS to media on QS. We will translate by this value
45         when media is not showing. -->
46    <dimen name="lockscreen_shade_keyguard_transition_vertical_offset">93dp</dimen>
47</resources>
48