<?xml version="1.0" encoding="utf-8"?>
<layer-list
  xmlns:android="http://schemas.android.com/apk/res/android">
    <item>
        <shape>
            <solid android:color="?colorSurface" />
        </shape>
    </item>
    <item>
        <shape>
            <solid android:color="@color/m3_appbar_overlay_color" />
        </shape>
    </item>
</layer-list>