dlg_main.xml 463 B

123456789101112
  1. <SOUI name="loginwindow" title="@string/title" bigIcon="ICON_LOGO:32" smallIcon="ICON_LOGO:16" width="414" height="736" margin="5,5,5,5" resizable="1" wndType="appMain"
  2. appWnd="1"
  3. >
  4. <root skin="bg-home_png" cache="1">
  5. <caption pos="0,0,-0,30" show="1" font="adding:0">
  6. <text pos="29,9">@string/title</text>
  7. <imgbtn name="btn_close" skin="_skin.sys.btn.close" pos="-45,0" tip="close" animate="1"/>
  8. </caption>
  9. </root>
  10. </SOUI>