<?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>