Browse Source

change images

Marino Faggiana 6 years ago
parent
commit
52e94a7637

+ 23 - 0
iOSClient/Images.xcassets/moreEmpty.imageset/Contents.json

@@ -0,0 +1,23 @@
+{
+  "images" : [
+    {
+      "idiom" : "universal",
+      "filename" : "moreEmpty.png",
+      "scale" : "1x"
+    },
+    {
+      "idiom" : "universal",
+      "filename" : "moreEmpty@2x.png",
+      "scale" : "2x"
+    },
+    {
+      "idiom" : "universal",
+      "filename" : "moreEmpty@3x.png",
+      "scale" : "3x"
+    }
+  ],
+  "info" : {
+    "version" : 1,
+    "author" : "xcode"
+  }
+}

BIN
iOSClient/Images.xcassets/moreEmpty.imageset/moreEmpty.png


BIN
iOSClient/Images.xcassets/moreEmpty.imageset/moreEmpty@2x.png


BIN
iOSClient/Images.xcassets/moreEmpty.imageset/moreEmpty@3x.png


BIN
iOSClient/Images.xcassets/switchGrid.imageset/switchGrid.png


BIN
iOSClient/Images.xcassets/switchGrid.imageset/switchGrid@2x.png


BIN
iOSClient/Images.xcassets/switchGrid.imageset/switchGrid@3x.png


BIN
iOSClient/Images.xcassets/switchList.imageset/switchList.png


BIN
iOSClient/Images.xcassets/switchList.imageset/switchList@2x.png


BIN
iOSClient/Images.xcassets/switchList.imageset/switchList@3x.png


+ 1 - 1
iOSClient/Trash/NCTrashHeaderFooterMenu.swift

@@ -25,7 +25,7 @@ class NCTrashHeaderMenu: UICollectionReusableView {
         buttonOrder.setTitle("", for: .normal)
         buttonOrder.setTitleColor(NCBrandColor.sharedInstance.icon, for: .normal)
         
-        buttonMore.setImage(CCGraphics.changeThemingColorImage(UIImage.init(named: "moreBig"), multiplier: 2, color: NCBrandColor.sharedInstance.icon), for: .normal)
+        buttonMore.setImage(CCGraphics.changeThemingColorImage(UIImage.init(named: "more"), multiplier: 2, color: NCBrandColor.sharedInstance.icon), for: .normal)
         
         separator.backgroundColor = NCBrandColor.sharedInstance.seperator
     }