summaryrefslogtreecommitdiff
path: root/InCallUI/res/values/styles.xml
diff options
context:
space:
mode:
authorAlan Viverette <alanv@google.com>2014-06-06 15:23:49 -0700
committerAlan Viverette <alanv@google.com>2014-06-06 15:23:49 -0700
commitd9ff8fe6b6e8f1ff3b9ebc3d6a443872e2cb5e30 (patch)
tree31e8aa25b4ce9aed74c543ba6b65b2f4472158b0 /InCallUI/res/values/styles.xml
parentb6459f900c84edf8f9fd3efb7ecdeea724a5886b (diff)
Material theme
BUG: 15467097 Change-Id: Ic9a1e1a31c057e25654aad0234616148ffbf1fcc
Diffstat (limited to 'InCallUI/res/values/styles.xml')
-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>