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

Commit 0744709e authored by Edgar Wang's avatar Edgar Wang
Browse files

Update android.app.AlertDialog style

Bug: 413361298
Bug: 411037948
Test: visual
Flag: EXEMPT bug fix
Change-Id: I5b5b580e68ed63d9382b9b45ad2efdcc51ec35e6
parent 9a462738
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -20,7 +20,7 @@
    <style name="Transparent.Expressive">
        <item name="alertDialogTheme">@style/Theme.AlertDialog.SettingsLib.Expressive</item>
        <!-- For AlertDialog -->
        <item name="android:alertDialogTheme">@style/Theme.AlertDialog.SettingsLib.Expressive</item>
        <item name="android:alertDialogTheme">@style/Theme.DeviceDefault.AlertDialog.SettingsLib.Expressive</item>
    </style>

    <style name="Theme.Settings.Expressive" parent="Theme.SettingsBase.Expressive">
@@ -56,7 +56,7 @@
        <!-- For AndroidX AlertDialog -->
        <item name="alertDialogTheme">@style/Theme.AlertDialog.SettingsLib.Expressive</item>
        <!-- For AlertDialog -->
        <item name="android:alertDialogTheme">@style/Theme.AlertDialog.SettingsLib.Expressive</item>
        <item name="android:alertDialogTheme">@style/Theme.DeviceDefault.AlertDialog.SettingsLib.Expressive</item>

        <item name="*android:lockPatternStyle">@style/LockPatternStyle</item>