<?xml version="1.0" encoding="utf-8"?>
<!-- Cinema Cards: Pulsing red dot for now playing -->
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="oval">
    <solid android:color="#E50914" />
</shape>
