Remove the ability to set a color for a group.

No longer applicable given that we're adding back per-person colors in
groups.
This commit is contained in:
Greyson Parrelli
2018-10-09 12:55:39 -07:00
parent 710fa4a6f0
commit 275ca9e3ba
4 changed files with 14 additions and 12 deletions

View File

@@ -47,4 +47,8 @@
<color name="conversation_steel">#6b6b78</color>
<color name="conversation_steel_tint">#bebec6</color>
<color name="conversation_steel_shade">#5a5a63</color>
<color name="conversation_group">@color/textsecure_primary</color>
<color name="conversation_group_tint">@color/textsecure_primary</color>
<color name="conversation_group_shade">@color/textsecure_primary_dark</color>
</resources>