mirror of
https://github.com/fankes/termux-app.git
synced 2025-09-06 10:45:23 +08:00
25 lines
771 B
XML
25 lines
771 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:svg="http://www.w3.org/2000/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="128"
|
||
y="400"
|
||
style="fill: #ffffff; font-size: 172px; font-family: Menlo;">
|
||
<tspan>$ Termux █</tspan>
|
||
</text>
|
||
|
||
</svg>
|