what-the-bank/resources/res/drawable/m3_appbar_background.xml

14 lines
332 B
XML

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