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

13 lines
344 B
XML
Raw Normal View History

2024-07-27 18:17:47 +07:00
<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android">
<solid color="?attr/colorSurface"/>
<corners
topLeftRadius="4dp"
topRightRadius="4dp"
bottomLeftRadius="4dp"
bottomRightRadius="4dp"/>
<padding
top="8dp"
bottom="8dp"/>
</shape>