summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorWenyi Wang <wenyiw@google.com>2016-02-22 20:13:55 +0000
committerAndroid (Google) Code Review <android-gerrit@google.com>2016-02-22 20:13:55 +0000
commitd257289455273fa8390cb9d1e4a03fd1a47e2f02 (patch)
tree0bd48c61501de0419e156ed5a483a8f17cbef70e /AndroidManifest.xml
parenta5dc1f35bf16d54db9861953b3c172180951a138 (diff)
parentbf96dd1b542c7aa5bf5e97903b22dbd2cbe2a316 (diff)
downloadpackages_apps_Contacts-d257289455273fa8390cb9d1e4a03fd1a47e2f02.tar.gz
packages_apps_Contacts-d257289455273fa8390cb9d1e4a03fd1a47e2f02.tar.bz2
packages_apps_Contacts-d257289455273fa8390cb9d1e4a03fd1a47e2f02.zip
Merge "Remove AppCompat library from Contacts (1/3)" into nyc-dev
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 6ea8d6582..a2eb1a31a 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -64,7 +64,7 @@
<!-- The main Contacts activity with the contact list, favorites, and groups. -->
<activity android:name=".activities.PeopleActivity"
android:label="@string/launcherActivityLabel"
- android:theme="@style/PeopleActivityTheme"
+ android:theme="@style/PeopleTheme"
android:clearTaskOnLaunch="true"
android:launchMode="singleTop"
android:resizeableActivity="true"