mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 18:55:31 +08:00
31 lines
962 B
XML
31 lines
962 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
||
<!--
|
||
This is a feature graphic:
|
||
https://support.google.com/googleplay/android-developer/answer/1078870
|
||
- 1024px by 500px, no alpha
|
||
- Don't include any copy or important visual information near the borders of the asset,
|
||
specifically near the bottom third of the frame.
|
||
- Try to center align any logo/copy information in the vertical and horizontal center of the frame.
|
||
- If adding text, use large font sizes.
|
||
- Your graphic may be displayed alone without the app icon.
|
||
-->
|
||
<svg xmlns="http://www.w3.org/2000/svg"
|
||
version="1.1"
|
||
viewBox="0 0 1024 500">
|
||
|
||
<rect fill="#0" width="100%" height="100%" />
|
||
|
||
<text id="shell_prompt"
|
||
x="130"
|
||
y="330"
|
||
style="fill: #ffffff; font-size: 124px; font-family: Menlo;">
|
||
<!--
|
||
<tspan>$</tspan>
|
||
<tspan x="290">Termux</tspan>
|
||
<tspan x="734">█</tspan>
|
||
-->
|
||
<tspan>$ Termux █</tspan>
|
||
</text>
|
||
|
||
</svg>
|