summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorRichard MacGregor <rmacgregor@cyngn.com>2016-02-24 16:12:56 -0800
committerRichard MacGregor <rmacgregor@cyngn.com>2016-04-13 17:19:45 -0700
commit8164e8255f6ff22d49f0ecb85700a50a347414a5 (patch)
treeb5b8eb6b1f82ff1baf233c35c87684270695fa6a /res/values
parentb63eca05ad818679628b394fe45667eff4e0a742 (diff)
downloadandroid_packages_apps_InCallUI-8164e8255f6ff22d49f0ecb85700a50a347414a5.tar.gz
android_packages_apps_InCallUI-8164e8255f6ff22d49f0ecb85700a50a347414a5.tar.bz2
android_packages_apps_InCallUI-8164e8255f6ff22d49f0ecb85700a50a347414a5.zip
[2/2] Use UICommon simple SnackBar
Use UICommon simple SnackBar that doesn't rely on AppCompat * fix DSDA Dialer FC Ticket CD-535 Change-Id: I33c19405dee4e8c7cdc636c54f48211c643fe5bc
Diffstat (limited to 'res/values')
-rw-r--r--res/values/styles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 0935f332..bcd0e70a 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -74,7 +74,7 @@
circular reveal animation for a new outgoing call to work correctly. We don't just use
Theme.Black.NoTitleBar directly, since we want any popups or dialogs from the
InCallActivity to have the correct Material style. -->
- <style name="Theme.InCallScreen" parent="style/Theme.AppCompat.Light">
+ <style name="Theme.InCallScreen" parent="@android:style/Theme.Material.Light">
<item name="android:windowAnimationStyle">@null</item>
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowBackground">@android:color/transparent</item>