summaryrefslogtreecommitdiff
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-14 18:46:08 +0000
commit263b01ddc35396c3aef17bee547f1e568fcc97d1 (patch)
tree7665174f2c47653d29c356669f5c4d55d1e61c45 /AndroidManifest.xml
parent82e17500c9757c85b84e50adf678319e2e2d2308 (diff)
Changed dialer launch activity style to use a 0dp height actionbar.
This prevents the user from seeing a blue "Phone" actionbar during loading. DO NOT MERGE Bug: 13438027 Change-Id: I3d46778a63df15fb9d44bd281e2ef8b20602f677 (cherry picked from commit edd27f498187a7aa09b0c09e8712e5c1309d39b2)
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"