summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2014-06-06 13:57:14 -0700
committerAlan Viverette <alanv@google.com>2014-06-06 13:57:14 -0700
commite5af4a34445c469ea4fdfaac6b713091b4705bfd (patch)
tree6601a46a7977b254e88a4d5a99ba87c9bf2ed018
parent561374c01312e1d2daa526a38f66f28c822573e5 (diff)
DO NOT MERGE Material theme
BUG: 15467097 Change-Id: Ic9a1e1a31c057e25654aad0234616148ffbf1fcc
-rw-r--r--InCallUI/res/values/styles.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/InCallUI/res/values/styles.xml b/InCallUI/res/values/styles.xml
index 511bae83f..85a75dd1d 100644
--- a/InCallUI/res/values/styles.xml
+++ b/InCallUI/res/values/styles.xml
@@ -115,7 +115,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 holo style. -->
- <style name="Theme.InCallScreen" parent="@android:style/Theme.Quantum.Light">
+ <style name="Theme.InCallScreen" parent="@android:style/Theme.Material.Light">
<item name="android:windowAnimationStyle">@style/InCallAnimationStyle</item>
<item name="android:windowIsTranslucent">true</item>
<item name="android:windowBackground">@android:color/transparent</item>