Use new dialer base theme instead of AppCompat theme for spam blocking promo
dialog.

Test: N/A
PiperOrigin-RevId: 197629283
Change-Id: Ia1765cb42f08002c671a5ac4a774d9b69dfaeda0
diff --git a/java/com/android/incallui/theme/res/values/styles.xml b/java/com/android/incallui/theme/res/values/styles.xml
index 6bbad4e..086d12e 100644
--- a/java/com/android/incallui/theme/res/values/styles.xml
+++ b/java/com/android/incallui/theme/res/values/styles.xml
@@ -62,9 +62,12 @@
     <item name="dialpad_text_color_secondary">?android:attr/textColorSecondaryInverse</item>
   </style>
 
-  <style name="AfterCallNotificationTheme" parent="@android:style/Theme.Material.Light.Dialog">
-    <!-- This colorAccent is to style checkboxes in the dialogs -->
-    <item name="colorAccent">?android:attr/colorPrimary</item>
+  <style name="AfterCallNotificationTheme" parent="Dialer.ThemeBase.NoActionBar">
+    <item name="android:windowNoTitle">true</item>
+    <item name="android:windowBackground">@android:color/transparent</item>
+    <item name="android:colorBackgroundCacheHint">@null</item>
+    <item name="android:windowIsTranslucent">true</item>
+    <item name="android:windowAnimationStyle">@android:style/Animation</item>
   </style>
 
   <style name="AfterCallDialogStyle" parent="@android:style/Theme.Material.Light.Dialog">