avicii: Enable split notification shade

Signed-off-by: Pranav Vashi <neobuddy89@gmail.com>
This commit is contained in:
ShevT
2022-11-07 11:57:08 +03:00
committed by AmolAmrit
parent d6294064e3
commit 2b4c3042dc
2 changed files with 31 additions and 0 deletions

View File

@@ -0,0 +1,14 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2022 The crDroid Project
SPDX-License-Identifier: Apache-2.0
-->
<resources>
<!-- Whether to use the split 2-column notification shade -->
<bool name="config_use_split_notification_shade">true</bool>
<!-- Notifications are sized to match the width of two (of 4) qs tiles in landscape. -->
<bool name="config_skinnyNotifsInLandscape">false</bool>
</resources>

View File

@@ -0,0 +1,17 @@
<?xml version="1.0" encoding="utf-8"?>
<!--
Copyright (C) 2022 The crDroid Project
SPDX-License-Identifier: Apache-2.0
-->
<resources>
<!-- The height of the container that holds the battery and time in the quick settings header.
Preferred over using "@*android:dimen/quick_qs_offset_height" as system icons are not always
present in quick settings (e.g. in split shade) and it's useful to be able to override this
value in such cases.
-->
<dimen name="qs_header_system_icons_area_height">0dp</dimen>
<dimen name="qs_panel_padding_top">0dp</dimen>
</resources>