Chat Screen: Set the right tint color of the "send" button.

This commit is contained in:
giomfo
2016-07-15 15:10:59 +02:00
parent 26773e5240
commit 8558a7dc24
2 changed files with 7 additions and 2 deletions
@@ -63,6 +63,9 @@
self.rightInputToolbarButton.hidden = YES;
[self.rightInputToolbarButton setTitleColor:kVectorColorGreen forState:UIControlStateNormal];
[self.rightInputToolbarButton setTitleColor:kVectorColorGreen forState:UIControlStateHighlighted];
self.separatorView.backgroundColor = kVectorColorSilver;
// Custom the growingTextView display
@@ -72,6 +75,7 @@
growingTextView.font = [UIFont systemFontOfSize:15];
growingTextView.textColor = kVectorTextColorBlack;
growingTextView.tintColor = kVectorColorGreen;
self.placeholder = NSLocalizedStringFromTable(@"room_message_placeholder", @"Vector", nil);
}
@@ -1,8 +1,8 @@
<?xml version="1.0" encoding="UTF-8" standalone="no"?>
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="9532" systemVersion="15C50" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
<document type="com.apple.InterfaceBuilder3.CocoaTouch.XIB" version="3.0" toolsVersion="10117" systemVersion="15F34" targetRuntime="iOS.CocoaTouch" propertyAccessControl="none" useAutolayout="YES" useTraitCollections="YES">
<dependencies>
<deployment identifier="iOS"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="9530"/>
<plugIn identifier="com.apple.InterfaceBuilder.IBCocoaTouchPlugin" version="10085"/>
<capability name="Aspect ratio constraints" minToolsVersion="5.1"/>
</dependencies>
<objects>
@@ -52,6 +52,7 @@
<constraint firstAttribute="width" relation="greaterThanOrEqual" constant="44" id="KnT-92-5v2"/>
<constraint firstAttribute="width" constant="46" id="Moy-iD-5A4"/>
</constraints>
<fontDescription key="fontDescription" type="system" weight="medium" pointSize="15"/>
<state key="normal" title="Send"/>
<connections>
<action selector="onTouchUpInside:" destination="iN0-l3-epB" eventType="touchUpInside" id="Y9g-uz-rAz"/>