dongguoliang@kuaifazs.com лет назад: 2
Родитель
Сommit
36706b8a98
1 измененных файлов с 12 добавлено и 0 удалено
  1. 12 0
      英雄来当家酷派/script.py

+ 12 - 0
英雄来当家酷派/script.py

@@ -51,6 +51,18 @@ def script_second(workspace_sdk_dir, extract_dir, channel_sdk_info, new_game_cha
         if os.path.exists(public_xml):
             os.remove(public_xml)
 
+        public_xml = os.path.join(extract_dir, "../sdk/smallsheep/ForRes/values/public.xml")
+        handle_public_xml(public_xml, "abc_item_background_holo_light")
+
+        public_xml = os.path.join(extract_dir, "../sdk/smallsheep/ForRes/values/public.xml")
+        handle_public_xml(public_xml, "abc_alert_dialog_material")
+
+        public_xml = os.path.join(extract_dir, "../sdk/smallsheep/ForRes/values/styles.xml")
+        handle_public_xml(public_xml, "abc_alert_dialog_material")
+
+        public_xml = os.path.join(extract_dir, "../sdk/smallsheep/ForRes/values/styles.xml")
+        handle_public_xml(public_xml, "abc_item_background_holo_light")
+
 def handle_public_xml(public_xml_path, remove_node):
     if not os.path.exists(public_xml_path):
         logging.info('public_xml is null: ' + public_xml_path)