summaryrefslogtreecommitdiffstats
path: root/res/values/styles.xml
diff options
context:
space:
mode:
Diffstat (limited to 'res/values/styles.xml')
-rw-r--r--res/values/styles.xml7
1 files changed, 7 insertions, 0 deletions
diff --git a/res/values/styles.xml b/res/values/styles.xml
index 3fb2bb28..8854c79b 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -131,6 +131,13 @@
<item name="android:windowAnimationStyle">@style/InCallAnimationStyle</item>
</style>
+ <!-- Theme for the MsimInCallActivity activity. This theme is set after the view
+ of the activity is drawn. -->
+ <style name="InCallScreenWithActionBar" parent="@android:style/Theme.Holo">
+ <item name="android:windowBackground">@android:color/black</item>
+ <item name="android:windowAnimationStyle">@style/InCallAnimationStyle</item>
+ </style>
+
<style name="InCallDialpadTableRowStyle">
<item name="android:layout_height">0dp</item>
<item name="android:layout_weight">1</item>