<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android"
    android:shape="oval">
    <gradient
        android:angle="135"
        android:endColor="@color/brand_cyan_bright"
        android:startColor="@color/brand_teal"
        android:type="linear" />
</shape>
