Groups: self-management of membership of groups

- Prepare Group Details screen

vector-im/riot-meta#114
This commit is contained in:
Giom Foret
2017-12-14 16:05:11 +01:00
parent 99d5e26d04
commit c3c65bd97d
25 changed files with 2491 additions and 472 deletions
+2 -2
View File
@@ -54,8 +54,8 @@ NSString *const kGroupInviteTableViewCellRoomKey = @"kGroupInviteTableViewCellRo
{
[super customizeTableViewCellRendering];
self.leftButton.backgroundColor = kRiotColorGreen;
self.rightButton.backgroundColor = kRiotColorGreen;
self.leftButton.backgroundColor = kRiotColorBlue;
self.rightButton.backgroundColor = kRiotColorBlue;
self.noticeBadgeView.backgroundColor = kRiotColorPinkRed;
}