summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorKatherine Kuan <katherinekuan@google.com>2011-08-23 14:20:43 -0700
committerKatherine Kuan <katherinekuan@google.com>2011-08-23 14:27:47 -0700
commitab58395d2d3aff7beb3a0636623c5793d7dfd333 (patch)
tree288c69157e744a656016bd8e74b9479f964d3942 /AndroidManifest.xml
parentf03addc61498eed9e14810b28721bab24fcde2e6 (diff)
downloadpackages_apps_Contacts-ab58395d2d3aff7beb3a0636623c5793d7dfd333.tar.gz
packages_apps_Contacts-ab58395d2d3aff7beb3a0636623c5793d7dfd333.tar.bz2
packages_apps_Contacts-ab58395d2d3aff7beb3a0636623c5793d7dfd333.zip
Pixel perfect group detail
- Remove extra GroupDetailTheme and just use the ContactDetailActivityTheme - Remove split style action bar on group detail page, Fix pressed state sizes for "group source" button - Remove intent filter on group list activity that was added temporarily during development to allow launching the group list without the main PeopleActivity (when the split of the Contacts app into People/Phone were still under construction) https://android-git.corp.google.com/g/#/c/109558/5/AndroidManifest.xml Bug: 4686433 Change-Id: I6f9aa0c94f520e90489ad63aaad07501156c6539
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml16
1 files changed, 3 insertions, 13 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index e255fd213..964053673 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -361,28 +361,18 @@
</intent-filter>
</activity>
-
<!-- List of groups -->
<activity android:name=".activities.GroupBrowserActivity"
android:label="@string/contactsGroupsLabel"
android:theme="@style/PeopleTheme"
android:uiOptions="splitActionBarWhenNarrow"
android:launchMode="singleTop"
- android:clearTaskOnLaunch="true">
- <!-- TODO: Remove this temporary intent action name when the fragmentization
- work is done. -->
- <intent-filter>
- <action android:name="com.android.phone.action.GROUPS_LIST" />
- <category android:name="android.intent.category.DEFAULT" />
- <category android:name="android.intent.category.TAB" />
- </intent-filter>
- </activity>
+ android:clearTaskOnLaunch="true"/>
<!-- Views the details of a single group -->
<activity android:name=".activities.GroupDetailActivity"
android:label=""
- android:theme="@style/GroupDetailTheme"
- android:uiOptions="splitActionBarWhenNarrow"/>
+ android:theme="@style/DetailActivityTheme"/>
<!-- Create a new or edit an existing group -->
<activity
@@ -485,7 +475,7 @@
<!-- Views the details of a single contact -->
<activity android:name=".activities.ContactDetailActivity"
android:label="@string/viewContactTitle"
- android:theme="@style/ContactDetailActivityTheme">
+ android:theme="@style/DetailActivityTheme">
<intent-filter android:label="@string/viewContactDesription">
<action android:name="android.intent.action.VIEW" />