作者 pandada8987

更新7277SDK

@@ -88,5 +88,17 @@ @@ -88,5 +88,17 @@
88 android:background="@drawable/zw_shape_red_point" 88 android:background="@drawable/zw_shape_red_point"
89 android:visibility="gone" /> 89 android:visibility="gone" />
90 </FrameLayout> 90 </FrameLayout>
  91 + <LinearLayout
  92 + android:id="@+id/ll_red_pack"
  93 + style="@style/ZW_FloatMenu_Layout_Style">
  94 +
  95 + <ImageView
  96 + style="@style/ZW_FloatMenu_Image_Style"
  97 + android:background="@drawable/zw_news" />
  98 +
  99 + <TextView
  100 + style="@style/ZW_FloatMenu_Text_Style"
  101 + android:text="红包" />
  102 + </LinearLayout>
91 </LinearLayout> 103 </LinearLayout>
92 </LinearLayout> 104 </LinearLayout>
@@ -12,6 +12,18 @@ @@ -12,6 +12,18 @@
12 android:orientation="horizontal" 12 android:orientation="horizontal"
13 android:paddingLeft="10dp"> 13 android:paddingLeft="10dp">
14 14
  15 + <LinearLayout
  16 + android:id="@+id/ll_red_pack"
  17 + style="@style/ZW_FloatMenu_Layout_Style">
  18 +
  19 + <ImageView
  20 + style="@style/ZW_FloatMenu_Image_Style"
  21 + android:background="@drawable/zw_news" />
  22 +
  23 + <TextView
  24 + style="@style/ZW_FloatMenu_Text_Style"
  25 + android:text="红包" />
  26 + </LinearLayout>
15 <FrameLayout style="@style/ZW_FloatMenu_Layout_Style"> 27 <FrameLayout style="@style/ZW_FloatMenu_Layout_Style">
16 28
17 <LinearLayout 29 <LinearLayout
@@ -92,9 +92,5 @@ @@ -92,9 +92,5 @@
92 <meta-data 92 <meta-data
93 android:name="android.max_aspect" 93 android:name="android.max_aspect"
94 android:value="2.4" /> 94 android:value="2.4" />
95 -  
96 - <meta-data  
97 - android:name="STSS_CHANNEL_APPLICATION_CLASS"  
98 - android:value="com.ht.sdk.HtApplication" />  
99 </applicationConfig> 95 </applicationConfig>
100 </manifest> 96 </manifest>
@@ -16,6 +16,7 @@ import platform @@ -16,6 +16,7 @@ import platform
16 from xml.dom import minidom 16 from xml.dom import minidom
17 import codecs 17 import codecs
18 import sys 18 import sys
  19 +import argparse
19 20
20 namespace = 'http://schemas.android.com/apk/res/android' 21 namespace = 'http://schemas.android.com/apk/res/android'
21 androidNS = 'http://schemas.android.com/apk/res/android' 22 androidNS = 'http://schemas.android.com/apk/res/android'