summaryrefslogtreecommitdiffstats
path: root/AndroidManifest.xml
diff options
context:
space:
mode:
authorKatherine Kuan <katherinekuan@google.com>2011-05-11 11:34:56 -0700
committerKatherine Kuan <katherinekuan@google.com>2011-05-13 13:48:41 -0700
commitfd8cdedb816cb1fc5894e2e3c5e144ff16b90b7c (patch)
tree644ecd497eb89202039a34646879e3fc376db1b2 /AndroidManifest.xml
parentfacb82e074712a3f94ac99b13c3a6ad4741fb46b (diff)
downloadpackages_apps_Contacts-fd8cdedb816cb1fc5894e2e3c5e144ff16b90b7c.tar.gz
packages_apps_Contacts-fd8cdedb816cb1fc5894e2e3c5e144ff16b90b7c.tar.bz2
packages_apps_Contacts-fd8cdedb816cb1fc5894e2e3c5e144ff16b90b7c.zip
Group detail page and list of members
- Click on group in group list goes to a detail page - Temporarily show members, TODO: Move list as an expanded list in group browser activity - TODO: Populate detail page with group info and group actions Bug: 4413116 Change-Id: I114d276f96aed318307d185910ae8799228262c9
Diffstat (limited to 'AndroidManifest.xml')
-rw-r--r--AndroidManifest.xml5
1 files changed, 5 insertions, 0 deletions
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index ed03e7728..596909747 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -352,6 +352,11 @@
</intent-filter>
</activity>
+ <!-- Views the details of a single group -->
+ <activity android:name=".activities.GroupDetailActivity"
+ android:label=""
+ android:theme="@style/GroupDetailTheme" />
+
<!-- Used to show QuickContact window over a translucent activity, which is a
temporary hack until we add better framework support. -->
<activity