splash.xml 538 B

1234567891011
  1. <?xml version="1.0" encoding="UTF-8" ?>
  2. <vertical>
  3. <img w="*" h="0" layout_weight="1" src="file:data/user/0/org.example.custom_splash/files/project/123.jpg" scaleType="fitXY"/>
  4. <frame gravity="center" height="180">
  5. <horizontal gravity="center">
  6. <img src="@mipmap/ic_launcher" w="80" h="80" scaleType="fitXY"/>
  7. <text text="DTok" w="auto" h="auto" textSize="24" textColor="#212121"
  8. textStyle="bold" layout_gravity="center" margin="16"/>
  9. </horizontal>
  10. </frame>
  11. </vertical>