13 lines
344 B
XML
13 lines
344 B
XML
<?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>
|