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

Commit 68edd771 authored by Paul Soulos's avatar Paul Soulos Committed by Android Git Automerger
Browse files

am 95a5114b: Removes transparent background on NonPhoneDialogTheme

* commit '95a5114b':
  Removes transparent background on NonPhoneDialogTheme
parents 788f6c57 95a5114b
Loading
Loading
Loading
Loading
+0 −5
Original line number Diff line number Diff line
@@ -30,11 +30,6 @@
        <item name="android:background">@android:color/transparent</item>
    </style>

    <style name="NonPhoneDialogTheme" parent="@android:Theme.Material.Light.Dialog">
        <item name="android:windowBackground">@android:color/transparent</item>
        <item name="android:windowContentOverlay">@null</item>
    </style>

    <style name="ConfirmAddDetailViewStyle">
        <item name="android:layout_width">match_parent</item>
        <item name="android:layout_height">wrap_content</item>