<?xml version="1.0" encoding="utf-8"?>
<shape xmlns:android="http://schemas.android.com/apk/res/android" shape="rectangle">
<solid color="#417fb2"/>
<corners radius="8dp"/>
<stroke
width="0dp"
color="#00000000"/>
<padding
left="1dp"
top="1dp"
right="1dp"
bottom="1dp"/>
</shape>