|
|
@@ -6,22 +6,22 @@
|
|
|
|
|
|
<DiandanPage>
|
|
|
<HorizontalLayout>
|
|
|
- <VerticalLayout width="430">
|
|
|
+ <VerticalLayout width="450">
|
|
|
<HorizontalLayout>
|
|
|
- <VerticalLayout bkcolor="#FFFFFFFF" width="300" padding="15,15,0,0">
|
|
|
+ <VerticalLayout bkcolor="#FFFFFFFF" width="320" padding="15,15,0,0">
|
|
|
<HorizontalLayout height="70">
|
|
|
<Control></Control>
|
|
|
<Button name="btn_diandan_cundan" width="70" height="36" padding="0,15,20,0" text="存单" textcolor="#FFFFFFFF" />
|
|
|
<Button name="btn_diandan_qudan" width="70" height="36" padding="0,15,20,0" text="取单" textcolor="#FFFFFFFF" />
|
|
|
</HorizontalLayout>
|
|
|
|
|
|
- <Label text="整单备注:" heiht="32" padding="10,10,10,0" bkcolor="#FFDCDCDC"></Label>
|
|
|
+ <Label text="整单备注:" heiht="32" padding="0,10,10,0" bkcolor="#FFDCDCDC"></Label>
|
|
|
|
|
|
<List name="list_diandan_cart" padding="0,10,0,0" itemlinecolor="#FF000000" vscrollbar="true">
|
|
|
<ListHeader />
|
|
|
- <ListHeaderItem text="商品" width="160" align="center" />
|
|
|
- <ListHeaderItem text="数量" width="70" align="center" />
|
|
|
- <ListHeaderItem text="金额" width="70" align="center" />
|
|
|
+ <ListHeaderItem text="商品" width="180" align="left" />
|
|
|
+ <ListHeaderItem text="数量" width="60" align="left" />
|
|
|
+ <ListHeaderItem text="金额" width="60" align="left" />
|
|
|
</List>
|
|
|
|
|
|
<Label text="5份 ¥100" font="0" textcolor="#FFFF0000" height="40" align="right" padding="0,10,15,0"></Label>
|
|
|
@@ -50,16 +50,18 @@
|
|
|
</VerticalLayout>
|
|
|
|
|
|
<VerticalLayout>
|
|
|
- <HorizontalLayout name="diandan_fenlei_layout" height="56" hscrollbar="true" padding="15,15,15,0">
|
|
|
+ <HorizontalLayout name="diandan_fenlei_layout" height="62" hscrollbar="true" padding="15,15,15,0">
|
|
|
|
|
|
</HorizontalLayout>
|
|
|
|
|
|
- <TileLayout name="diandan_foodlist" padding="15,15,15,0" childpadding="1" itemsize="150,200" bkcolor="#FFDEB887" vscrollbar="true" hscrollbar="false">
|
|
|
+ <TileLayout name="diandan_foodlist" padding="15,15,15,0" childpadding="1" itemsize="150,220" vscrollbar="true" hscrollbar="false">
|
|
|
|
|
|
</TileLayout>
|
|
|
|
|
|
- <HorizontalLayout height="100" bkcolor="#FFFFFFFF" padding="15,15,15,15">
|
|
|
-
|
|
|
+ <HorizontalLayout height="48" padding="15,15,15,15">
|
|
|
+ <Edit name="diandan_food_search_edit" tooltip="请输入商品名字搜索" width="300" height="48" normalimage="file='Chat_InputBox_BG.png' corner='4,4,4,4'" hotimage="file='Chat_InputBox_BG_Hover.png' corner='4,4,4,4'" />
|
|
|
+
|
|
|
+ <Button name="btn_diandan_budabao" width="100" height="48" padding="10,0,10,0" text="搜索商品" textcolor="#FFFFFFFF" />
|
|
|
</HorizontalLayout>
|
|
|
</VerticalLayout>
|
|
|
</HorizontalLayout>
|