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

Commit 0d1c94fe authored by Michael W's avatar Michael W Committed by Jan Altensen
Browse files

Updater: Round dialogs

Change-Id: Icc5ea5a27e48ec74158588ba11a0277b6f0404cf
parent 8b6c6728
Loading
Loading
Loading
Loading
+5 −0
Original line number Diff line number Diff line
@@ -8,6 +8,7 @@
        <item name="android:windowLightStatusBar">@bool/theme_is_light</item>
        <item name="android:windowLightNavigationBar">@bool/theme_is_light</item>
        <item name="android:windowBackground">@color/background</item>
        <item name="alertDialogTheme">@style/AppTheme.AlertDialogTheme</item>
    </style>

    <style name="AppTheme.NoActionBar">
@@ -32,4 +33,8 @@
        <item name="android:dropDownVerticalOffset">8dp</item>
        <item name="android:dropDownHorizontalOffset">-16dp</item>
    </style>

    <style name="AppTheme.AlertDialogTheme" parent="Theme.AppCompat.DayNight.Dialog.Alert">
        <item name="dialogCornerRadius">16dp</item>
    </style>
</resources>