|
@@ -869,7 +869,7 @@
|
|
|
// (PLUS)
|
|
|
item = [tabBarController.tabBar.items objectAtIndex: k_tabBarApplicationIndexPlusHide];
|
|
|
item.title = @"";
|
|
|
- item.image = [CCGraphics changeThemingColorImage:[UIImage imageNamed:@"tabBarPlus"] multiplier:2 color:[UIColor clearColor]];
|
|
|
+ item.image = [CCGraphics changeThemingColorImage:[UIImage imageNamed:@"tabBarPlus"] multiplier:3 color:[UIColor clearColor]];
|
|
|
item.enabled = false;
|
|
|
|
|
|
// Photos
|
|
@@ -885,7 +885,7 @@
|
|
|
item.selectedImage = [UIImage imageNamed:@"tabBarMore"];
|
|
|
|
|
|
// Plus Button
|
|
|
- UIImage *buttonImage = [CCGraphics changeThemingColorImage:[UIImage imageNamed:@"tabBarPlus"] multiplier:2 color:[NCBrandColor sharedInstance].brandElement];
|
|
|
+ UIImage *buttonImage = [CCGraphics changeThemingColorImage:[UIImage imageNamed:@"tabBarPlus"] multiplier:3 color:[NCBrandColor sharedInstance].brandElement];
|
|
|
UIButton *buttonPlus = [UIButton buttonWithType:UIButtonTypeCustom];
|
|
|
buttonPlus.tag = 99;
|
|
|
[buttonPlus setBackgroundImage:buttonImage forState:UIControlStateNormal];
|
|
@@ -951,7 +951,7 @@
|
|
|
|
|
|
UIButton *buttonPlus = [tabBarController.view viewWithTag:99];
|
|
|
|
|
|
- UIImage *buttonImage = [CCGraphics changeThemingColorImage:[UIImage imageNamed:@"tabBarPlus"] multiplier:2 color:[NCBrandColor sharedInstance].brandElement];
|
|
|
+ UIImage *buttonImage = [CCGraphics changeThemingColorImage:[UIImage imageNamed:@"tabBarPlus"] multiplier:3 color:[NCBrandColor sharedInstance].brandElement];
|
|
|
[buttonPlus setBackgroundImage:buttonImage forState:UIControlStateNormal];
|
|
|
[buttonPlus setBackgroundImage:buttonImage forState:UIControlStateHighlighted];
|
|
|
|
|
@@ -1064,7 +1064,7 @@
|
|
|
UITabBarController *tabBarController = [splitViewController.viewControllers firstObject];
|
|
|
|
|
|
UIButton *button = [tabBarController.view viewWithTag:99];
|
|
|
- UIImage *buttonImage = [CCGraphics changeThemingColorImage:[UIImage imageNamed:@"tabBarPlus"] multiplier:2 color:[NCBrandColor sharedInstance].brandElement];
|
|
|
+ UIImage *buttonImage = [CCGraphics changeThemingColorImage:[UIImage imageNamed:@"tabBarPlus"] multiplier:3 color:[NCBrandColor sharedInstance].brandElement];
|
|
|
|
|
|
[button setBackgroundImage:buttonImage forState:UIControlStateNormal];
|
|
|
[button setBackgroundImage:buttonImage forState:UIControlStateHighlighted];
|