mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 10:45:23 +08:00
24 lines
736 B
XML
24 lines
736 B
XML
<?xml version="1.0" encoding="UTF-8" standalone="yes" ?>
|
|
<!--
|
|
This is a tv banner graphic:
|
|
https://developer.android.com/design/tv/patterns.html#banner
|
|
- Size: 320 x 180 px, xhdpi resource in app
|
|
- Size: 1280 x 720 in google play.
|
|
- Text must be included in the image. If your app is available in more
|
|
than one language, you must provide versions of the banner image for each supported language.
|
|
-->
|
|
<svg xmlns="http://www.w3.org/2000/svg"
|
|
version="1.1"
|
|
viewBox="0 0 1280 720">
|
|
|
|
<rect fill="#0" width="100%" height="100%" />
|
|
|
|
<text id="shell_prompt"
|
|
x="200"
|
|
y="410"
|
|
style="fill: #ffffff; font-size: 210px; font-family: Menlo, Monospace;">
|
|
<tspan>Termux ▌</tspan>
|
|
</text>
|
|
|
|
</svg>
|