Merge remote-tracking branch 'origin/develop' into public_rooms_search

Conflicts:
	Vector/Base.lproj/Main.storyboard
	Vector/Model/RoomList/RecentsDataSource.m
This commit is contained in:
manuroe
2015-12-21 10:35:48 +01:00
parent 92e0fdbe92
commit 68fd187509
64 changed files with 2452 additions and 1112 deletions
@@ -35,11 +35,11 @@
{
[super awakeFromNib];
// Remove default toolbar background color
self.backgroundColor = [UIColor whiteColor];
self.separatorView.backgroundColor = VECTOR_GREEN_COLOR;
self.messageLabel.textColor = VECTOR_TEXT_GRAY_COLOR;
self.typingImageView.backgroundColor = VECTOR_GREEN_COLOR;
self.typingImageView.layer.cornerRadius = self.typingImageView.frame.size.height / 2;
// self.typingImageView.backgroundColor = VECTOR_GREEN_COLOR;
// self.typingImageView.layer.cornerRadius = self.typingImageView.frame.size.height / 2;
}