Marino Faggiana 8 жил өмнө
parent
commit
2846219d94

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

@@ -2,18 +2,18 @@
   "images" : [
     {
       "idiom" : "universal",
-      "scale" : "1x",
-      "filename" : "actionSheetMove.png"
+      "filename" : "moveNextcloud@1x.png",
+      "scale" : "1x"
     },
     {
       "idiom" : "universal",
-      "filename" : "actionSheetMove@2x.png",
+      "filename" : "moveNextcloud@2x.png",
       "scale" : "2x"
     },
     {
       "idiom" : "universal",
-      "scale" : "3x",
-      "filename" : "actionSheetMove@3x.png"
+      "filename" : "moveNextcloud@3x.png",
+      "scale" : "3x"
     }
   ],
   "info" : {

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


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


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


+ 0 - 0
iOSClient/Images.xcassets/move.imageset/moveNextcloud@1x.png → iOSClient/Images.xcassets/actionSheetMove.imageset/moveNextcloud@1x.png


+ 0 - 0
iOSClient/Images.xcassets/move.imageset/moveNextcloud@2x.png → iOSClient/Images.xcassets/actionSheetMove.imageset/moveNextcloud@2x.png


+ 0 - 0
iOSClient/Images.xcassets/move.imageset/moveNextcloud@3x.png → iOSClient/Images.xcassets/actionSheetMove.imageset/moveNextcloud@3x.png


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

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

+ 3 - 3
iOSClient/Main/CCMain.m

@@ -4196,7 +4196,7 @@
         
         [actionSheet addButtonWithTitle: _metadata.fileNamePrint
                                   image: iconHeader
-                        backgroundColor: COLOR_BACKGROUND_MENU
+                        backgroundColor: COLOR_TABBAR
                                  height: 50.0
                                    type: AHKActionSheetButtonTypeDisabled
                                 handler: nil
@@ -4389,7 +4389,7 @@
         
         [actionSheet addButtonWithTitle: _metadata.fileNamePrint
                                   image: iconHeader
-                        backgroundColor: COLOR_BACKGROUND_MENU
+                        backgroundColor: COLOR_TABBAR
                                  height: 50.0
                                    type: AHKActionSheetButtonTypeDisabled
                                 handler: nil
@@ -4551,7 +4551,7 @@
      
         [actionSheet addButtonWithTitle: _metadata.fileNamePrint
                                   image: iconHeader
-                        backgroundColor: COLOR_BACKGROUND_MENU
+                        backgroundColor: COLOR_TABBAR
                                  height: 50.0
                                    type: AHKActionSheetButtonTypeDisabled
                                 handler: nil