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

Commit 95a5114b authored by Paul Soulos's avatar Paul Soulos
Browse files

Removes transparent background on NonPhoneDialogTheme

bug: 17425292
Change-Id: Ibd9628902d25e31e28455de7870eccf58f891f5f
parent fffcf2a8
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>