summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFabian Kozynski <kozynski@google.com>2021-07-23 14:59:43 -0400
committerFabian Kozynski <kozynski@google.com>2021-07-23 15:00:48 -0400
commit5fdbf1b73fa3243a075acecd637c82e51e7ed9fa (patch)
tree8c88f7815e2e11f5516c525c58aec25fe2739766
parentb54627ce4382f8fb9346e8e7e4dad58d8885ef53 (diff)
downloadcrosshatch-5fdbf1b73fa3243a075acecd637c82e51e7ed9fa.tar.gz
Fix quick_qs_offset_height in blueline
This should be 48dp as its the height of the QQS/QS headers and not related to status bar anymore. Test: manual Fixes: 194505116 Change-Id: Ifcc6701bc1f65f80edc94e78a7e7b061b8768540
-rwxr-xr-xblueline/overlay/frameworks/base/core/res/res/values/config.xml3
1 files changed, 1 insertions, 2 deletions
diff --git a/blueline/overlay/frameworks/base/core/res/res/values/config.xml b/blueline/overlay/frameworks/base/core/res/res/values/config.xml
index 5db29a71..fed7d953 100755
--- a/blueline/overlay/frameworks/base/core/res/res/values/config.xml
+++ b/blueline/overlay/frameworks/base/core/res/res/values/config.xml
@@ -700,8 +700,7 @@
<dimen name="status_bar_height_portrait">28dp</dimen>
<dimen name="status_bar_height_landscape">24dp</dimen>
- <!-- Height of area above QQS where battery/time go (equal to status bar) -->
- <dimen name="quick_qs_offset_height">28dp</dimen>
+ <dimen name="quick_qs_offset_height">48dp</dimen>
<!-- Height of the status bar header bar when on Keyguard (match status_bar_portrait) -->
<dimen name="status_bar_header_height_keyguard">@*android:dimen/status_bar_height_portrait</dimen>