|
|
@@ -9,6 +9,10 @@
|
|
|
<Button name="shangpin_page_add_btn" width="320" height="60" padding="15,0,15,0" text="新建商品" textcolor="#FFFFFFFF" normalimage="file='btn_green_zhengchang.png' corner='5,5,5,5'" hotimage="file='btn_green_xuanfu.png' corner='5,5,5,5'" pushedimage="file='btn_green_dianji.png' corner='5,5,5,5'" />
|
|
|
</HorizontalLayout>
|
|
|
|
|
|
+ <HorizontalLayout height="60" width="380" padding="0,20,0,0">
|
|
|
+ <Button name="shangpin_page_add_type_btn" width="320" height="60" padding="15,0,15,0" text="新建分类" textcolor="#FFFFFFFF" normalimage="file='btn_red_zhengchang.png' corner='5,5,5,5'" hotimage="file='btn_red_xuanfu.png' corner='5,5,5,5'" pushedimage="file='btn_red_dianji.png' corner='5,5,5,5'" />
|
|
|
+ </HorizontalLayout>
|
|
|
+
|
|
|
<Control></Control>
|
|
|
|
|
|
<HorizontalLayout height="30" padding="0,0,0,80">
|
|
|
@@ -22,16 +26,11 @@
|
|
|
<Control width="1" bkcolor="#FFEBE8E8"></Control>
|
|
|
|
|
|
<VerticalLayout name="shangpin_food_layout">
|
|
|
- <HorizontalLayout name="shangpin_fenlei_layout" height="80" hscrollbar="true" padding="0,0,0,0" bkcolor="#FFFFFFFF">
|
|
|
+ <VerticalLayout name="shangpin_fenlei_layout_scrolllayout" vscrollbar="true">
|
|
|
+ <HorizontalLayout name="shangpin_fenlei_layout" padding="0,0,0,0" bkcolor="#FFFFFFFF">
|
|
|
|
|
|
- </HorizontalLayout>
|
|
|
-
|
|
|
- <HorizontalLayout name="shangpin_page_add_type_layout" width="122" height="44" bordersize="1" bordercolor="#FF3CB371">
|
|
|
- <Button name="shangpin_page_add_type_btn" width="120" height="42" padding="1,1,1,1" normalimage="" hotimage="" pushedimage="" />
|
|
|
- <Control bkimage="icon_add.png" width="14" height="14" float="true" pos="20,14,34,28" mouse="false"></Control>
|
|
|
- <Label text="新建分类" textcolor="#FF3CB371" float="true" pos="40,7,120,35" mouse="false"></Label>
|
|
|
- </HorizontalLayout>
|
|
|
-
|
|
|
+ </HorizontalLayout>
|
|
|
+ </VerticalLayout>
|
|
|
|
|
|
<TileLayout name="shangpin_foodlist" padding="0,0,0,0" inset="10,10,0,10" childpadding="1" vscrollbar="true" hscrollbar="false">
|
|
|
|