Multi select remove from group members list (1/2)

Bug 18641067

Change-Id: I8968ce992615e2b64ada7caa8b9ce7ea08ee0048
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index c2c4eab..16bd38a 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -245,7 +245,7 @@
 
         <!-- Displays the members of a group in a list -->
         <activity android:name=".activities.GroupMembersActivity"
-            android:theme="@style/ContactPickerTheme"/>
+            android:theme="@style/PeopleActivityTheme"/>
 
         <!-- Views the details of a single group -->
         <activity android:name=".activities.GroupDetailActivity"