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

Commit 6cd2f558 authored by Josh Tsuji's avatar Josh Tsuji Committed by Automerger Merge Worker
Browse files

Merge "Add windowIsFloating to the volume dialog to fix insets issues." into...

Merge "Add windowIsFloating to the volume dialog to fix insets issues." into sc-qpr1-dev am: f234de50

Original change: https://googleplex-android-review.googlesource.com/c/platform/frameworks/base/+/15909680

Change-Id: I142923c7288cbd6add0f1dc8533d8f2f9bf60e58
parents 7f32942b f234de50
Loading
Loading
Loading
Loading
+3 −1
Original line number Diff line number Diff line
@@ -416,7 +416,9 @@
    </style>

    <!-- Overridden by values-television/styles.xml with tv-specific settings -->
    <style name="volume_dialog_theme" parent="Theme.SystemUI"/>
    <style name="volume_dialog_theme" parent="Theme.SystemUI">
        <item name="android:windowIsFloating">true</item>
    </style>

    <style name="Theme.SystemUI.Dialog" parent="@android:style/Theme.DeviceDefault.Light.Dialog" />