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

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

Change-Id: I88fe6a6eca7f6b18a039368337819d1ef426c76b
This commit is contained in:
Josh Tsuji
2021-09-27 17:36:32 +00:00
committed by Automerger Merge Worker

View File

@@ -416,7 +416,9 @@
</style> </style>
<!-- Overridden by values-television/styles.xml with tv-specific settings --> <!-- 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" /> <style name="Theme.SystemUI.Dialog" parent="@android:style/Theme.DeviceDefault.Light.Dialog" />