Marino Faggiana há 6 anos atrás
pai
commit
aee242e5dd

+ 4 - 4
iOSClient/AppDelegate.m

@@ -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];

+ 1 - 1
iOSClient/Images.xcassets/tabBarPlus.imageset/Contents.json

@@ -6,7 +6,7 @@
     },
     {
       "idiom" : "universal",
-      "filename" : "PlusClear@2x.png",
+      "filename" : "tabBarPlusSolid@2x.png",
       "scale" : "2x"
     },
     {

BIN
iOSClient/Images.xcassets/tabBarPlus.imageset/tabBarPlusSolid@2x.png


BIN
iOSClient/Images.xcassets/tabBarPlusWhite.imageset/Plus@2x.png


+ 1 - 1
iOSClient/Images.xcassets/tabBarPlusWhite.imageset/Contents.json → iOSClient/Images.xcassets/tabBarPlus_1.imageset/Contents.json

@@ -6,7 +6,7 @@
     },
     {
       "idiom" : "universal",
-      "filename" : "Plus@2x.png",
+      "filename" : "PlusClear@2x.png",
       "scale" : "2x"
     },
     {

+ 0 - 0
iOSClient/Images.xcassets/tabBarPlus.imageset/PlusClear@2x.png → iOSClient/Images.xcassets/tabBarPlus_1.imageset/PlusClear@2x.png