Parcourir la source

UWA
修复iOS11 前后外观配色不一致的问题

Ray Zhang il y a 7 ans
Parent
commit
8d8bbdc945
1 fichiers modifiés avec 26 ajouts et 4 suppressions
  1. 26 4
      RedAnt ERP Mobile/iSales-UWAVER/default_appearance.json

+ 26 - 4
RedAnt ERP Mobile/iSales-UWAVER/default_appearance.json

@@ -3,7 +3,7 @@
         "count": 6,
         "group_0": {
             "name": "global",
-            "count": 12,
+            "count": 14,
             "item_0": {
                 "note": "全局按钮",
                 "control": "UIButton",
@@ -52,7 +52,7 @@
                 }
             },
             "item_5": {
-                "note": "全局toolbar barButton",
+                "note": "ios 11 toolbar barButton",
                 "control": "UIBarButtonItem",
                 "function": "TintColor",
                 "value": "0x474747",
@@ -66,8 +66,8 @@
                 "note": "全局UINavigationBar ",
                 "control": "UINavigationBar",
                 "function": "TintColor",
-                "value": "0x996633",
-                "info": "NPD BROWN"
+                "value": "0x474747",
+                "info": "NPD GRAY"
             },
             "item_7": {
                 "note": "common editor multi action 按钮背景",
@@ -119,6 +119,28 @@
                     "count": 1,
                     "item_0": "MainHeaderViewColorPanel"
                 }
+            },
+            "item_12": {
+                "note": "全局toolbar barButton",
+                "control": "UIButton",
+                "function": "TintColor",
+                "value": "0x474747",
+                "info": "NPD GRAY",
+                "container": {
+                    "count": 1,
+                    "item_0": "UIToolbar"
+                }
+            },
+            "item_13": {
+                "note": "ios 11 全局toolbar barButton",
+                "control": "UIButton",
+                "function": "setTitleColor.Normal",
+                "value": "0x474747",
+                "info": "NPD GRAY",
+                "container": {
+                    "count": 1,
+                    "item_0": "UIToolbar"
+                }
             }