Make labels view have grey app bar (1/2)
- Set toolbar and status color programmatically
- Create GroupActivityTheme and override colorPrimaryDark
so that status bar color doesn't turn blue on drawer opened.
Bug: 30416708
Test: manual - open a label
Change-Id: Ic3cb97fa5f64748b99b334875226afddfd4aa7b5
diff --git a/AndroidManifest.xml b/AndroidManifest.xml
index 7d7579d..0782890 100644
--- a/AndroidManifest.xml
+++ b/AndroidManifest.xml
@@ -268,7 +268,7 @@
<!-- Displays the members of a group in a list -->
<activity android:name=".activities.GroupMembersActivity"
- android:theme="@style/PeopleActivityTheme">
+ android:theme="@style/GroupActivityTheme">
<intent-filter>
<action android:name="android.intent.action.VIEW" />