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
View File
@@ -39,6 +39,7 @@ UIColor *kRiotColorPinkRed;
UIColor *kRiotColorRed;
UIColor *kRiotColorIndigo;
UIColor *kRiotColorOrange;
UIColor *kRiotColorBlue;
// Riot Background Colors
UIColor *kRiotBgColorWhite;
@@ -92,6 +93,7 @@ UIKeyboardAppearance kRiotKeyboard;
kRiotColorRed = UIColorFromRGB(0xFF4444);
kRiotColorIndigo = UIColorFromRGB(0xBD79CC);
kRiotColorOrange = UIColorFromRGB(0xF8A15F);
kRiotColorBlue = UIColorFromRGB(0x81BDDB);
kRiotBgColorWhite = [UIColor whiteColor];
kRiotBgColorBlack = UIColorFromRGB(0x2D2D2D);