reskin: Rename RiotDesignValues -> ThemeService

This commit is contained in:
manuroe
2019-01-11 10:32:56 +01:00
parent eef759a8fa
commit 712a632120
123 changed files with 992 additions and 1004 deletions
@@ -18,7 +18,7 @@
#import "DirectoryServerTableViewCell.h"
#import "AvatarGenerator.h"
#import "RiotDesignValues.h"
#import "ThemeService.h"
#import "Riot-Swift.h"
@implementation DirectoryServerTableViewCell
@@ -29,7 +29,7 @@
{
[super customizeTableViewCellRendering];
self.descLabel.textColor = RiotDesignValues.theme.textPrimaryColor;
self.descLabel.textColor = ThemeService.theme.textPrimaryColor;
}
- (void)layoutSubviews
@@ -64,7 +64,7 @@
withType:nil
andImageOrientation:UIImageOrientationUp
previewImage:[MXKTools paintImage:[UIImage imageNamed:@"placeholder"]
withColor:RiotDesignValues.theme.tintColor]
withColor:ThemeService.theme.tintColor]
mediaManager:cellData.mediaManager];
}
else