UX Rework: Replace the direct chat icon with a green ring on the room avatar.

This commit is contained in:
Giom Foret
2017-05-15 19:19:03 +02:00
parent 5eaa1484f5
commit 4fd7bd3f5f
5 changed files with 40 additions and 38 deletions
+1 -1
View File
@@ -45,7 +45,7 @@
[self.directRoomBorderView.layer setCornerRadius:self.directRoomBorderView.frame.size.width / 2];
self.directRoomBorderView.clipsToBounds = YES;
self.directRoomBorderView.layer.borderColor = CGColorCreateCopyWithAlpha(kRiotColorGreen.CGColor, 0.75);
self.directRoomBorderView.layer.borderWidth = 5;
self.directRoomBorderView.layer.borderWidth = 3;
// Disable the user interaction on the room avatar.
self.roomAvatar.userInteractionEnabled = NO;