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

14 lines
332 B
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?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>