Преглед на файлове

新脚本 英雄来当家

dongguoliang@kuaifazs.com преди 2 години
родител
ревизия
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)