Merge "Allow dismiss dialog when touch outside in dark theme" into tm-qpr-dev am: 53255aac4a

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

Change-Id: I33283282982e4937633a0cfe11c9554cd8f0c64d
Signed-off-by: Automerger Merge Worker <android-build-automerger-merge-worker@system.gserviceaccount.com>
This commit is contained in:
Evan Chen
2022-09-02 16:46:49 +00:00
committed by Automerger Merge Worker

View File

@@ -18,8 +18,8 @@
<style name="ChooserActivity"
parent="@android:style/Theme.DeviceDefault.Dialog.NoActionBar">
<item name="*android:windowFixedHeightMajor">100%</item>
<item name="*android:windowFixedHeightMinor">100%</item>
<item name="android:windowContentOverlay">@null</item>
<item name="android:windowNoTitle">true</item>
<item name="android:windowBackground">@android:color/transparent</item>
</style>