<?xml version="1.0" encoding="utf-8"?>
<!-- Bold accent stripe for broadcast lower-third -->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="rectangle">

    <!-- Vibrant red accent like news broadcast "LIVE" indicator -->
    <gradient
        android:angle="90"
        android:startColor="#FF1744"
        android:centerColor="#D50000"
        android:endColor="#B71C1C"
        android:type="linear" />

</shape>
