mirror of
https://github.com/joel16/VitaShell.git
synced 2024-11-26 21:30:45 +00:00
36 lines
924 B
XML
36 lines
924 B
XML
<?xml version="1.0" encoding="utf-8"?>
|
|
|
|
<livearea style="psmobile" format-ver="01.00" content-rev="1">
|
|
<livearea-background>
|
|
<image>bg.png</image>
|
|
</livearea-background>
|
|
|
|
<gate>
|
|
<startup-image>startup.png</startup-image>
|
|
</gate>
|
|
|
|
<frame id="frame2">
|
|
<liveitem>
|
|
<text valign="bottom" align="left" text-align="left" text-valign="bottom" line-space="3" ellipsis="on">
|
|
<str color="#ffffff" size="50" bold="on" shadow="on">VitaShell</str>
|
|
</text>
|
|
</liveitem>
|
|
</frame>
|
|
|
|
<frame id="frame3">
|
|
<liveitem>
|
|
<text valign="top" align="left" text-align="left" text-valign="top" line-space="2" ellipsis="on">
|
|
<str size="22" shadow="on">by TheFloW</str>
|
|
</text>
|
|
</liveitem>
|
|
</frame>
|
|
|
|
<frame id="frame4">
|
|
<liveitem>
|
|
<text align="left" text-align="left" word-wrap="off" ellipsis="on">
|
|
<str size="18" color="#ffffff" shadow="on">v2.02</str>
|
|
</text>
|
|
</liveitem>
|
|
</frame>
|
|
</livearea>
|