Merge branch 'lineage-21.0' of https://github.com/LineageOS/android_packages_apps_Updater into leaf-3.2
Change-Id: I9e29dd0f3052d4408c078cd12f3934b414ee12a7
diff --git a/app/src/main/res/values/styles.xml b/app/src/main/res/values/styles.xml
index c3efca4..d733857 100644
--- a/app/src/main/res/values/styles.xml
+++ b/app/src/main/res/values/styles.xml
@@ -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>