what-the-bank/resources/res/drawable/mtrl_popupmenu_background_o...

27 lines
760 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"/>
<corners
topLeftRadius="4dp"
topRightRadius="4dp"
bottomLeftRadius="4dp"
bottomRightRadius="4dp"/>
</shape>
</item>
<item>
<shape>
<solid color="@color/2131100466"/>
<corners
topLeftRadius="4dp"
topRightRadius="4dp"
bottomLeftRadius="4dp"
bottomRightRadius="4dp"/>
<padding
top="8dp"
bottom="8dp"/>
</shape>
</item>
</layer-list>