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

15 lines
408 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 shape="rectangle">
<solid color="?attr/colorSurface"/>
</shape>
</item>
<item gravity="bottom">
<shape>
<size height="1dp"/>
<solid color="?attr/colorSurfaceVariant"/>
</shape>
</item>
</layer-list>