作者 pandada8987

更新7277SDK

... ... @@ -88,5 +88,17 @@
android:background="@drawable/zw_shape_red_point"
android:visibility="gone" />
</FrameLayout>
<LinearLayout
android:id="@+id/ll_red_pack"
style="@style/ZW_FloatMenu_Layout_Style">
<ImageView
style="@style/ZW_FloatMenu_Image_Style"
android:background="@drawable/zw_news" />
<TextView
style="@style/ZW_FloatMenu_Text_Style"
android:text="红包" />
</LinearLayout>
</LinearLayout>
</LinearLayout>
\ No newline at end of file
... ...
... ... @@ -12,6 +12,18 @@
android:orientation="horizontal"
android:paddingLeft="10dp">
<LinearLayout
android:id="@+id/ll_red_pack"
style="@style/ZW_FloatMenu_Layout_Style">
<ImageView
style="@style/ZW_FloatMenu_Image_Style"
android:background="@drawable/zw_news" />
<TextView
style="@style/ZW_FloatMenu_Text_Style"
android:text="红包" />
</LinearLayout>
<FrameLayout style="@style/ZW_FloatMenu_Layout_Style">
<LinearLayout
... ...
... ... @@ -92,9 +92,5 @@
<meta-data
android:name="android.max_aspect"
android:value="2.4" />
<meta-data
android:name="STSS_CHANNEL_APPLICATION_CLASS"
android:value="com.ht.sdk.HtApplication" />
</applicationConfig>
</manifest>
\ No newline at end of file
... ...
... ... @@ -16,6 +16,7 @@ import platform
from xml.dom import minidom
import codecs
import sys
import argparse
namespace = 'http://schemas.android.com/apk/res/android'
androidNS = 'http://schemas.android.com/apk/res/android'
... ...