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

Commit e53ffab6 authored by Evan Chen's avatar Evan Chen Committed by Automerger Merge Worker
Browse files

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

parents a1c2ef3a 53255aac
Loading
Loading
Loading
Loading
+2 −2
Original line number Original line Diff line number Diff line
@@ -18,8 +18,8 @@


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