Skip to content

Commit

Permalink
DuiDemo
Browse files Browse the repository at this point in the history
演示border的使用方法
  • Loading branch information
Troy committed Jun 18, 2015
1 parent 2618bf1 commit e34f9e2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions bin/skin/duidemo/main.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<VerticalLayout>
<Label text="Duilib 使用演示 v1.0" width="300" align="vcenter" align="left" textcolor="#FF000000" font="3" tooltip="官网"/>
<Button name="homepage_btn" text="演示官网" width="60" align="vcenter" align="left" textcolor="#FF000000" hottextcolor="#FF0000FF" font="1" tooltip="官网"/>
<Label text="By Troy QQ:656067418" align="left" textcolor="#FFFF0000"/>
<Label text="duilib开源项目圈(261675375)- Troy(QQ:656067418)" align="left" textcolor="#FFFF0000"/>
</VerticalLayout>
</HorizontalLayout>

Expand All @@ -37,7 +37,7 @@
<TabLayout name="tab_switch">
<VerticalLayout name="basic_tab_panel" inset="2,2,2,2">
<Label height="1" bkimage="hor_line.bmp"/>
<HorizontalLayout height="60">
<HorizontalLayout height="60" bordercolor="#FF00FF00" bordersize="1">
<Label text="按钮控件" textcolor="#FF555555" glowsize="0" font="font13" width="80"/>
<VerticalLayout >
<Control />
Expand Down

0 comments on commit e34f9e2

Please sign in to comment.