summaryrefslogtreecommitdiffstats
path: root/res/values
diff options
context:
space:
mode:
authorblackhand1001 <blackhand1001@gmail.com>2014-03-07 20:26:25 -0500
committerSteve Kondik <shade@chemlab.org>2014-03-16 06:09:26 +0000
commitebd0c8c760ea9521f4c1e7811bf353776956365b (patch)
tree8a240c3d8e39d2bed0da5507c486bd2fc69225d3 /res/values
parent1c645fd2af1d00d707077b027f4e6fdc3b8380d8 (diff)
downloadandroid_packages_apps_InCallUI-ebd0c8c760ea9521f4c1e7811bf353776956365b.tar.gz
android_packages_apps_InCallUI-ebd0c8c760ea9521f4c1e7811bf353776956365b.tar.bz2
android_packages_apps_InCallUI-ebd0c8c760ea9521f4c1e7811bf353776956365b.zip
Hide Titlebar while loading InCallUI (2 of 2)
The conference call commits a few days ago caused the titlebar to show when iniating a call during loading. These pair of commits fix the behavior. Change-Id: I69a915eef471b5f4ac4da087457cb50fba2e0400
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 880c4794..91090b84 100644
--- a/res/values/styles.xml
+++ b/res/values/styles.xml
@@ -126,7 +126,7 @@
window background instead of the default dark grey. (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.Holo">
+ <style name="Theme.InCallScreen" parent="@android:style/Theme.Holo.NoActionBar">
<item name="android:windowBackground">@android:color/black</item>
<item name="android:windowAnimationStyle">@style/InCallAnimationStyle</item>
</style>