From 98b05977f75f359792d250733e2ceab935c2377d Mon Sep 17 00:00:00 2001 From: kaiyiz Date: Thu, 8 May 2014 11:26:02 +0800 Subject: InCallUI: Use NoActionBar theme for InCallActivity InCallActivity and MsimInCallActivity has actionBar, however the actionBar shows faster than the activity, so even though activity hide the actionBar, it still display for a moment. Use NoActionBar theme as the parent theme for InCallActivity in stead of Theme.Holo, and set the theme with actionBar for MsimInCallActivity. CRs-Fixed: 659881 Conflicts: res/values/styles.xml Change-Id: Iabf539c691389c856f021e0b9e6cfd0e9e8c1650 --- res/values/styles.xml | 7 +++++++ src/com/android/incallui/MSimInCallActivity.java | 1 + 2 files changed, 8 insertions(+) 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 @@ @style/InCallAnimationStyle + + +