mirror of
https://gitlab.opencode.de/bwi/bundesmessenger/clients/bundesmessenger-ios.git
synced 2026-04-30 21:26:57 +02:00
Chat screen
Apply Ribot design on typing notification
This commit is contained in:
@@ -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;
|
||||
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user