diff options
Diffstat (limited to 'packages/SystemUI/res/values-land')
-rw-r--r-- | packages/SystemUI/res/values-land/config.xml | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/packages/SystemUI/res/values-land/config.xml b/packages/SystemUI/res/values-land/config.xml index 2b1a4dc..d608e25 100644 --- a/packages/SystemUI/res/values-land/config.xml +++ b/packages/SystemUI/res/values-land/config.xml @@ -29,5 +29,7 @@ <!-- The number of columns that the top level tiles span in the QuickSettings --> <integer name="quick_settings_user_time_settings_tile_span">2</integer> -</resources> + <!-- We have only space for one notification on phone landscape layouts. --> + <integer name="keyguard_max_notification_count">1</integer> +</resources> |