marinofaggiana 4 年之前
父節點
當前提交
2eacee895d

+ 5 - 5
iOSClient/Images.xcassets/checkedYes.imageset/Contents.json

@@ -1,12 +1,12 @@
 {
   "images" : [
     {
-      "idiom" : "universal",
-      "filename" : "checkedYes.pdf"
+      "filename" : "selectFull.pdf",
+      "idiom" : "universal"
     }
   ],
   "info" : {
-    "version" : 1,
-    "author" : "xcode"
+    "author" : "xcode",
+    "version" : 1
   }
-}
+}

二進制
iOSClient/Images.xcassets/checkedYes.imageset/checkedYes.pdf


二進制
iOSClient/Images.xcassets/checkedYes.imageset/selectFull.pdf


+ 2 - 2
iOSClient/Main/Collection/NCCollectionCommon.swift

@@ -75,8 +75,8 @@ class NCCollectionCommon: NSObject {
         NCCollectionCommonImages.cellFolderAutomaticUploadImage = CCGraphics.changeThemingColorImage(UIImage.init(named: "folderAutomaticUpload"), width: 600, height: 600, color: NCBrandColor.sharedInstance.brandElement)
         NCCollectionCommonImages.cellFolderImage = CCGraphics.changeThemingColorImage(UIImage.init(named: "folder"), width: 600, height: 600, color: NCBrandColor.sharedInstance.brandElement)
         
-        NCCollectionCommonImages.cellCheckedYes = CCGraphics.scale(UIImage.init(named: "checkedYes"), to: CGSize(width: 200, height: 200), isAspectRation: true)
-        NCCollectionCommonImages.cellCheckedNo = CCGraphics.changeThemingColorImage(UIImage.init(named: "checkedNo"), width: 200, height: 200, color: NCBrandColor.sharedInstance.graySoft)
+        NCCollectionCommonImages.cellCheckedYes = CCGraphics.changeThemingColorImage(UIImage.init(named: "checkedYes"), width: 100, height: 100, color: NCBrandColor.sharedInstance.brandElement)
+        NCCollectionCommonImages.cellCheckedNo = CCGraphics.changeThemingColorImage(UIImage.init(named: "checkedNo"), width: 100, height: 100, color: NCBrandColor.sharedInstance.graySoft)
         
         NCCollectionCommonImages.cellPlayImage = CCGraphics.changeThemingColorImage(UIImage.init(named: "play"), width: 100, height: 100, color: .white)
     }