-> add a .h file to define the vector color

-> restore the done button on the roomSettingsViewController.
This commit is contained in:
yannick
2015-11-26 18:04:03 +01:00
parent 71806aaaa8
commit eaaedb6fbf
8 changed files with 49 additions and 15 deletions
@@ -16,6 +16,8 @@
#import "RoomActivitiesView.h"
#import "VectorDesignValues.h"
@implementation RoomActivitiesView
+ (UINib *)nib
@@ -36,8 +38,7 @@
// Remove default toolbar background color
self.backgroundColor = [UIColor whiteColor];
// TODO : put this mint grey color as a resource
self.typingImageView.backgroundColor = [UIColor colorWithRed:(98.0/256.0) green:(206.0/256.0) blue:(156.0/256.0) alpha:1.0];
self.typingImageView.backgroundColor = VECTOR_GREEN_COLOR;
self.typingImageView.layer.cornerRadius = self.typingImageView.frame.size.height / 2;
}