kv-netflix/backend/static/assets/apple-touch-icon-CmxMqamG.svg
Khoa.vo 9d1d9bc741 v1.0.10: Android TV D-pad navigation + new app icons
- Added tabindex to video cards for D-pad focus
- Auto-detect TV mode and auto-focus first card
- Enhanced red glow focus styles for TV viewing distance
- Regenerated Android launcher icons with StreamFlix branding
2025-12-24 20:59:56 +07:00

14 lines
543 B
XML

<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 180 180">
<defs>
<linearGradient id="appleGrad" x1="0%" y1="0%" x2="100%" y2="100%">
<stop offset="0%" style="stop-color:#e50914"/>
<stop offset="100%" style="stop-color:#b2070f"/>
</linearGradient>
</defs>
<!-- Apple touch icon background -->
<rect width="180" height="180" fill="#141414"/>
<!-- Play circle -->
<circle cx="90" cy="90" r="60" fill="url(#appleGrad)"/>
<!-- Play triangle -->
<polygon points="75,60 75,120 120,90" fill="#141414"/>
</svg>