Merge "Reduce quick_qs_offset_height" into sc-dev

This commit is contained in:
Fabian Kozynski
2021-07-03 13:22:41 +00:00
committed by Android (Google) Code Review

View File

@@ -238,8 +238,8 @@
Max((status bar content height + waterfall top size), top cutout size) -->
<dimen name="status_bar_height_portrait">145px</dimen>
<dimen name="status_bar_height_landscape">28dp</dimen>
<!-- Height of area above QQS where battery/time go (equal to status bar) -->
<dimen name="quick_qs_offset_height">145px</dimen>
<!-- Height of area above QQS where battery/time go (48dp to reduce scrolling) -->
<dimen name="quick_qs_offset_height">48dp</dimen>
<!-- Not allow to switch to higher refresh rate when display brightness setting is
equal or less than this value -->