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

Commit 97308c95 authored by Android Dialer's avatar Android Dialer Committed by Copybara-Service
Browse files

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

dialog.

Test: N/A
PiperOrigin-RevId: 197629283
Change-Id: Ia1765cb42f08002c671a5ac4a774d9b69dfaeda0
parent 0956d359
Loading
Loading
Loading
Loading
+6 −3
Original line number Diff line number Diff line
@@ -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">