<?xml version="1.0" encoding="utf-8"?>
<!-- Modern Streaming - Current channel badge with accent color -->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">
    <solid android:color="#33E50914" />
    <corners android:radius="8dp" />
    <stroke
        android:width="1dp"
        android:color="#E50914" />
</shape>
