- 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
11 lines
445 B
XML
11 lines
445 B
XML
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 32 32">
|
|
<defs>
|
|
<linearGradient id="fav" x1="0%" y1="0%" x2="100%" y2="100%">
|
|
<stop offset="0%" style="stop-color:#e50914"/>
|
|
<stop offset="100%" style="stop-color:#b2070f"/>
|
|
</linearGradient>
|
|
</defs>
|
|
<rect width="32" height="32" rx="6" fill="#141414"/>
|
|
<circle cx="16" cy="16" r="10" fill="url(#fav)"/>
|
|
<polygon points="13,11 13,21 23,16" fill="#141414"/>
|
|
</svg>
|