9 lines
254 B
XML
9 lines
254 B
XML
|
<?xml version="1.0" encoding="utf-8"?>
|
||
|
<shape xmlns:android="http://schemas.android.com/apk/res/android">
|
||
|
<corners
|
||
|
topLeftRadius="40dp"
|
||
|
topRightRadius="40dp"
|
||
|
bottomLeftRadius="40dp"
|
||
|
bottomRightRadius="40dp"/>
|
||
|
</shape>
|