xref: /aosp_15_r20/frameworks/base/packages/SystemUI/res/values-sw720dp-land/dimens.xml (revision d57664e9bc4670b3ecf6748a746a57c557b6bc9e)
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="qs_media_session_height_expanded">184dp</dimen>
26    <dimen name="qs_content_horizontal_padding">40dp</dimen>
27    <dimen name="qs_horizontal_margin">40dp</dimen>
28    <!-- in split shade qs_tiles_page_horizontal_margin should be equal of qs_horizontal_margin/2,
29         otherwise full space between two pages is qs_horizontal_margin*2, and that makes tiles page
30         not appear immediately after user swipes to the side -->
31    <dimen name="qs_tiles_page_horizontal_margin">20dp</dimen>
32
33    <!-- Size of Smartspace media recommendations cards in the QSPanel carousel -->
34    <dimen name="qs_media_rec_icon_top_margin">16dp</dimen>
35    <dimen name="qs_media_rec_album_size">112dp</dimen>
36    <dimen name="qs_media_rec_album_side_margin">16dp</dimen>
37
38    <dimen name="controls_panel_corner_radius">40dp</dimen>
39
40    <dimen name="lockscreen_shade_max_over_scroll_amount">42dp</dimen>
41
42    <!-- Roughly the same distance as media on LS to media on QS. We will translate by this value
43         when media is not showing. -->
44    <dimen name="lockscreen_shade_keyguard_transition_vertical_offset">93dp</dimen>
45</resources>
46