Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4451fa26 authored by Evan Laird's avatar Evan Laird
Browse files

Add relevant SysUI values to notch emulation packages

Now overlays can change quick settings height as necessary

Test:  adb shell cmd overlay disable
com.android.internal.display.cutout.emulation.wide && adb shell stop &&
adb shell start;
Fixes: 72388027

Change-Id: Iac1c21ce97a61083478030259cbad6238414af3e
parent 19bf52c6
Loading
Loading
Loading
Loading
+4 −0
Original line number Diff line number Diff line
@@ -47,6 +47,10 @@

    <!-- Height of the status bar -->
    <dimen name="status_bar_height">48dp</dimen>
    <!-- Height of area above QQS where battery/time go (equal to status bar height if > 48dp) -->
    <dimen name="quick_qs_offset_height">48dp</dimen>
    <!-- Total height of QQS (quick_qs_offset_height + 128) -->
    <dimen name="quick_qs_total_height">176dp</dimen>

</resources>

+4 −0
Original line number Diff line number Diff line
@@ -47,6 +47,10 @@

    <!-- Height of the status bar -->
    <dimen name="status_bar_height">48dp</dimen>
    <!-- Height of area above QQS where battery/time go (equal to status bar height if > 48dp) -->
    <dimen name="quick_qs_offset_height">48dp</dimen>
    <!-- Total height of QQS (quick_qs_offset_height + 128) -->
    <dimen name="quick_qs_total_height">176dp</dimen>

</resources>

+4 −0
Original line number Diff line number Diff line
@@ -47,6 +47,10 @@

    <!-- Height of the status bar -->
    <dimen name="status_bar_height">48dp</dimen>
    <!-- Height of area above QQS where battery/time go (equal to status bar height if > 48dp) -->
    <dimen name="quick_qs_offset_height">48dp</dimen>
    <!-- Total height of QQS (quick_qs_offset_height + 128) -->
    <dimen name="quick_qs_total_height">176dp</dimen>

</resources>