|
...
|
...
|
@@ -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
|
...
|
...
|
|