Room messages text view: Use green as tint color so that links (and text selection) are displayed in the app color

This commit is contained in:
manuroe
2016-06-30 15:11:51 +02:00
parent 0d0f036b40
commit 54c0f7f4e8
16 changed files with 62 additions and 0 deletions
@@ -16,12 +16,16 @@
#import "RoomOutgoingAttachmentWithoutSenderInfoBubbleCell.h"
#import "VectorDesignValues.h"
@implementation RoomOutgoingAttachmentWithoutSenderInfoBubbleCell
- (void)awakeFromNib
{
[super awakeFromNib];
self.readReceiptsAlignment = ReadReceiptAlignmentRight;
self.messageTextView.tintColor = kVectorColorGreen;
}
- (void)render:(MXKCellData *)cellData