Increase number of QS columns from 2 to 3 on landscape tablets

Fix: 213303994
Test: Manually on-device
Change-Id: Ifff0cf0f6d4528449d76881f7c073c45a293d671
This commit is contained in:
Christian Göllner
2022-01-07 16:51:32 +01:00
parent 57d1c8b1aa
commit 7267679590

View File

@@ -31,7 +31,7 @@
<bool name="config_use_split_notification_shade">true</bool>
<!-- The number of columns in the QuickSettings -->
<integer name="quick_settings_num_columns">2</integer>
<integer name="quick_settings_num_columns">3</integer>
<!-- Notifications are sized to match the width of two (of 4) qs tiles in landscape. -->
<bool name="config_skinnyNotifsInLandscape">false</bool>