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

Commit f234de50 authored by Josh Tsuji's avatar Josh Tsuji Committed by Android (Google) Code Review
Browse files

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

parents 609258f8 d7c84f44
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" />