summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorTyler Gunn <tgunn@google.com>2014-03-13 10:00:53 -0700
committerTyler Gunn <tgunn@google.com>2014-03-13 10:00:53 -0700
commitedd27f498187a7aa09b0c09e8712e5c1309d39b2 (patch)
treee1b0131a85a2a69447d6ac13e0b3297ecaa18598 /AndroidManifest.xml
parent80b0c11604ea909b66cd87c0fda55abc7d9ad721 (diff)
downloadandroid_packages_apps_Dialer-edd27f498187a7aa09b0c09e8712e5c1309d39b2.tar.gz
android_packages_apps_Dialer-edd27f498187a7aa09b0c09e8712e5c1309d39b2.tar.bz2
android_packages_apps_Dialer-edd27f498187a7aa09b0c09e8712e5c1309d39b2.zip
Changed dialer launch activity style to use a 0dp height actionbar.
This prevents the user from seeing a blue "Phone" actionbar during loading. Bug: 13438027 Change-Id: I3d46778a63df15fb9d44bd281e2ef8b20602f677
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml2
1 files changed, 1 insertions, 1 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 0f3285e3d..3a643a879 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -67,7 +67,7 @@
dialpad screen. -->
<activity android:name=".DialtactsActivity"
android:label="@string/launcherDialer"
- android:theme="@style/DialtactsTheme"
+ android:theme="@style/DialtactsThemeHiddenActionBar"
android:launchMode="singleTask"
android:clearTaskOnLaunch="true"
android:icon="@mipmap/ic_launcher_phone"