room_member_search

Updates after MatrixKit update and review
This commit is contained in:
yannick
2015-12-22 08:43:55 +01:00
parent 5941f2bb0f
commit badbc956a3
6 changed files with 10 additions and 94 deletions
@@ -661,7 +661,8 @@
[self onDeleteAt:indexPath];
}];
leaveAction.backgroundColor = [VectorDesignValues getBackgroundColor:@"remove_icon"];
leaveAction.backgroundColor = [MXKTools convertImageToPatternColor:@"remove_icon" backgroundColor:VECTOR_LIGHT_GRAY_COLOR patternSize:CGSizeMake(74, 74) resourceSize:CGSizeMake(30, 30)];
[actions insertObject:leaveAction atIndex:0];
}