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

Commit 96633325 authored by Sumedh Sen's avatar Sumedh Sen
Browse files

Ensure correct themes for Pia in dark mode

Dark mode themes were missing key attributes that ensures UI matches
light mode

Test: Install an APK and observe the UI
Bug: 316810746
Change-Id: I29404ae400b78c4d8e111aaeb3ebc10f645fcf68
parent f103383f
Loading
Loading
Loading
Loading
+3 −0
Original line number Diff line number Diff line
@@ -20,6 +20,9 @@
    <style name="Theme.AlertDialogActivity"
        parent="@android:style/Theme.DeviceDefault.Dialog.Alert">
        <item name="alertDialogStyle">@style/AlertDialog</item>
        <item name="android:windowActionBar">false</item>
        <item name="android:windowNoTitle">true</item>
        <item name="android:windowAnimationStyle">@null</item>
    </style>

</resources>