Update the roomParticipant text color

-> use vector green color
-> remove useless title
-> add a place holder in the search bar.
This commit is contained in:
yannick
2015-11-27 17:14:10 +01:00
parent 86390b7e5c
commit e113c95e1e
3 changed files with 15 additions and 24 deletions
+3 -4
View File
@@ -244,10 +244,6 @@
MXSession* session = self.roomDataSource.mxSession;
NSString* roomid = self.roomDataSource.roomId;
// to display a red navbar when the home server cannot be reached.
[segmentedViewController addMatrixSession:session];
NSMutableArray* viewControllers = [[NSMutableArray alloc] init];
NSMutableArray* titles = [[NSMutableArray alloc] init];
@@ -266,6 +262,9 @@
segmentedViewController.title = NSLocalizedStringFromTable(@"room_details_title", @"Vector", nil);
[segmentedViewController initWithTitles:titles viewControllers:viewControllers defaultSelected:0];
// to display a red navbar when the home server cannot be reached.
[segmentedViewController addMatrixSession:session];
}
}