summaryrefslogtreecommitdiff
path: root/java/com/android/incallui
diff options
context:
space:
mode:
authorTreehugger Robot <treehugger-gerrit@google.com>2018-05-22 23:46:47 +0000
committerGerrit Code Review <noreply-gerritcodereview@google.com>2018-05-22 23:46:47 +0000
commit5114e1dc7da138983e7c2e69b37f519413c00b0d (patch)
tree7974589a192b12ed2941aa955dc8546c5af4ef34 /java/com/android/incallui
parente10f20f6b8e568d89ab36d26df05282a0c4512b3 (diff)
parent97308c9593ca8f5a5eace8eda5551857ed28499c (diff)
Merge changes Ia1765cb4,Ib262ca4b
* changes: Use new dialer base theme instead of AppCompat theme for spam blocking promo dialog. Append the directory ID when building contact lookup URIs in CP2 lookups.
Diffstat (limited to 'java/com/android/incallui')
-rw-r--r--java/com/android/incallui/theme/res/values/styles.xml9
1 files changed, 6 insertions, 3 deletions
diff --git a/java/com/android/incallui/theme/res/values/styles.xml b/java/com/android/incallui/theme/res/values/styles.xml
index 6bbad4e87..086d12e19 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">