main.js 481 B

1234567891011121314
  1. "ui";
  2. ui.layout(
  3. <vertical>
  4. <img w="*" h="0" layout_weight="1" src="./logo.png" scaleType="fitXY"/>
  5. <frame gravity="center" height="180">
  6. <horizontal gravity="center">
  7. <img src="@mipmap/ic_launcher" w="80" h="80" scaleType="fitXY"/>
  8. <text text="自定义启动图" w="auto" h="auto" textSize="24" textColor="#212121"
  9. textStyle="bold" layout_gravity="center" margin="16"/>
  10. </horizontal>
  11. </frame>
  12. </vertical>
  13. )